/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 80.01%;
   line-height: 1em;
   background: #ffffff;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
}

a:visited{
 text-decoration: none;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}


/*****************
basic layout 
*****************/

/* center wrapper, min max width */
div#pagewrapper {
   margin: auto;       /* this centers wrapper */
   width:100%;
}

div#pagewrapper_home {
   margin: auto;       /* this centers wrapper */
   width:1024px;
}

div#homeHaut {
	background-image: url(../img/fond_home3.gif);
	width: 1024px;
	height: 362px;
	margin: auto;
}

div#homeBas {
	background-image: url(../img/fond_home4.gif);
	width: 1024px;
	height: 330px;
}

div#accroche {
	width: 1024px;
	height: 58px;
	padding-top: 40px;
	padding-left: 400px;
	font-size:22px;
	color: #b40020;
	font-family:Calibri;
}
div#accroche2 {
	clear:both;
	width: 590px;
	height: 78px;
	padding-top: 46px;
	padding-left: 50px;
	font-size:22px;
	color: #ffffff;
	font-family:Calibri;
	line-height:25px;
	float:left;
}
div#menu_home {
	background-image: url(../img/fond_droit_home.gif);
	width: 293px;
	height: 137px;
	color: #ffffff;
	font-family:Calibri;
	margin-right:80px;
}

div#img_home {
	width: 1024px;
	height: 300px;
	padding-top: 2px;
	padding-left: 200px;
}

.menu_home_class {
	font-size:16px;
	color: #ff9999;
}

.menu_home_class_on {
	font-size:16px;
	color: #fac4c4;
}

div#menu_bas {
	padding-top:315px;
	#padding-top:298px;
	padding-left:250px;
	font-size:11px;
	color: #97342b;
}

div#haut_page {
	background-image: url(../img/bg_haut.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color: #97342b;
	width:1024px;
	height:141px;
}

div#haut_page_performant {
	background-image: url(../img/bg_haut_performant.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color: #97342b;
	width:1024px;
	height:141px;
}

div#haut_page_qualite {
	background-image: url(../img/bg_haut_qualite.gif);
	background-repeat:no-repeat;
	font-size:11px;
	color: #97342b;
	width:1024px;
	height:141px;
}

div#contenu {
	font-size:12px;
	font-size: Verdana;
	color: #000000;
	font-family: Verdana,Arial Sans-serif;
	background-color : #ffffff;
	line-height: 20px;
}

div#contenu_menu_haut {
	font-size:14px;
	color: #eba4a6;
	padding-left:212px;
}

.class_contenu_menu_haut {
	font-size:14px;
	color: #eba4a6;
}

.class_contenu_menu_haut_on {
	font-size:14px;
	color: #b9112f;
}

.lien {
	color: #b9112f;
}

.dummy {
	padding-top: 6px;
	#padding-top: 16px;
	

}

div#menu_haut_bas {
	background-image: url(../img/menu_haut_bas.gif);
	background-position: right top;
	background-repeat:no-repeat;
	background-color : #ffffff;
	font-size:11px;
	color: #97342b;
	width:812px;
	height:72px;
	padding-left:212px;
	#padding-left:15px
}

#menu_haut_bas h1 {
	font-size: 16px;
	background-color: #ffffff;
	color: #b9112f;
	float:left;
	letter-spacing:2px;
	line-height:15px;
}

div#menu_gauche {
	width:200px;
	float:left;
	background-color: #ffffff;
}

div#fd_menu_gauche {
	background-image: url(../img/fd_menu_gauche.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	width:151px
	min-height:514px;
	padding-left:10px;
	#padding-left:2px;
	
}

.class_menu_gauche {
	color:#000000;
}

#fd_menu_gauche li {
	list-style-image : url(../img/puce.png);
	#list-style-image : url(../img/puce3.png);
	color: black;
	display : list-item;
	margin-left:10px;
	#margin-left:2px;
	line-height:25px;
	padding-right:13px;
}

div#droite {
	width:300px;
	height:300px;
	float:right;
	display:block;
}
