/* CSS Document */


table, img, body			{ margin: 0; padding: 0; }
table 			{ border: 0;}
img				{ border: 0;}
body , table    { font: 12px   Arial, Verdana, Helvetica, sans-serif; word-spacing: 0.2em; color: #595959; text-align:left; }
body 			{ background-color: #e7e4e0; }

h1				{ color: #000000;	padding:0;	margin: 0;	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 18px;	letter-spacing: 0em; 	font-weight: lighter;}
h2				{ color: #FFFFFF;	padding:0;	margin: 0;	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 16px;	letter-spacing: 0em; 	font-weight: lighter;}
h3				{ color: #FFFFFF; 	padding:3px 0 3px 15px; margin: 0; font-family: Geneva, Helvetica, Verdana, sans-serif; font-size: 16px; 	letter-spacing: 0.1em; 	font-weight: lighter; background-color:#cc0000}
h4				{ color: #000000; 	padding:0; margin: 0; font-family: Geneva, Helvetica, Verdana, sans-serif; font-size: 14px; font-weight: lighter;}
h5				{ color: #5badd7; 	padding:0; margin: 0; font-family: Geneva, Helvetica, Verdana, sans-serif; font-size: 12px;}
h6				{ color: #3399cc; 	padding:0; margin: 0; font-family: Geneva, Helvetica, Verdana, sans-serif; font-size: 12px;}



.bord 			{border: 1px solid #FFFFFF;	}

img.gris		{border: 1px solid #999999; margin: 10px 0 0 0;}

input 			{ font-size: 11px;}

.trebuch		{ color: #FFFFFF;	padding: 0; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	font-size: 20px; font-weight:normal; vertical-align:top; }


/*    /////////  LIENS   */

a				{ text-decoration: none; color: #000000; }
a:hover			{ text-decoration: underline; }

a.gris			{ text-decoration: underline; color: #595959; }
a:hover.gris	{ text-decoration: underline; color: #000000; }

a.blanc			{ text-decoration: none; color: #FFFFFF; }
a:hover.blanc	{ text-decoration: underline; }

a.lien 			{ text-decoration: none; color: #FFFFFF; font-size: 16px; }
a:hover.lien 	{ text-decoration: underline;  }
a:hover.none 	{ text-decoration: none;  }


/*   //////     TYPOS     */


.ptxt 			{font: 11px  Arial, Verdana;  color: #424242; } 
.onze			{font-size: 11px;}
.douze			{font-size: 12px;}
.quatorze		{font-size: 14px;}
.seize 			{font-family: Arial, Helvetica, sans-serif;	font-size: 16px;	letter-spacing: 0em;}
.vingtquatre	{font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	letter-spacing: 0em;}

.noir			{ color: #000000;}
.blanc			{ color: #FFFFFF;}
.bleu			{ color: #5badd7;}
.gris			{ color: #424242;}

.txtbox			{ font: 12px   Arial, Verdana, Helvetica, sans-serif; color: #000000; }


.titre {
	width: 96%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align:left;
	color: #424242;
	padding: 2px 0 2px 30px;
	background: url("../img/fleche-bleu.gif") 6px 8px no-repeat #ebebeb;
}


.titrebleu { 
	background-color: #5badd7;
	width: 98%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding: 2px 0 2px 10px;
}


.fleche {
	padding: 0 0 0 14px;
	background: url("../img/fleche-bleu2.gif") 0 2px no-repeat;
}
.flechebleu {
	padding: 0 0 0 14px;
	background: url("../img/fleche-bleu2.gif") 0 2px no-repeat;
}



/*   //////     PADDING     */


.fright		{float: right;}




/*   //////     TRAITS     */

.hrgris {
	background-color: #999999;
	height: 1px;
	width: 98%;
	margin-bottom: 10px;
}
.hrblanc {
	background-color: #FFFFFF;
	height: 1px;
	width: 98%;
	margin: 16px 0;
	clear: both;
}


.trait {
		background: url("../img/trait.gif") 0 0 no-repeat;
		height: 20px;
		width: 1px;
		text-align:center;
}

/* /////////////////// DIVERS    //////////////////////  */

/*    MAIN      */


#content {
	width: 980px;
	margin: 0 10px;
	/*
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	*/
	
}

.left 			{ 
	padding: 10px 10px 0 0;
	width:200px;
	float:left;
	text-align:center;
}


.center 			{ 
	padding: 10px 10px 0 10px;
	width:540px;
	float:left;
}

.right 			{ 
	padding: 10px 0 0 10px;
	width:200px;
	float:left;
}


/*    MENU HAUT    */

.entete {background: #0274b4;}

#menu   {background: url("../img/menu-gris.jpg") 0 0 repeat-x;}


.menu a {
		/**/
		display:block;
		
		background: transparent;
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #FFFFFF;
		height:20px;
		padding: 6px 0 0 0;
		margin:  0;
		text-align:center;
}
		
.menu a:hover {	
		background: url("../img/menu-roll.jpg") 0 0 repeat-x;
		color: #FFFFFF;

}

.menu-left {
	width: 200px;
	height: 100%;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: lighter;
	letter-spacing: 0,2em;
}



/*   ACCUEIL    */

.accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: lighter;
}

/*   PRODUITS    */


.comparatif 		{ color: #003366; font-family: Verdana, Helvetica, sans-serif;	font-size: 16px;	letter-spacing: 0em; 	font-weight: bold;}

a:hover.comparatif	{ text-decoration: underline; }


/*    FOOTER     */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
	background-color:#0274b4;
	text-align: center;
	width: 100%;
	height: 20px;
	padding: 8px 0 0 2px;
}

.footer a	{color:#FFFFFF;}

.footer a:hover	{ text-decoration: underline; }


/*  PRESSE     */

a.presse {
	color: #5badd7;
	text-decoration: underline;
	font-size: 11px;
}
.presse {
	font-size: 14px;
	letter-spacing: 0em;
	color:#000000;
	font-weight: bold;
}
