/***********************/
/*
MISE EN PAGE GLOBALE
structure page, conteneur, bloc, lien
*/
/***********************/
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Pour IE */
	background-image: url(img/bg.png);
	text-align: center; /* pour IE */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
a:link { 
	color: #0000FF;
	font: 12px Verdana;
	text-decoration: none ;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none ;
}
a:hover {
	color: #F58E85;
	text-decoration: underline;
}
.lienNoir a:link { 
	color: #000000;
	font: 12px Verdana;
	text-decoration: none ;
}
.lienNoir a:active {
	text-decoration: none;
}
.lienNoir a:visited {
	color: #000000;
	text-decoration: none ;
}
.lienNoir a:hover {
	color: #F58E85;
	text-decoration: underline;
}
ul {
	margin:0; padding:0px 0px 0px 0px;
	list-style-type:none;
}

li{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}

#conteneur {
	width: 774px;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%; /* Pour nav. standards */
	height: auto !important; /* Pour nav. standards */
	height: 100%; /* Pour IE */
	text-align: left;
	background-image:url(img/bgConteneur.jpg);
	background-repeat:repeat-y;

}
#tete {
	display: block;
	width: 720px;
	height: 180px;
}
#centre {
	width: 720px;
	overflow:auto;
	padding-bottom: 35px;
}
#menu {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
#texteCentre {
	margin-left: 250px;
	margin-right: 10px;
}
#pied {
	width: 720px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* pour IE */
	height: 35px;
	padding-top: 5px;
	color:#999999;	
	font-size: 10px;
	background-image:url(img/pied.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#pied a{
	color:#999999;
	font-size: 10px;
}
/***********************/
/*
MISE EN PAGE SPECIFIQUE
texte, éléments, liste...
 */
/***********************/
.centrer {
	text-align: center;
}
img {
	vertical-align:middle;
	border: 0px;
}
#left{
	float: left;
	padding-right: 5px;
}
#right{
	float: right;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.small {
	font-size: 10px;
	margin-left: 20px;
	color: #333333;
}
.photoright{
	float: right;
	padding-right: 60px;
}
.textmenu {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF8A88;
}
.textmenu a {
	font: 14px Verdana;
	text-decoration: none;
	font-weight:bold;
	color: #808080;
}
.textmenu a:visited{
	font: 14px Verdana;
	text-decoration: none;
	font-weight:bold;
	color: #808080;
}
.textmenu a:hover{
	font: 14px Verdana;
	color: #FF8A88;
	font-weight:bold;
	text-decoration: underline;
}
.textmenu_accueil {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8A88;
	display: block;
	background-color: #E8FBDD;
	padding: 2px;
	border: 1px solid #CCCCCC;
	text-decoration: underline;
}
.bloc_accueil {
	padding: 5px;
	border:1px solid #CCCCCC;
	margin-top: 5px;
}
.texttitre{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #808080;
}

.texttitre_S{
	font-size: 12px;
		font-weight:bold;
	color: #0B7024;
}

.text_Vert{
	font-size: 12px;
	font-weight:bold;
	color: #0B7024;
}

.texttitre_S_red{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF3300;
}

.ficheContact{
	width: 400px;
	height: 200px;
	padding-left: 30px;
	padding-top: 15px;
	background-image: url(img/bgContact.jpg);
	background-repeat:no-repeat;
	text-align: left;
}

.blocFlash {
width: 400px;
height: 120px;
border: 1px solid #999999;
}
