body {
	background:#FFCC01;
	margin:10px 0 0 0 ;
	padding:0;
}
.fond {
	background-image:url(icono/soleil.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#conteneur_index {
	height: 570px;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -475px;
	width: 950px;
	position: absolute;
	background-image:url(icono/fond-index.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#contenu_index {
	/*clear:both;*/
	width:950px;
	height:155px;
	margin-top:345px;
}
#texte {
	height:auto;
	width:310px;
	padding:15px;
	overflow:auto;
	overflow-x: hidden;
	background-image:url(icono/papier.gif);
	background-repeat:no-repeat;
}


#conteneur {
	height: auto;
	margin: 0 auto;
	width: 950px;

}

#gauche {
	height: 550px;
	margin: 0;
	width: 475px;
	float:left;
	overflow: hidden;
}

#gauche2 {
	height: 550px;
	margin: 0;
	width: 460px;
	float:left;
	overflow:auto;
	overflow-x:hidden;
	padding-right:15px;
}
#droite {
	height: 550px;
	margin: 0;
	width: 475px;
	float:left;	
}
#menu {
	width:950px;
	height:40px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#menu a{
	color:#FFF;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}


#contenu-droite {
	padding:5px 0 0 30px;
}
#pied {
	width:950px;
	height:auto;
	color:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	clear:both;
	background-image:url(icono/cartouche.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#pied a {
	color:#FFF;
	text-decoration:none;
}

#pied a:hover {
	color:#fff;
	text-decoration:underline;
}
#diapo_droite {
	padding:10px 0 0 0;
	width:350px;
	height:auto;

}
.miniatures {
  margin:4px;
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: left;
	cursor: pointer;
	border: 1px solid #FFFFFF;
    }
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01748F;
	text-align:justify;
}

.texteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.textebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01748F;
}

.textebleu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01748F;
	text-decoration:none;
}

.textebleu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01748F;
	text-decoration:underline;
}
.texte a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01748F;
	text-decoration:none;

}
.texte a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01748F;
	text-decoration:underline;
}
.textepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
}

.textepetit a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration:none;
}

.textepetit a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration:underline;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFF00;
	text-align: justify;
	font-weight: bold;
}
.sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
}
