/* TABLE DES MATIÈRES:
	- Éléments à cacher
	- Éléments de base à personnaliser
	- Pied de page
	- Textes
----------------------------------------------------------------------------------------*/

/* ELEMENTS A CACHER 
--------------------------------------------------------------------------------------- */
#menu, #socialBookmarker, #bookmarkHoverPopup, #bookmarkHoverPopupm, #socialBookmarkerPrefix, #haut, #noprint, #piedPage, #copyrights, .subleft, 
/*#header,*/#login, #langue, #temp_flash, .btns_left, #btn, #btnlarge, /*.right,*/ #searchsuccside, #searchsuccfull, #btncontact, #btnenvoyer{
	position: absolute;
	visibility: hidden;
	display:none;
}

/* ELEMENTS DE BASE À PERSONNALISER 
--------------------------------------------------------------------------------------- */
html{
	/* Garder 3 fontes seulement */
	font-family: Arial, Verdana, Tahoma;
	color: #000;
	font-size: 12px;
}
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img{border:0; margin:0; padding:0;}

h1{
	color: #353535;
	font-size: 17px;
}
h2{
	color: #353535;
	font-size: 15px;
}
br.both{clear:both;}

/* PIED DE PAGE
--------------------------------------------------------------------------------------- */
#piedPage{color:#999;  font-size:11px; padding:0 6px 0 6px;}
#piedPage a{color:#999; text-decoration:none;}
#piedPage a:hover{color:#353535;text-decoration:none;}

/* TEXTES
--------------------------------------------------------------------------------------- */
p{font-size:12px; line-height:150%; color:#000;}
p.textePetit{font-size:10px;}
p a, p a:link, p a:visited, ul li a, ul li a:visited, ol li a, ol li a:visited{color:#c71e07; text-decoration:none;}
p a:hover, p a:visited:hover, ul li a:hover, ul li a:visited:hover, ol li a:hover, ol li a:visited:hover{
	color:#c71e07; text-decoration:underline;
}

ul li{font-size:12px; line-height:150%; list-style:square; margin-left:16px;}
ol li{font-size:12px; line-height:150%; color:#1F1F1F; margin-left:16px;}

#content{
	position: relative;
	height: 100%;}

.btns_right{
	position: relative;
	float: right;
	width: 250px;}
	
.textePage{
	padding: 0px;}
	
	
.soustexteleft{
	width: 672px;}
.soustexteright{
	width: 672px;}

.left{
	float: left;
	width: 672px;}

.subleft{
	float: left;
	width: 200px;}
.subright{
	float: left;
	width: 472px;
}

.jours{	width: 80px;	background: none;	padding: 3px 0 0 0;	float: left;	display: block;}
	
