
/* CSS des pages en détail */

/* Various */

#switchLangue{
position:relative;
margin:6px 0 0 15px;
float:left;
}


.h1_georgia_red{
font-size:16px;
color:#e70000;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:left;
margin-bottom:10px;
}

.p_georgia_grey{
color:#4d4c4c;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

.p_arial_grey{
color:#2b2a2a;
font-family:Arial, verdana;
/* Usually common font-size */
font-size:12px;
}

.p_arial_red{
color:#e70000;
font-family:Arial, verdana;
/* Usually common font-size */
font-size:12px;
}

/* End of various */

/* Mise en page générale du texte */


/* Pages offre */

.mentions,
.mentions a{
font-size:11px;
color:#adadad;	
}


/* Fin pages offre */ 

/* Pages savoir */

.menuSavoir{
	position:relative;
	display:block;
	width:275px;
	height:20px;
	padding:5px 0 0 25px;
	background:#ffffff url(../../images/fonds/menuSavoir_bck.jpg) top left no-repeat;
	clear:both;
	color:#2b2a2a;
	font-size:12px;
	}

.menuSavoir:hover{
color:#e70c0c;
	}
	
	
.liste_points_fort{
	position:relative;
	width:249px;
	padding:0 0 0 10px;
	height:auto;
	background-color:#e70909;
	clear:both;
	}

.liste_points_fort ul li{
	color:#fff;
	font-size:12px;
	list-style:disc;
	list-style-position:inside;
	}


/* Fin pages savoir */

/* Pages références */

#mosaique{
position:relative;
width:945px;
padding:70px 0 0 0;
clear:both;

}

.thumb_div{
position:relative;
float:left;
display:block;
width:100px;
height:100px;
margin:0 4px 4px 0;
/* background-color:#efeeec; */

}

.thumb_NB{
position:absolute;
top:2px;
left:2px;
width:96px;
height:96px;
z-index:200;
border: 1px solid #cccccc; 

}

.thumb_color{
position:absolute;
top:2px;
left:2px;
width:96px;
height:96px;
z-index:100;
border: 1px solid #cccccc; 
}


/* Fin Pages références */
