@charset "utf-8";
a {
text-decoration:none;
}
a:link, a:active, a:visited {
color:#280235;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #c9d0d6;
}
#container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999;
} 
#header {
	height: 140px;
	padding-right: 10px;
	padding-top: 14px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #001731;
	background-image: url(images/banner.jpg);
} 
#container #header .logo .entete .recherche {
	float: right;
	height: 30px;
	margin-top: -30px;
	width: 122px;
}
#menu1 {
	height: 33px;
	padding-top: 6px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #003863;
	text-align: right;
	padding-right: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
} 
#menu {
	height: 39px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
} 
#menu a {
text-decoration:none;
}
#menu a:link, a:active, a:visited {
	color:#FFF;
}	

#flash {
	height: 243px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/flash.gif);
	background-repeat: no-repeat;
} 
#lien {
	height: 39px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/bg2.jpg);
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 309px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}
#container #sidebar1 .tabbg {
	width: 272px;
	background-repeat: repeat-x;
	height: 220px;
	padding-left: 25px;
	padding-top: 8px;
	background-color: #003863;
	color: #F60;
	
}
#container #sidebar1 .tabbas {
	width: 298px;
	background-image: url(images/tabbas.png);
	background-repeat: no-repeat;
	height: 24px;
}
#container #sidebar1 .haut {
	width: 298px;
	background-image: url(images/haut.png);
	background-repeat: no-repeat;
	height: 12px;
}
#container #sidebar1 .milieu {
	width: 275px;
	background-repeat: no-repeat;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8a8a8;
	border-left-color: #a8a8a8;
	color: #280235;
	padding-right: 10px;
	padding-left: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}
.ligne {
	background-image: url(images/ligne.png);
	background-repeat: repeat-x;
	height: 1px;
}

.milieu .img {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
}

#container #sidebar1 .bas {
	width: 298px;
	background-image: url(images/bas.png);
	background-repeat: no-repeat;
	height: 12px;
}
#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 7px;
} 
#container #mainContent .mmilieu .orange {
	background-image: url(images/bar.png);
	background-repeat: repeat-x;
	height: 61px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 10px;
}

#container #mainContent .mhaut {
	background-image: url(images/mhaut.png);
	background-repeat: no-repeat;
	width: 629px;
	height: 35px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
}
#container #mainContent .mmilieutop {
	background-repeat: no-repeat;
	width: 603px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8a8a8;
	border-left-color: #a8a8a8;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C60;
	font-weight: bold;
	text-align: justify;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 11px;
}
#container #mainContent .mmilieu {
	background-repeat: no-repeat;
	width: 603px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8a8a8;
	border-left-color: #a8a8a8;
	padding-left: 12px;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: justify;
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 11px;

	
}
#container #mainContent .mmilieu table tr td .produits1 {
	width: 120px;
	padding: 3px;
	border: 1px solid #999;
	height: 100px;
	text-align: center;
}
#container #mainContent .mmilieu table tr td .produits2 {
	width: 120px;
	padding: 3px;
	border: 1px solid #280235;
	background-color: #280235;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	text-align: left;
}
#container #sidebar1 .tabbg div {
	text-align: left;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
}


#container #mainContent .mmilieu .image_carre img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	height: auto;
	width: 600px;
}
#container #mainContent .mmilieu .ligne_image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container #mainContent .mmilieu .ligne_image .box_image {
	height: 55px;
	width: 100px;
}
#container #header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 700px;
	margin-left: 22px;
	padding-left: 140px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}
#container #header .logo .entete {
	margin-left: 250px;
	height: 50px;
	width: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 20px;
}


#container #mainContent .mbas {
	background-image: url(images/mbas.png);
	background-repeat: no-repeat;
	width: 629px;
	height: 21px;
}

#footer {
	height: 90px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-image: url(images/1bg.jpg);
	background-repeat: repeat-x;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-top-color: #002949;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.image {
	padding: 3px;
	height: 52px;
	width: 100px;
	border: 1px solid #666;
	margin: 3px;
}
#container #mainContent .mmilieu table tr td h5 {
	color: #333;
	font-size: 14px;
}
#container #mainContent .defiler {
	background-image: url(images/mhaut.png);
	background-repeat: no-repeat;
	width: 560px;
	height: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-left: 70px;
	overflow: hidden;
	margin-right: -11px;
	z-index: auto;
}
#recherche {
	height: 33px;
	padding-top: 6px;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-color: #003863;
	text-align: right;
	padding-right: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
