
body {font-family: verdana;font-size: 11px;color:black;background-image: url("img/design/back.gif");}

A{
	color:#FFF24E;
	text-decoration:none;
}
A:hover{
	color:#FA4E02;
}
#texte LI{
	background-image:url("img/design/puce.gif");
	background-repeat:no-repeat;
	background-position:0% 5px;
	list-style-type:none;
	padding-bottom:3px;
	padding-left:10px;
}

#menuLeft{
	position:absolute;
	margin:190px 0px 0px 150px;
	padding:15px 0px 0px 10px; 
	background-image: url(img/design/backMenu.gif);
	background-repeat:no-repeat;
	width:156px;
	height:203px;
	opacity : 0.8;
    filter : alpha(opacity=80);
}

#menuLeft div{
	margin-bottom:8px;
	background-image: url(img/design/puceMenu.gif);
	background-repeat:no-repeat;
	width:130px;
	padding-left:20px;
	display:block;
}

#menuLeft a{
	color:white;
	text-decoration:none;
}
#menuLeft a:hover{
	color:#FFF24E;
}

#contenuMain{
	position:absolute;
	margin:150px 0px 0px 335px;
	background-image: url(img/design/backContenuMain.gif);
	background-repeat:no-repeat;
	width:426px;
	height:359px;
	opacity : 0.8;
    filter : alpha(opacity=80);
    z-index:1;
}
#switchLang{
	position:absolute;
	margin:135px 0px 0px 660px;
	padding:0px;
}
#switchLang li, #switchLang ul{
	padding:0px;
	margin:0px;
	display:inline;
	padding-left:5px;	
}

.titre{
	color:#F26F2F;
	height:25px;
	font-size:20px;
	width:405px;
	border-bottom:1px #CCCCCC solid;
	z-index:10;
	position:absolute;
	margin:155px 0px 0px 350px;
}

#texte{
	margin:200px 0px 0px 350px;
	/*width:405px;*/
	width:400px;
	padding-right: 10px;
	height:290px;
	color:white;
	position:absolute;
    overflow-y:auto;
	overflow-x:hidden;
    z-index:10;
    text-align:justify;
}

#footer{
	margin:540px 0px 0px 435px;
	position:absolute;
	width:400px;
	height:30px;
	color:#CCCCCC;
}

img.imgCenter{
border:none;
   display: block;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
 
}
img.imgLeft{
    border:none;
	float:left;
	margin:2px 10px 5px 5px;
}
img.imgRight{
    border:none;
	float:right;
	margin:2px 15px 5px 10px;
}

.formContact{
	color:#FFFFFF;
	font-size:11px;
}
TEXTAREA{
	font-family: verdana;
	font-size: 11px;
	background-color:#6F8B5D;
	border:1px #9AAE8D solid;
	color:white;
	padding:2px;
	overflow:auto;
}
.inputText{
	width:200px;
	color:white;
	padding:2px;
	font-size: 11px;
	background-color:#6F8B5D;
	border:1px #9AAE8D solid;
}
.submit{
	font-family: verdana;
	font-size: 12px;
	background-color:#6F8B5D;
	border:1px #FFFFFF solid;
	margin-left:305px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:10px
}
.submit:hover{
	font-weight:bold;
	color:red;
	margin-top:10px
}