html, body {
	height: 100%;
	background-color:#999999;
	padding:0px;
	margin:0px;
	border:0px;
}	
* {padding:0px; margin:0px;}

p {padding-bottom:10px;	text-align:justify;}



#main {
	width:990px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position:relative;
}

#top {
	top:20px;
	position:relative;
	z-index: 10;
}

#bandeau {
	background:url(../images/bandeau.jpg) repeat-x 250px 0px;
	height:100px;		
}

.bandeB {
	height: 10px;
	background-color:#FFFFFF;
}

.bandeMiniB {
	height: 5px;
	background-color:#FFFFFF;
}

.bandeN {
	height: 10px;
	background-color:#000000;
}

#degrade {
	height:100px;
	width:350px;
	background:url(../images/bg_logo.png) repeat-y;
	margin-left:60px;
}

#degrade2 {
	height:100px;
	width:198px;
	background:url(../images/bg_logo_droite.png) repeat-y;
	float:right;		
}

#menu {
	float:left;
	width:170px;
	margin-top:20px;
	padding:5px;
}

#content {
	margin-top:-135px;
	margin-left: 180px;
	margin-right: 190px;
	padding-bottom:30px;		
}
#blocBlanc {background-color:#FFFFFF;height:155px;}

#texte {padding:5px 10px; padding-bottom: 15px;}
#texte ul {margin-left:50px;}
#texte li {text-align:justify;}

.logonoir {
	width:180px;
	position:absolute;
	bottom:0px;
	margin-left:803px;
	margin-bottom:30px;
	text-align:center;
	overflow:hidden;
}

.logoblanc {position:absolute;}
.clear {clear:both;}
.copyright {
	position:absolute; 
	margin-left:180px; 
	margin-right:180px; 
	width:630px; 
	bottom:0px; 
	text-align:center;
}
.center {text-align:center;}
.liensUtiles  li{padding-bottom:15px;}
.logoExterne td {text-align:center;	padding:0px 12px;}

.actualite a:hover {position: relative;}
.actualite a span {display: none; background-color:#FFFFFF; border:1px solid #000000; width:550px; padding:5px; text-decoration:none}
.actualite a:hover span {display: block; position: absolute; top: 25px; left: 20px; text-decoration:none; z-index:3}


/*******************   Boutons   *******************/
.button {
	height:43px;
	width:158px;
	margin-bottom:10px;
	margin-left:3px;
}

.button a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/button/Bn2.gif) no-repeat 0px 2px;	
	font-size:15px;
	color:#000000;
	display:block;
	height:100%;
	overflow:hidden;
	position:relative;
	width:100%;	
}

.button a:hover {
	background-position: 0px -41px;
	color:#FFFFFF;
}

.button a:hover .blanc{
	color:#000000;
}

.blanc {
	color:#FFFFFF;
	padding-left:6px;
	padding-right:2px;
}
	
.line2 {
	left:34px;
	position:relative;
	top:-2px;
}

/*******************  Formulaire  *******************/

dl, dl:hover {
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

dt {
	display:block;
	float:left;
	width: 180px;
}

dd {
	display:block;
	padding-left:185px;
}

dl input, dl textarea, dl select{
	border:1px solid #FFFFFF;
}

dl:hover input, dl:hover textarea, dl:hover select{
	border:1px solid #6D0007;
}

dl:hover {
	color:#6D0007;	
}

.submit input{
	cursor:pointer;
	font-size:16px;
}


.error {
	border:2px solid #FF0000;
	color:#FF0000;
	font-size:16px;
	font-weight:bold;
	width:550px;
	margin: 5px auto;
	padding:5px;
}

.msgok {
	border:2px solid #406629;
	color:#406629;
	font-size:16px;
	font-weight:bold;
	width:550px;
	margin: 5px auto;
	padding:5px;
}

.linklogo img {
	border:none;
}

#flashDiv 
{
	width:990px; 
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	position:relative;
	text-align:left;
	background: url(../images/bande_new.gif) repeat-y scroll 0 0;
}

#flashInner{
	position:relative;
	top:40px;
	background-color:#FFF;
	padding:5px 0;
	width:800px;
	height:500px;
	left:0;
}

#bonneannee{
	position:absolute;
	margin-top:160px;
	margin-left:803px;
	z-index:2;
}



