
body {
	background: #72727A url(../images/fond_page.jpg) no-repeat top center;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #eb8e43;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	margin: 15px 0 15px 0;
	padding: 0;
	color: #EE800C;
}
h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 2px 0px 0px 0px;
}
h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #666666;
}

h2, h2 a {
	color: #0E5FA5;
}

.separateur {
	clear: both;
}
.bouton{
	border-radius:10px;
	background:#0e5fa5;
	color:white;
	padding:15px 11px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin:10px;
}
.commentaire{
	color:#666;
	font-style:italic;
}

#conteneur {
	position: relative;
	width: 960px;
	margin: 0 auto;
	z-index: 0;
	margin-top:40px;
	background:#e1e1e1;
}

#header {
	position: relative;
	height: 149px;
	background: url(../images/phototheque/header.jpg) no-repeat;
}

#logoHeader {
	position: absolute;
	top: 20px;
	left: 100px;
	display: block;	
	width: 250px;
	height: 105px;
}
#corps {
	color: black;
	width: 710px;
	margin: 0px 0px 20px 220px;
	padding-top:20px;
	padding-left:20px;
	text-align: justify;
	overflow:hidden;
}
#gauche { 
	float: left;
	min-height: 400px;
	_height: 400px;
	padding: 25px 0px 10px 10px;
	width: 190px;
	display : inline;	/*correction bug double margin IE6*/
}
#edito{
	color:#3f3f3f;
	line-height:18px;
}
#form_recherche{
	width:510px;
	background:white;
	border:1px solid #979797;
	border-radius:25px;
	padding:20px;
}
#form_recherche input[type="text"]{
	width:309px;
	height:40px;
	border:1px solid #979797;
	border-radius:25px;
	color:#717171;
	font-weight:bold;
	font-size:14px;
	background: white url(../images/phototheque/degrade_gris.jpg) repeat-x bottom;
	padding:0 10px;
	margin-left:40px;
}
#form_recherche input[type="submit"]{
	width:50px;
	height:40px;
	border:1px solid #979797;
	border-radius:10px;
	color:white; 
	font-weight:bold;
	font-size:18px;
	background : #eb8e43;
	text-align:center;
	
}
#form_recherche #liste_themes{
	color:#717171;
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	
}
#form_recherche #liste_themes a{
	color:#717171;
}
.moduleKmlUne .fiche{
	margin-right:15px;
	float:left;
}
.moduleKmlGalerieUne .fiche{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	width:300px;
	height:100px;
	overflow:hidden;
	background:white;
	border:1px solid #979797;
	border-radius:5px;
	text-align:left; 
	padding:5px;
	color:#3F3F3F;
}
.moduleKmlGalerieUne .fiche h2{
	color:#0E5FA5;
}	
.moduleKmlGalerieUne .photoMdl{
	float:left;
	margin:0 5px 5px 0;
}
.moduleKmlGalerieUne .photoMdl img{
	max-width:100px;
	max-height:100px;
}
.moduleKmlGalerie{
	color:#6d6d6d;
}
.moduleKmlGalerie h1{
	margin-top:0;
}
.moduleKmlGalerie  h1 .nb_photos{
	font-weight:normal;
	color:#6d6d6d;
	font-size:12px;	
	margin-left:10px;
}
.moduleKmlGalerie .fiche{
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	width:125px;
	height:125px;
	overflow:hidden;
	background:white;
	border:1px solid #979797;
	border-radius:5px;
	text-align:center; 
	position:relative;
	
}
.moduleKmlGalerie .fiche .titre{
	position:absolute;
	bottom:0;
	left:0;
	overflow:hidden;
	width:115px;
	height:12px;
	background:white;
	color:#6d6d6d;
	padding:5px;
	text-align:left;
}
.modulekmlThemes h1{
	margin-top:0;
}
.modulekmlThemes li{
	list-style-type:none;
	margin-bottom:5px;
	float:left;
	width:210px;
}
.modulekmlThemes li, .modulekmlThemes li a{
	color:#515050;
}
.formulaireDepot{
	background:white;
	padding:10px;
	width:100%;
}
.formulaireDepot .entete{
	color:#0E5FA5;
	font-weight:bold;
	width:70px;
}
.formulaireDepot .cadre{
	margin-left:10px;
	padding:10px;
	background-color:#e5e5e5;
	width:500px;
	margin:0 auto;
}
.cadre2{
	width:510px;
	background:white;
	border:1px solid #979797;
	border-radius:25px;
	padding:10px;
	margin:0 auto;
}
table .listing td{
	border-bottom:1px solid #717079;
}
#gauche .menu_galeries{
	margin:20px 0;
}
#gauche .menu_galeries ul{
	margin:0;
	margin-top:10px;
	padding:0;
	list-style-type:none;
}
#gauche .menu_galeries ul li{
	padding-left:15px;
	margin-bottom:5px;
	background : url("../images/fleche.png") no-repeat scroll left top transparent;
}
#gauche .menu_galeries ul a{
	color:#6D6D6D;
}