/* CSS Document */

h1 {
clear:both;
padding:8px 0 10px;
}

/* Contenu */

#main_content {
width:990px; /* Ne pas depasser sinon barre de scrolling horizontale */
background: url(../images/bg_main_content.png) no-repeat bottom center;
height: 600px;
margin:0;
padding:0;
}

html>body #main_content {
height: auto;
min-height: 400px;
} 


#content {
width:666px;
float:left;
margin: 0 0 0 50px;
padding: 0 0 100px 0;

}

#content a {
color:#f85e0c;
}



* html #content {
margin: 0 0 0 25px;
}

/* Breadcrumb */

#wrapper #main_content #content #breadcrumb ul {
padding: 10px 0 20px 0;
float:left;
width:530px;
}

#wrapper #main_content #content #breadcrumb ul li {
float:left;
background:none;
padding:0 0 0 5px;
color:#666;
}

#wrapper #main_content #content #breadcrumb ul li a {
color:#666;
}

#wrapper #main_content #content p {
width:580px;
padding:0 0 15px 0;
}

/* Systeme impression */

#wrapper #main_content #content #impression  {
float:left;
padding: 10px 10px 0 0;
width:120px;
}

#wrapper #main_content #content #impression a  {
float:left;
width:auto !important;
padding: 0 !important;
color:#666;
}




/* Liste a puces */

#wrapper #main_content #content ul {
padding: 0 0 14px 15px;
width:530px;
}

#wrapper #main_content #content ul li {
padding:0 0 0 5px;
color:#333;
background:url(../images/tirets.png) no-repeat 0 9px;
padding: 0 0 0 10px;
}

#wrapper #main_content #content ul li a {
color:#F85E0C;
}

/*Liste a puces ordonnees
*/

#wrapper #main_content #content ol {
padding: 0 0 14px 33px;
width:530px;
}

#wrapper #main_content #content ol li, #wrapper #main_content #content ol li a {
color:#333;
}

#wrapper #main_content #content ol li a {
color:#F85E0C;
}



/* Blockquote */
#wrapper #main_content #content blockquote {
border-left:1px solid #333333;
margin:25px 0 0 15px;
padding:0 0 0 15px;
}

.texte_vert {
color:#669933;
font-size:1.1em;
padding:10px 0 0 0;
}

.texte_marron {
color:#603813;
font-size:1.1em;
padding:10px 0 0 0;
}

/*formulaires*/

legend {
color:#42210B;
font-size:1.6em;
}

label {
color:#42210B;
font-size:1.2em;
width:200px;
display:block;
margin:10px 0 4px 0;
}

.text, .text_area {
background-color:#f5e9d7;
color:#42210B;
border:1px solid #42210b;
}

/*plan*/

.titre_plan {
font-size:1.2em;
padding:6px 0 0 0;
}

.reseau_deco {
padding:20px 0 15px 45px !important;
}

* html .reseau_deco {
margin:20px 0 15px 45px !important;
}

.dekio {
padding:0 0 15px 55px !important;

}

* html .dekio {
margin:0 0 15px 55px !important;

}

.bg_galerie {
	height: 850px;
	overflow: auto;
}

.bg_galerie td {
	text-align:center;
}

.bg_galerie img {
	max-width:250px;
}

.bg_galerie .titre {
	font-weight: bold;
	font-size: 14px;
	
	padding : 0 0 10px;
}

.bg_galerie .legende {
	padding : 0 0 10px;
	font-style: italic;
}