/*Elements html communs*/
html{
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #353031;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(design/fond3.jpg);
	background-repeat: repeat-y;
	background-position: center;
}



/*Blocs*/
.entete {
	text-align: center;
	background-image: url(design/entete.jpg);
	height:128px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.entete_bouton {
	background-image: url(design/haut_bouton_fond2.jpg);
	height:27px;
	width:119px;
	float:right;
	background-repeat: no-repeat;
	margin-right: 18px;
	margin-top: 99px;
}
.flash {
	text-align: center;	
}
.bas {
	text-align: center;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.bas_gauche {
	width: 180px;
	float: left;
	height:300px;
	text-align: left;
	padding-left: 43px;
	padding-right: 22px;
	padding-top: 20px;
	background-image: url(design/fond-bas.jpg);
	background-repeat: no-repeat;
}
.bas_centre {
	width: 200px;
	float: left;
	height:300px;
	text-align: left;
	padding-left: 17px;
	padding-right: 23px;
	padding-top: 20px;
	background-image: url(design/fond-bas.jpg);
	background-repeat: no-repeat;
	background-position: -245px;
}
.bas_droite {
	width: 375px;
	float: left;
	height:300px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-image: url(design/fond-bas.jpg);
	background-repeat: no-repeat;
	background-position: -485px;
}

/*Mise en forme des textes*/
.haut_bouton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-top:5px;
}
.bas_titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #08205d;	
	padding-bottom: 18px;
}
.bas_news {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7a939e;	
	padding-bottom: 13px;
}
.bas_plus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #1489af;	
	padding-top: 38px;
}
.bas_centre_menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1489af;	
	padding-bottom: 12px;
}
.bas_centre_titre2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #08205c;	
	padding-top: 18px;
	padding-bottom: 18px;
}


#news a {
	text-decoration: none;
	color: #7a939e;
}
#news a:visited {
	text-decoration: none;
	color: #7a939e;
}
#news a:hover {
	text-decoration: underline;
	color: #7a939e;
}
#plus a {
	text-decoration: underline;
	color: #1489af;
}
#plus a:visited {
	text-decoration: underline;
	color: #1489af;
}
#plus a:hover {
	text-decoration: underline;
	color: #0CF;
}
#cherche a {
	color: #1489af;
}
#cherche a:visited {
	color: #1489af;
}
#cherche a:hover {
	color: #1489af;
}


