/**************************************************************/
/*    Reset :                  					 			  */
/*       													  */
/**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	/*font-weight:normal;
	font-size:100%;
	font:inherit 1em sans-serif;
	/*vertical-align:baseline;*/
}
/*HTML5 display-role reset for older browsers*/
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}

ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

p {
	margin-bottom:10px;
}

a {
	text-decoration:none;
}

/**************************************************************/
/*    Structure du site :                  					  */
/*       													  */
/**************************************************************/


body  {
	font-family:"Arial",Times New Roman,Georgia,Serif;
	background-color:#fff;
	background-image:url(../img/fond_page.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: 100% ;
}

a {
	color:#05205e;
}

a:hover {
	font-weight:bold;
}

#page {
	width:1000px;
	margin: 0 auto;
}

#entete {
	margin-top: 4px;
	background-image:url(../img/bandeau_menu.png);
	background-repeat:no-repeat;
	height:103px;
}

#logo {
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	width:243px;
	height:92px;
	float:left;
	margin-left:20px;
}

#slogan  {
	float:left;
	margin:15px 0 0 50px;
	font-size:14px;
	font-weight:bold;
}

#menu {
	float:left;
	width:680px;
	margin-left:45px;
}

#menu table td {
	text-align:center;
	font-weight:bold;
	font-size:13px;
	vertical-align:middle;
	padding:14px 11px;
}

#menu .separateur {	
	background-image:url(../img/separateur.jpg);
	background-repeat:no-repeat;
	float:left;
	width:3px;
	height:37px;
}

#menu a {
	color:#05205e;
}

#menu a:hover {

}

#diaporama {
	margin-top:30px;

}

#contenu {
	background-color:white;
	padding:20px 30px;
}

#contenu .clear {
	clear:both;
}


#footer .bande {
	background-color:#e1e2e2;
	height:30px;
}

#footer .logo {
	position:absolute;
	margin-left:30px;
	margin-top:-10px;
}

#footer .entreprise {
	width:750px;
	float:left;
	margin-left:200px;
	margin-top:5px;	
}

#footer .entreprise p{
	color:#05205e;
	font-size:14px;
	float:left;
}

#footer .bande .liens {
	float:right;
	right:0;
	color:#05205e;
}

#footer .bande .liens a {
	color:#05205e;
	font-size:14px;
}

#footer .bande .liens a:hover {

}

/**************************************************************/
/*    Icones & puces :                  							  */
/*       													  */
/**************************************************************/

.puce {
	background-image:url(../img/puce.png);
	background-repeat:no-repeat;
	float:left;
	width:30px;
	height:28px;
	padding-left:5px;
}

.puce2 {
	background-image:url(../img/puce2.png);
	background-repeat:no-repeat;
	float:left;
	width:18px;
	height:17px;
	padding-left:10px;
	padding-bottom:0px;
}

.icon-pdf {
	background-image:url(../img/icon_pdf.jpg);
	background-repeat:no-repeat;
	float:left;
	width:28px;
	height:31px;
	padding-left:10px;
}


/**************************************************************/
/*    Accueil :                  							  */
/*       													  */
/**************************************************************/

#contenu .accueil-col-left {
	float:left;
	width:500px;
}

#contenu .accueil-col-left a, #contenu .accueil-col-right a {
	color:#05205e;
	font-weight:bold;
}

#contenu .accueil-col-left a:hover, #contenu .accueil-col-right a:hover {
	color:#6e7b7b;
	font-weight:bold;
}

#contenu .accueil-col-right {
	float:right;
}


.block-blanc {
	background-repeat:no-repeat;
	width:407px;
	height:138px;
	font-size:15px;
	color:#05205e;
	margin-top:40px;
	font-weight:bold;
}

.block-blanc table {
	width:450px;
	margin-right:10px;
}

.block-blanc td {
}

.block-gris {
	background: #e1e2e2;
	border-radius: 0 10px 10px 0;
	width: 407px;
	height: 90px;
	font-size: 13px;
	color: #404443;
	padding: 5px;
	margin-bottom: 10px;
}

.block-gris table {
	width:400px;
	margin-right:10px;
}

.block-gris td {
	
}



/**************************************************************/
/*    Police :                  							  */
/*       													  */
/**************************************************************/

.Arial-13-gris {font-family:"Arial",Arial,Georgia,Serif; font-size: 13px; color: #404443;}
.Arial-16-gris {font-family:"Arial",Arial,Georgia,Serif; font-size: 16px; color: #404443;}
.Arial-18-bleu {font-family:"Arial",Arial,Georgia,Serif; font-size: 18px; color: #05205e;}
.Arial-16-bleu {font-family:"Arial",Arial,Georgia,Serif; font-size: 16px; color: #05205e;}
.Arial-14-bleu {font-family:"Arial",Arial,Georgia,Serif; font-size: 14px; color: #05205e;}



/**************************************************************/
/*    Contenu :                  							  */
/*       													  */
/**************************************************************/

#contenu .col-left {
	float:left;
	width:600px;
}

#contenu .col-left .fil-ariane a {
	color:#05205e;
	font-size:10px;
}
#contenu .col-left .fil-ariane {
	color:#05205e;
	font-size:10px;
}

#contenu .col-left .position {
	color:#05205e;
	font-size:14px;
}

#contenu .col-left h1 {
	color:#05205e;
	font-size:20px;
}

#contenu .col-left h2 {
	color:#05205e;
	font-size:16px;
}

#contenu .col-left .image {
	float:left;
	height:680px;
	padding:20px 50px 20px 0;
}

#contenu .col-left .docs {
	margin-top:100px;
}

#contenu .col-left .docs a{
	font-size:12px;
	color:#05205e;
	font-weight:bold;
}

#contenu .col-left .docs span {
	font-size:12px;
	color:#6e7b7b;
}

#contenu .col-left .fiche-prod {
	font-size:12px;
}

#contenu .col-left .fiche-prod .puce-check li {
	list-style-image:url(../img/list-check.png);
}

#contenu .col-left .fiche-prod .puce-square li {
	list-style-type:square;
	padding:2px;
	margin-left:20px;
	color:#404443;
	font-size:11px;
}

#contenu .col-left .fiche-prod .titre{
	color:#05205e;
	font-weight:bold;
	font-size:16px;
	padding-top:20px;
}

#contenu .col-right {
	float:right;
	color:#404443;
}

#contenu .col-right .galerie-titre {
	border-radius: 0 10px 0 0;
	background-color:#e1e2e2;
	color:#05205e;
	font-size:12px;
	padding:10px;
	margin: 30px 0 5px 0;
}

#contenu .col-right .galerie {
	
}

#contenu .col-right .bloc-contact{
	border-radius: 0 0 20px 0;
	background-color:#05205e;
	padding:10px;
	margin-top:10px;
	text-transform:uppercase;
	font-size:12px;
}

#contenu .col-right .bloc-contact a {
	color:white;
}

#contenu .autres-centres {
	border-radius: 20px;
	background-color:#e1e2e2;
	padding:15px 20px;
	margin-top:15px;
	font-size:14px;
	color:#05205e;
}
#contenu .autres-centres .titre {
	font-weight:bold;
	font-size:16px;
}

#contenu  .autres-centres  a {
	color:#05205e;
	font-weight:bold;
	line-height:24px;
}

#contenu .autres-centres  a:hover {
	color:#6e7b7b;
	font-weight:bold;
}




/**************************************************************/
/*    CSS JEREMY : BETTER !       							  */
/*       													  */
/**************************************************************/
.bloc-gauche{
	width:50%;
	float:left;
}
.bloc-droite{
	width:50%;
	float:left;
}
h1.bandeau-marque{
	display: block;
	margin: 30px 0 0 0;
	width: 980px;
	height: 107px;
	font-weight: normal;
	color: #FFF;
	padding: 20px 0 0 20px;
	font-size:28px;
}
h1.bandeau-marque strong{
	font-weight:bold;
}
ul.puce-check{
	width: 358px;
    float: left;
    margin-bottom: 37px;
}
ul.puce-square{
	width: 349px;
    float: left;
    margin-bottom: 37px;
}


/**************************************************************/
/*    Diaporama fiches produits :                  							  */
/*       													  */
/**************************************************************/


#galerie_nav {
	width: 326px;
}

#galerie_big {
	width: 326px;
	overflow: hidden;
	margin-bottom:10px;
}

#galerie_big img {
	display: block;
}

/*---- CookieChoices ---- */
#cookieChoiceInfo { font-size: 80%; }
#cookieChoiceInfo a { color: #ee813c; }
#cookieChoiceInfo a:hover {color: #c75a14; }
