/*
 * Feuille de style
 * 
 *
 */
 
body {
	font-family: arial, verdana;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	margin: 0;
	padding: 0;	
}

a > img {
	border: 0;
}

/*
 * Structure de la page
 */
 
 
#conteneur { 
	width:970px; /* 870px; */
	margin:0;
	/*background-color: red;*/
}

#contenu { 
	margin-left:280px; 
	padding-top:40px;
	padding-left: 0px;
	padding-bottom: 50px;
	width: 590px;
	/*float:left;*/
	width:auto;
	position:relative;
	/*background-color: blue;*/
}




/*
 * Menu pour la navigation dans les rubriques du site
 */


#curseur_menu_navigation {
	width:40px;
	height:480px; /*380px;*/
	float:left;
}
#curseur_menu_navigation img {
	display:block;
	padding: 0;
	margin: 0;
}
#menu_navigation {
	width:240px;
	height:480px; /*380px;*/ /* 307 px; */
	list-style-type: none;
	padding:0;
	margin:0;
	float:left;
	/*background-color: blue;*/
}

#menu_navigation li {
	width:240px;
	list-style-type: none;
	overflow: hidden; /* EVITE DECALAGE SOUS IE6 : cf http://www.zonecss.fr/style_css/feuille_css_height.html */
	padding: 0;
	margin: 0;
}

#menu_navigation img {
	/*display:block;*/   /* PROVOQUE DECALAGE SOUS IE7 */
	padding: 0;
	margin: 0;
	border: 0;
}
#menu_navigation a {
	height:100%;
	width:100%;
}
#menu_navigation li.debug {
	
}
/*
 * Elements de contenu dans le corps de la page
 */

/*
 * Revue
 */
 a#lien_revue_img {
     display:block;
     outline: none;
 }
 a#lien_revue_txt {
     display:block;
     padding-top: 2px;
     text-decoration:underline;
     font-size:10px;
     letter-spacing:0px;
     outline:none;
 }
 img#image_revue {
     display:block;
     padding: 2px;
     width: 154px;
     border: 1px solid #cbcbcb;
 }

/* Texte, contenu redactionnel de la page */


/* R�f�rences */

#liste_references {
	padding:0;
	margin:0;
}

#liste_references li {
	list-style-type: none;
	padding:0 0 40px 0;
	margin: 0;
}
/*
#liste_references li span {
	display: block;
	float: left;
	height: 24px;
}*/

/*
div.puce {
	display:block;
	width:39px;
	height: 24px;
	float:left;
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0;
}
*/

div.texte {
	width:590px; /* 550px + 39-40px */
	min-height: 40px;
	position: relative;
	margin: 0;
	/*background-color: green;*/
	padding:0;
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div.texte.vert {
	background-image: none;
}
div.texte.contact {
	height: 90px;
}
div.texte.agence {
	height: 140px;
}
div.texte.agence_historique {
	background-image: none;
	height: auto;
	text-align: justify;
}
div.ligne {
	margin: 0 0 0 40px;
	padding:0;
	min-height: 18px;
	height: auto;
	/*clear: both;*/
}
div.seule {
	margin-top: 0;
}
div.image {
	padding-left: 40px;
	padding-bottom: 40px;
}
div.image img {
	display: block;
}

#liste_references li span {
	text-transform: uppercase;
}
.ref_titre, .ref_description, .ref_info {
	color: #ff0000;
}
.ref_titre.vert, .ref_description.vert, .ref_info.vert {
	color: #00cc00;
}
.ref_titre {
	font-weight: bold;
	font-size: 18px;
}
.ref_description {
	padding-left: 3px;
	font-size: 12px;
	clear:right;
}
.ref_info {
	font-size: 10px;
}
.ref_info a {
	text-decoration: none;
	color: #000000;
	padding-left: 2px;
	font-size: 10px;
}


div.reference {
	padding-left: 40px;
	/*padding-bottom: 40px;*/
}
div.reference img {
	display: block;
}
div.suite {
	padding-top: 20px;
	/*padding-bottom: 40px;*/
}
/*
div#loader1, div#loader2, div#loader3, div#loader4, div#loader5 {
     
           width: 550px;
            height: 550px;
            overflow: hidden;         
}
*/

div.loading {
	background: url(../images/image_loading.gif) no-repeat center center;
	width: 550px;
    height: 550px;
    overflow: hidden;
}
div.loading.paysage {
	width: 550px;
    height: 265px;
}
div.loading.libre {
	width: 550px;
    height: auto;
}
#texte_intro {
	padding-left: 40px;

}
div.texte.agence_historique strong {
	color: #000000;
	font-weight: normal;
}
