
body {
	font-family: Trebuchet, Verdana, Helvetica, sans-serif;
	color: #535972;
	font-size: 13px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	padding-bottom: 40px;
}


h1 {
	font-size: 14px;
	font-weight: normal;
	
	text-transform: uppercase;
	
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	
	text-transform: uppercase;
	
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 13px;
	font-weight: normal;
	
	text-transform: none;
}

.texte_box {
	font-size: 12px;
	
	padding: 5px;
}

a.lien_orange {
	color: #EA8923;
	
	text-decoration: none;
}

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

a.lien_blanc {
	color: #ffffff;
	text-decoration: none;
}

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

a.lien_bleu {
	color: #535972;
	text-decoration: none;
}

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


img {
	border: 0px;
}

ul {
	list-style: disc outside;
	padding-left: 30px;
	
	font-size: 13px;
}

li {
	margin-bottom: 10px;
	
}


/********/
/* DIV */
/********/

#container {
	position: relative;
	
	width: 900px;
	height: auto;
	
	background: #ffffff;
	
	margin: 5px auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	
	border: 0px solid  #666666;
}


#banner {
	width: 900px;
	height: 67px;
}


#quickSummary {
	height: 1px;
	/*
	color:#FFFFFF;
	border: 0px solid #FF0000;
	background-color: #EA8923;
	*/
}

#quickSummary a:link, #quickSummary a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
	
#quickSummary a:hover, #quickSummary a:active {
	text-decoration:underline;
}
	

#page {
	width: 510px;
	height: auto;
	/* height: 830px; */
	
			
	margin: 1px 0px 0 195px;
	
	padding-top: 6px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	/*
	background-color: #f5f5f5;
	border: 0px solid #666666;
	*/
	border: 1px solid #EA8923;
	background-color: #f4eee2;
	
}

#preamble {
	width: 500px;
	
	border: 0px solid #666666;
}

#contenu {
	width: 500px;
	
	margin-top: 20px;
	
}

#produit_liste_div {
	width: auto;
	height: 240px;
	margin-left: 10px;
	
	border: 0px solid #0000FF;
}

.produit_logo {
	width: 90px;
	float: left;
	
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	
	border: 0px solid #0000FF;
}

.img_produit_logo {
	margin-bottom: 5px;
}

a.produit_logo_lien {
	font-size: 12px;
	color: #535972;
	text-decoration: none;
	
	font-weight: bold;
}

a.produit_logo_lien:hover {
	text-decoration: underline;

}


.box_title {
	background-color: #fdc992;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	
	padding-left: 15px;
	line-height: 2.5em;
}

#left_box_navigation {
	position:absolute;
	
	top: 68px;
	left: 0px;
	
	width: 192px;
	height: auto;
	
	background-color: #EA8923;
	border: 0px solid #000000;
}

#left_box_navigation a {
	border-bottom: 1px solid #f8f8f8;
	
	background:#EA8923;
	color:#ffffff;
	
	font-weight: bold;
	font-size: 12px;
	padding:2px 0 2px 0px;
	
	width: auto;
	
	display:block;
	text-decoration: none;

}

#left_box_navigation a:hover {
	color: #000000;
	background-color: #ffdfbd;
	
	text-decoration: none;
}


.left_box_navigation_item {
	padding-left: 7px;
	line-height: 2.5em;
}


#left_box_contact {
	position:absolute;
	
	width: 190px;
	height: 440px;
	
	top: 350px;
	left: 0px;
	
	border: 1px solid #EA8923;
	background-color:#ffffff;
}


#right_box_nos_partenaires {
	position:absolute;
	
	top: 68px;
	left: 730px;
	
	width: 168px;
	height: 720px;
	
	background-color: #f4eee2;
	border: 1px solid #EA8923;
		
	/*		
	background-color:#ffffff;
	border: 0px solid #000000;
	*/
}

.nos_partenaires_logo {
	text-align: center;
  
}

.img_logo_partenaire {
	padding-top: 20px;
}

#footer {
	position: relative;
	
	width: 900px;
	height: 30px;
	
	padding-top: 10px;
	
	border: 1px solid #EA8923;
	background-color: #ffffff;
	
	font-size: 12px;
	color: #EA8923;
	text-align: center;
}


.contact {
	border: 2px solid #FFFFFF;
	margin: 12px;
	padding: 6px;
	background-color: #e6d3be;
	text-align: center;
}
