/* CSS Document */
body{
	background-color:#333333;
	color:#FFFFFF;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
a.menu {
	color:#333333;
	text-decoration:none;
}
a:hover.menu {
	color:#333333;
	text-decoration:none;
}
img{
	border:none;
	}

#main{
	width:800px;
	margin:0 auto;
}


input[type=text]{
	height:23px;
	width:180px;
	border:0;
	padding:4px 10px 4px 10px;
	background:url(../images/BOUTONS/input.gif) no-repeat top;
	}
textarea{
	border:1PX solid #CCCCCC;;
	padding:4px 10px 4px 10px;
	
	background-color:#FBFBFB;
	}
input[type=submit]{
	height:23px;
	width:180px;
	border:0;
	padding:4px 10px 4px 10px;
	background:url(../images/BOUTONS/input.gif) no-repeat top;
	}
input[type=button]{
	height:50px;
	width:100px;
	border:0;
	background:url(../images/BOUTONS/fond-MAG.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	cursor:pointer;
	}
input[type=reset]{
	height:50px;
	width:100px;
	border:0;
	background:url(../images/BOUTONS/fond-MAG.png) no-repeat top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	cursor:pointer;
	}
	
#commentaires{
	padding:10px 10px;
	text-align:left;
	
}

/*################################################### ENTETE ###################################################*/
#entete{
	width:800px;
	height:150px;
	text-align:left;
}
#logo{
	height:150px;
	width:150px;
	}
/*################################################### MENU ###################################################*/
#menu{
	height:17px;
	width:800px;
	text-align:left;
	}
#menu_ul{
	width:800px;
	height:17px;
	padding:0;
	margin:0;
}
#menu_ul li{
	display:block;
	float:left;
	}
/*################################################### CORPS ###################################################*/
#corps{
	width:800px;
}
/*################################################### EDITO ###################################################*/
#edito{
	width:800px;
	}
#editoEntete{
	
}

/*################################################### CONTACT ###################################################*/
#log{
	width:800px;
	padding:10px 10px;	
}
#boutonLogPlus{
	cursor:pointer;
	}
#boutonLogMoins{
	cursor:pointer;
	}
#contactBordHaut{
	width:800px;
	padding:0;
}
#contact{
	width:800px;
	color:#666666;
	font-family:tahoma;
	font-size:11px;
	padding:0;
	background:transparent url(../images/formulaire_Corps.png) repeat-y center;*/
}	
#contactBordBas{
	width:800px;
	clear:both;
}
#retourForm{
	color:red;
	font-weight:bold;
	font-size:14px;
	padding:5px 5px;
	
	}





#pied{
	width:800px;
	height:19px;
	
	clear:both;
	
	text-align:right;
	background:url(../images/TITRES/bottom.jpg) no-repeat left;
}
