/* Mise en page */
body{
	color:#FFF;
	width:100%;
	margin:auto;
	background-color:#96c589;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#container{
	width:1000px;
	height:100%;
	margin:0px auto;
	margin-top: 10px;
}
img{
	border:0;
	text-align: left;
}
.clear{
 clear:both;	
}
#header{
	width:1000px;
	height:106px;
	background-image: url(../header1.jpg);
	margin-bottom: 2px;
}
#contenu{
	width:1000px;
	height:100%;
	background-image: url(../img/repeat.jpg);
}
.content{
	width:1000px;
	height:100%;
	text-align:left;
}
div.sidebar
{
	width:204px;
	float:left;
	margin-right:30px;	
}
div.sidebar img
{
	display:block;
}

#footer{
	width:1000px;
	height:60px;
	position:relative;
	background-image: url(../img/footer.jpg);
}
.sipcplus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #30445F;
	width: 400px;
	height: 20px;
	text-align: center;
	position:absolute;
	left:605px;
	top:44px;
}
p{
	margin:5;
	margin-left: 3px;
	text-align: left;
}
.titres {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.titres1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-align: center;
	border: thin double #999;
	overflow: hidden;
}
.TEXTECENTRE {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
	text-align: center;
}


.copyzone{
	width:500px;
	height:20px;
	text-align:left;
	position:relative;
	left:228px;
	top:55px;
	
}
.clear{clear:both;}


/* Liens */
a{
	color:#FFC;
	text-decoration:none;
	background-color:transparent;
	font-weight:bold;
	text-align:left;
}
a:hover{
	color:#FF0;
	text-decoration:none;
	text-align: center;
}
a img{
	border:none;
	text-align: center;
}

/* ================================ */
/* Menu */
.content {
	height: 100%;
	left: 0px;
	position: relative;
	width: 1000px;
}

/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	background: #9E9E9E;
	width: 960px;
	height: 21px;
	list-style-type: none;
	padding: 0;
	font: 11px verdana, sans-serif;
	background: #FFF top left no-repeat;
	position: relative;
	top: 75px;
	float: left;
	margin-right: 0px;
	margin-left: 22px;
}
#menuDeroulant li
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	margin: 0;
	padding: 4px 2px;
	text-decoration: none;
	background-color: #425C77;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menuDeroulant li a:hover {
	background-color: #69C;
}
#menuDeroulant li a:active {
	background-color: #06F;
}

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: rgba(172,173,177,0.85);
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #69C;
}

#menuDeroulant li:hover > .sousMenu { display: block; position: absolute; }
.textesmini {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #c6cfea;
	font-variant: normal;
	line-height: normal;
}
.titreshauts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.nomgalerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FFC;
}
.pavebas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFC;
}
