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

body {
	text-align:center;
	font-family:Arial;
	font-size:13px;
	background:url(images/back.jpg) no-repeat center top #ffdc00;
	
}

#container {
	width:950px;
	margin:auto;
	text-align:left;
	border: 1px solid #CCCCCC;
	background:#FFFFFF;
	
}

#header {
	width:950px;
	height:185px;
	background:#404040 url(images/back-header.png) no-repeat right;
}


#menu {
	width:950px;
	height:25px;
	line-height:25px;
	background:#FFDC00 ;
	border-top:1px solid #404040;
	border-bottom:1px solid #404040;
	font-weight:bold;
	font-size:12px;
}

.rubrique {
	float:left;
	margin:0 5px 0 5px;
	height:25px;
	line-height:25px;
}

#gauche {
	width:510px;
	float:left;
	padding:4px;
	text-align:justify;

}

#milieu {
	width:190px;
	padding:4px;
	float:left;


}

#droite {
	width:220px;
	float:left;
	padding:4px;

}

#footer {
	background:#404040;
	color:#E2E2E2;
	padding:5px;
	height:70px;
}

#footer a {
	color:#E2E2E2;
}

#partenaires {
	padding:10px 0 10px 5px;
}

#twitter {
	padding:10px 0 10px 0;
}





a:link  {
	text-decoration:none;
	color:#404040;


}

a:visited  {
	text-decoration:none;
	color:#404040;


}

a:hover  {
	text-decoration:none;
	color:#686867;


}

a:active  {
	text-decoration:none;
	color:#404040;


}

h1 {font-size:20px; font-weight:bold; font-family:arial; letter-spacing:1px;}
h2 {font-size:18px; font-weight:bold; }
h3 {margin:0; padding:3px; font-size:13px; font-weight:bold; color:#e39600; text-decoration:underline;}

.liste_1 {
	list-style:none;
	margin:0;
	padding:0;
}