/*-- gen css attributes ----------------------------------------------------*/

.hide {display:none;}

p { margin: 0; padding: 0;}

a:link {color: #FFFFFF;}

a:visited {color: #9999CC;}

a:hover {color: #00FFFF;}

/*-- global container ------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #011931;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}

#container {
	padding: 0;
	margin: 0 auto 30px auto;
	width: 800px;
	background-image: url(back_gen.gif);
        background-repeat: repeat;
	text-align: center;
}

#container h1 {
	padding: 0;
	margin: 15px auto 30px auto;;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	line-height: 130%;
	text-align: center;
}

#container h2 {
	padding: 0;
	margin: 25px auto 10px auto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #6E001B;
	line-height: 130%;
	text-align: center;
}


/*--- header ---------------------------------------------------------------*/

#header	{
        position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 800px;
	height: 255px;
	border: none;
}
/*--- main content ---------------------------------------------------------------*/

#content {
	padding: 0;
	margin: 20px auto 30px;
	border: 0;
	width: 600px;
	border: none;
}

#content p {
	padding: 0;
	margin: 0;
	width: 600px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 130%;
	text-align: justify;
}

#contentsm {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 405px;
	border: none;
}

#contentsm p {
	padding: 0;
	margin: 0;
	width: 405px;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	line-height: 130%;
	text-align: justify;
}

#liens {
	float: right;
	display: block;
	padding: 0;
	margin: 10px 0 0 0;
	border: 0;
	width: 175px;
	height: 220px;
	background: url(lien_bckg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

.liensite a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #FFF;
}

.liensite a:visited {color: #FFF;}

.liensite a:hover {color: #0DF7E9;}

.lieninsc a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #6E001B;
}

.lieninsc a:visited {color: #6E001B;}

.lieninsc a:hover {color: #0DF7E9;}

/*--- links newsletters------------------------------------------------------*/

#navigation {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 600px;
}

#navigation  ul.nav {
	margin: 0;
	padding: 0;
	border: 0;
	width: 600px;
	list-style-type: none;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #000;
}

.nav li {
	clear: right;
	float:left;
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/button_ov.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 100px;
	height: 20px;
}

.nav li a {
	display: block;
	margin: 0;
	padding: 0;
	background: url(../img/button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 100px;
	height: 20px;
	color: #000;
}

.nav li a:visited {
	background: url(../img/button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}

.nav li a:hover {
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

/*--- footer items ane-----------------------------------------------------*/

#anae {
	display: block;
	margin: 38px 0 30px 20px;
	padding: 0;
	border: 0;
	background: url(../img/anae_ov.png) no-repeat;
	width: 150px;
	height: 60px;
	clear: none;
	float: left;
}

#anae a {
	display: block;
	background: url(../img/anae.png) no-repeat;
	width: 150px;
	height: 60px;
}

#anae a:visited {
	background: url(../img/anae.png) no-repeat;
	width: 150px;
	height: 60px;
}

#anae a:hover {
	background: transparent;
}

/*--- footer items global compact-------------------------------------------*/

#global {
	display: block;
	margin: 25px 20px 30px 0;
	padding: 0;
	border: 0;
	background: url(global_compact_ov.png) no-repeat;
	width: 70px;
	height: 84px;
	float: right;
}

#global a {
	display: block;
	background: url(global_compact.png) no-repeat;
	width: 70px;
	height: 84px;
}

#global a:visited {
	background: url(global_compact.png) no-repeat;
	width: 70px;
	height: 84px;
}

#global a:hover {
	background: transparent;
}

/*-- clearfloat-----------------------------------------------------------*/

.clearfloat {
	clear: both;
        line-height: 0px;
}


