@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/
* { margin: 0; padding: 0; }
a:focus, a:active, a:hover { outline:none; }
html { background-color: #ddd; }
.left { float:left; }
.right { float:right; }
.tleft { text-align:left; }
.tright { text-align:right; }
div.c { clear:both; }
.none { display:none; }
.block { display:block; }
.marginTB10 { margin:10px 0px; }
.marginR10 { margin-right:10px; }
.paddingR10 { padding-right:10px; }
.paddingT10 { padding-top:10px; }
.paddingB15 { padding-bottom:15px; }
.marginB1 { margin-bottom:3px; }
.center { text-align:center; }
.middle { vertical-align:middle; }
.relative{position:relative;}
.italic {font-style:italic;}
/****************
Global Containers 
****************/
#global { width: 100%; padding: 0 0 25px 0; text-align: center; background: #fff url(../images/fond-site.jpg) repeat-x; }
#globalEspaceClient { width: 100%; padding: 0 0 25px 0; text-align: center; background: #fff url(../images/fond-site-client.jpg) repeat-x; }
#header { width: 960px; height: 215px; margin: 0 auto; text-align: left; font-size: 0px; background: url(../images/fond-entete.jpg) no-repeat; }
#globalEspaceClient .headerEspaceClient { background: url(../images/fond-entete-client.jpg) no-repeat; }
#content { clear:both; width: 960px; margin: 0 auto; }
#footer { width: 100%; text-align: center; background: url(../images/fond-pied.jpg) repeat-x; }


/****************
Header Containers 
****************/
#header_top { width: 950px; height: 102px; } 
#banner { width: 960px; height: 85px; }
#baseline { float:left; margin: 15px 0 0 0; }
#search { float: right; height:30px; width:192px; background: url('../images/fond-zone-recherche.png') no-repeat; background-position:0px 1px; padding:55px 5px 0 20px; }
#menu_2 { width: 945px; height: 26px; } 
#header_right { float:right; width: 300px;}
#logo { float: left; width: 220px; height: 70px; padding:18px 0 0 0; }
#pictos_links { float: right; width: 150px; height: 30px; text-align: right; }
#flyer_links { float:right; margin: 17px 0 0 0; }
#flyer_links img { display:block; }
#menu_1 { float: right; width: 470px; height: 29px; margin: 85px 0 0 0; text-align: right; }


/****************
Content Containers 
****************/
#content_primary { float: left; width: 740px; text-align: left; }
#content_primary.content_primary_full { width: 960px; }
#content_secondary { float: right; width: 210px; text-align: left; }
.main_column { float: left; width: 730px; padding:0 10px 0 0; }
.main_column_right { float: left; width:710px; padding:0 0 0 10px; }
.left_column { float: left; width: 355px; }
.two_third_column { width: 490px; padding:0 10px 0 0; }
.right_column { float: right; width: 345px; padding:0 10px 0 0; }
.one_third_column { width: 220px; }
.secondary_gray { width: 210px; background: #fff url(../images/fond-secondaire-gris.jpg) repeat-y right top; }
.secondary_white { width: 210px; background: #fff url(../images/fond-secondaire-blanc.jpg) repeat-y right top; }
.secondary_bottom { float:right; width: 210px; height: 120px; background: url(../images/fond-secondaire-bas.jpg) no-repeat right top; }
.secondary_content { width: 170px; margin: 0px 0 0px 15px; padding:0 0 10px 0; }


/****************
Footer Containers 
****************/
#footer_content { height: 175px; width: 960px; margin: 0 auto; text-align: left; }
#footer_content_left { float: left; width: 460px; margin: 25px 20px 0 0; }
#footer_content_right { float: right; width: 460px; margin: 25px 0 0 20px; }
#footer_content_left_min { float: left; width: 45px; margin: 20px 0 0 0; }
#footer_content_right_max { float: left; width: 675px; margin: 20px 0 0 0; }





