﻿/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;/*---obligatoire pour le footer---*/
scrollbar-base-color:#1365ad;
}
body{
background:#112f81;
font: 70% Arial, Helvetica, sans-serif;
background:#1365ad;

}
#container{ 
position: relative;/*---obligatoire pour le footer---*/
min-height:100%; /*---obligatoire pour le footer:Firefox---*/
height:auto !important;/*---obligatoire pour le footer:Firefox---*/
height:100%;/*---obligatoire pour le footer:IE---*/
width:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y scroll left top;
}
#header{
width:1003px;
height:228px;
}
#contenu{
position:relative;
width:1003px;
min-height:100%;
font-size:1em;
line-height:1.1em;
text-align:justify;
color: #000;
background:url(../images/charte/bg-contenu.jpg) no-repeat center top;
padding-bottom:67px;
}
#collLeft{
float:left;
width:232px;
min-height:100%;
padding:0 0 0 20px;

}

/***************** MENU ********************/

#menu {
float:left;
width:195px;
margin:24px 0 0 0;
}
#menu dt {
cursor: pointer;
text-align:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:20px;
width:173px;
padding-top:3px;
padding-left:22px;
margin:0 0 1px 0;
background:#303436 url(../images/charte/bg-menu.gif) no-repeat left top;
}


#menu dt a span{
	display:none;
}

a.bt1{
	background-image:url(../images/charte/accueil.gif);
}
a.bt1:hover,a.bt1actif{
	background-image:url(../images/charte/accueil-on.gif);
}

a.bt2{
	background-image:url(../images/charte/marques.gif);
}
a.bt2:hover,a.bt2actif{
	background-image:url(../images/charte/marques-on.gif);
}

a.bt3{
	background-image:url(../images/charte/promotions.gif);
}
a.bt3:hover,a.bt3actif{
	background-image:url(../images/charte/promotions-on.gif);
}

a.bt4{
	background-image:url(../images/charte/accessoires.gif);
}
a.bt4:hover,a.bt4actif{
	background-image:url(../images/charte/accessoires-on.gif);
}

a.bt5{
	background-image:url(../images/charte/intervention.gif);
}
a.bt5:hover,a.bt5actif{
	background-image:url(../images/charte/intervention-on.gif);
}

a.bt6{
	background-image:url(../images/charte/evenements.gif);
}
a.bt6:hover,a.bt6actif{
	background-image:url(../images/charte/evenements-on.gif);
}

a.bt7{
	background-image:url(../images/charte/contact.gif);
}
a.bt7:hover,a.bt7actif{
	background-image:url(../images/charte/contact-on.gif);
}

a.bt8{
	background-image:url(../images/charte/mentions.gif);
}
a.bt8:hover,a.bt8actif{
	background-image:url(../images/charte/mentions-over.gif);
}

a.bt9{
	background-image:url(../images/charte/cycle.gif);
}
a.bt9:hover,a.bt9actif{
	background-image:url(../images/charte/cycle-over.gif);
}

#texte{
	float:left;
	width:750px;
    height:100%;
}
/* STYLE CONTENU */
#texte h1{
margin:0px 0px 5px 0;
}

.nice {
	font-size:13px;
	height:15px;
}

/*#texte h2{
font-size:1.3em;
font-weight:bold;
xline-height:30px;
height:30px;
text-align:left;
margin:10px 0px 5px 0;
} */
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:underline;
	color: #000;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:none;
	color: #000;
}

#texte p{
  margin:5px 0;

}


/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer"></div> apres la div contenu---*/
.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


/***************** FOOTER *****************/
#footer{
position:relative;
width:1003px;
height:67px;
margin:0 auto;
margin:-67px auto 0 auto;
clear:both;
background:url(../images/charte/bg-footer.gif) no-repeat bottom right;
}

#logo-idep{
	float:left;
	height:30px;
	width:170px;
	text-align:center;
	padding:25px 20px 0 70px;
}
#logo-image{
	float:left;
	height:20px;
	width:150px;
}
#logo-texte{
	float:left;
	height:8px;
	width:150px;
	color:#b2b2b2;

}

