@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(../img/bgBody.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}

a:link {
	text-decoration: underline;
	color: #000099;
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color: #000099;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #7F8B69;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #7F8B69;
	font-weight:bold;
}

hr{
	border:none;
	border-top:1px dotted #181A4A;
	width:420px;
	margin-top:10px;
	margin-bottom:10px;
}

h3{
	font-size:12px;
	color:#CB8736;
	font-weight:bold;
}

#conteneur{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#menu{
	width:787px;
	height:14px;
	padding:2px;
	background-image:url(../img/fondMenu.jpg);
	background-repeat:no-repeat;
	margin-left:28px;
	border:1px solid white;
	text-align:center;
	color:#8B9772;
	font-family:Arial Black,Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

#menu a{
	color:#8B9772;
	text-decoration:none;
	font-weight:normal;
}

#menu a:hover{
	color:#ffffff;
}

.sousMenu{
	border:1px solid white;
	border-top:0px;
	padding:1px;
	padding-left:5px;
}

.sousMenu2{
	border:1px solid white;
	border-top:0px;
	padding:1px;
	padding-left:5px;
	background-color:#656565;
}

#contenu{
	width:767px;
	padding:12px;
	background-color:#000000;
	background-image:url(../img/fondContenu.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin-left:28px;
	border-left:1px solid white;
	border-right:1px solid white;
}

#leftPart{
	float:left;
	width:242px;
}

#rightPart{
	float:left;
	width:514px;
	margin-left:10px;
	background-color:#FFFFFF;
}

#rightTitle{
	width:514px;
	height:36px;
	/*background-image:url(../img/titreTexte.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:14px;
	padding-left:40px;
	padding-top:1px;*/
}

#rightContenu{
	padding:10px;
	padding-left:30px;
	font-size:11px;
	font-weight:normal;
}

.boldColor{
	font-weight: bold;
	color: #C06508;
}

#basPage{
	width:767px;
	height:17px;
	padding-left:12px;
	padding-right:12px;
	padding-top:21px;
	background-color:#393839;
	margin-left:28px;
	border:1px solid white;
	color:white;
	font-weight:normal;
	font-size:10px;
}

#login{
	width:242px;
	/*height:85px;*/
	margin-bottom:0px;
	font-size:11px;
	font-weight:normal;
	background-image:url(../img/fondActualite.jpg);
	background-repeat:repeat-y;
}

#login div a{
	font-size:11px;
	font-weight:normal;
}

#actualite{
	width:242px;
	height:253px;
	background-image:url(../img/fondActualite.jpg);
	background-repeat:repeat-y;
}

#plus{
	width:242px;
	height:162px;
	background-image:url(../img/fondPlus.jpg);
	background-repeat:repeat-y;
}

#plus div div{
	width:170px;
}

.dateActu{
	color:#CB8736;
	font-weight:bold;
}

.messageActu{
	color:#000000;
	font-weight:normal;
}

.clear{
	clear:both;
}