/* Eléments HTML en général
-------------------------------------------------------- */
/*@import url(style_editeur.css);*/

/* Eléments Structure
-------------------------------------------------------- */
/*
1. div "general"
	1.1. div "moteurDeRecherche"
	1.2. div "header" (logo + cycle)
	1.3. div "content"
		a. menuPrincipal
		b. droite
			b.1. chemin
			b.2. textePrincipal
	1.4. div "footer" 
*/
*{
	margin: 0;
	padding: 0;
}
body{
	font: 11px Arial, Helvetica, sans-serif;
	background: #005298 url(images/bg.jpg) repeat-x;
	color: #616161;	
	text-align: center;
}
#general{
	width: 900px;
	margin: 5px auto;
	text-align: left;
}
#moteurDeRecherche{
	height: 20px;
	float: right;
}
#header{
	width: 900px;
	height: 97px;
	background: transparent url(images/fond_header.jpg) no-repeat;
	float: left;
}
.content{
	background:#DAEBF5 url(images/bg_content.png) left bottom repeat-x;
	float: left;
}

/* Eléments balises
-------------------------------------------------------- */
h1, h2, h3, h4{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}
h1{
	background: transparent url(images/fleche_sous_titre.gif) 620px bottom no-repeat;
	border-bottom: 1px #fedc51 solid;
	color: #202020;
	padding: 0 0 7px;
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	text-align: right;
	text-transform: uppercase;
}
h2{
	font-size: 15px;
	margin: 15px 0 5px 0;
	color: #03478e;
}
h2 span{
	color: #ff0000;
}
h3{
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #005298;
	text-align: right;
	font-style: italic;
	font-variant: normal;
}
h4{
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #666699;
}
h5{
	padding-bottom: 3px;
	width: 33%;
}
h5 a{
	font-size: 12px;
	font-weight: bold;
	color: #03478e;
}
h5 a:hover{
	color: #ff0000;
}
h6{
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	color: #717171;
}
img{
	border: none;
}
a{
	color: #616161;
}
a:hover{
	color: #313131;
	text-decoration: none;
}
fieldset{
	width: 540px;
	margin: 10px 0 15px 40px;
	padding: 10px;
	border: 1px solid #9e9e9e;
}
legend{
	font-weight: bold;
	color: #005298;
	padding: 0 5px;
}
legend span{
	color: #212121;
	font-weight: normal;
	font-style: italic;
}
label{
	width: 100px;
	display: block;
	font-size: 11px;
	margin-left: 20px;
	float: left;
}
input, textarea, select{
	font: 11px Arial, sans-serif;
	letter-spacing: 1px;
	color: #313131;
	margin-bottom: 5px;
}
input{
	width: 176px;
}
textarea{
	width: 280px;
	font: 11px "Trebuchet MS", sans-serif;
	height: 140px;
	padding: 10px;
}
select{
	width: 180px;
}

/* Eléments div "moteurDeRecherche"
-------------------------------------------------------- */
#moteurDeRecherche .input{
	width: 110px;
	height: 17px;
	background: transparent url(images/bg_search.png) no-repeat;
	font: 10px Trebuchet MS, Arial, sans-serif;
	padding: 0 0 2px 10px;
	border: none;
	color: #bbbbbb;
	float: left;
}
#moteurDeRecherche .boutonSearch{
	width: 10px;
	height: 15px;
	border: none;
	background: none;
	margin: 0 0 0 5px;
	float: left;
}
#motcle1{ /* mot cle 1*/
	color: #000000;
	background-color: #ffff00;
	font-weight: bold;
	padding: 1px;
}
#motcle2{ /* mot cle 2*/
	color: #000000;
	background-color: #ff99ff;
	font-weight: bold;
	padding: 1px;
}
#motcle3{ /* mot cle 3*/
	color: #000000;
	background-color: #ff9999;
	font-weight: bold;
	padding: 1px;
}
#motcle4{ /* mot cle 4*/
	color: #000000;
	background-color: #9999ff;
	font-weight: bold;
	padding: 1px;
}
/* Eléments div "header"
-------------------------------------------------------- */
.slideshow{
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	width: 450px;
	height: 85px;
	margin: 20px 0 0 0;
	color: #ffce00;
	text-align: right;
	font-style: italic;
	float: right;
}
.affiche{
	display: none;
	background: #092972;
}
/* Eléments div "gauche"
-------------------------------------------------------- */
.menuPrincipal{
	width: 174px;
	float: left;
}
#navigation {
	width: 174px;
	list-style: none;
	background: #ffffff;
}
#navigation a{
	width: 174px;
	height: 27px;
	display: block;
	text-decoration: none;
	background: #ffffff url(images/fond_menu.png) 0 -27px no-repeat;
	font: 11px Trebuchet MS, Arial, sans-serif;
	text-transform: uppercase;
	text-align: right;
	color: #005298;
	line-height: 25px;
}
#navigation span, li.toggleSubMenu span{
	margin-right: 7px;
}
.toggleSubMenu a{
	background: #ffffff url(images/fond_menu.png) 0 -27px no-repeat;
}
.open a, #navigation a:focus, #navigation a:active{
	background: #ffffff url(images/fond_menu.png) 0 -54px no-repeat;
}
#navigation a:hover{
	background: #ffffff url(images/fond_menu.png) no-repeat;
}
#navigation .subMenu{
	background-color: #ffffff;
	list-style: none;
}
#navigation ul.subMenu a{
	width: 174px;	
	background: none;
	color: #616161;
	font-size: 0.9em;
	font-style: italic;
	height: 20px;
	line-height: 18px;
	text-transform: none;
	border-bottom: 1px solid #dddddd;
}
#navigation ul.subMenu span{
	margin-right: 12px;
}
#navigation .selected{
	background: #ffffff url(images/fond_menu.png) 0 -81px no-repeat;
}
#navigation ul.subMenu .sselected{
	background-color: #efefef;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}
#navigation #fondbtk{
	background: #ffffff url(images/fond_menu_boutique.jpg) no-repeat;
}
/* Eléments div "droite"
-------------------------------------------------------- */
.droite{
	width: 726px;
	float: left;
}

/* Eléments div "chemin"
-------------------------------------------------------- */
#chemin{
	font: 10px Verdana, Arial sans-serif;
	width: 680px;
	margin: 10px 0 0 20px;
	color: #202020;
}
#chemin p{
	margin: 0;
	padding: 0;
}
#chemin span{
	font-weight: bold;
	color: #616161;
}

/* Eléments div "textePrincipal"
-------------------------------------------------------- */
.content .textePrincipal{
	min-height: 270px;
}
.content .textePrincipal{	
	padding: 5px 30px 10px;
	text-align: left;
}
.content .textePrincipal p{
	line-height: 21px;
	padding: 2px 0 5px 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.textePrincipal ul{
	padding: 5px 0 5px 13px;
	list-style: square;
	letter-spacing: 1px;
	
}
.textePrincipal ul li{
	padding: 0 0 5px 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
.textePrincipal li a{
	text-decoration: none;
}
.textePrincipal ul ul{
	padding: 5px 12px;
}
.textePrincipal li li{
	padding: 2px 0;
	list-style: url(images/arrow_blue.png);	
}
.textePrincipal .signature{
	text-align: right;
	font-weight: bold;
	margin-right: 15px;
}
.content .textePrincipal .resultSearch p{
	line-height: 16px;
	font-size: 10px;
	padding: 0 20px;
}
.suitedesc .desctxt{
	display: none;
}

/* Eléments "contact"
-------------------------------------------------------- */
.erreur{
	color: #005298;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.erreurTexte{
	color: #005298;
	font: bold 11px "Trebuchet MS", Helvetica, sans-serif;
}
.button{
	width: 65px;
	font-weight: bold;
	color: #515151;
	margin-right: 10px;
	float: right;
}

/* Eléments div "basContent"
-------------------------------------------------------- */
#basContent{
	background: transparent url(/images/bgfooter.png) no-repeat;
	clear: left;
	width: 900px;
	display: block;
	height: 45px;
}

/* Eléments div "blocs"
-------------------------------------------------------- */
#blocs{
	width: 900px;
	padding: 0 5px 10px 5px;
	margin-bottom: 3px;
	background: transparent url(/images/basfooter.gif) repeat-y;	
	float: left;
}
#ssblocs{
	width: 868px;
	margin: 0 auto;
}
.eachbloc{
	background: transparent url(/images/bloc_actu.png) no-repeat;
	width: 187px;
	height: 113px;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	float: left;
}	
.eachbloc h4{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/fleche_sous_titre.gif) left bottom no-repeat;
	border-bottom: 1px #fedc51 solid;
	padding: 0 0 7px 0;
	margin: 5px 0 5px 0;
	line-height: 25px;
}
.eachbloc h4 a{
	text-decoration: none;
	color: #202020;
}
.eachbloc .intro{
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}
.eachbloc img{
	margin-top: 10px;
}

/* Eléments "coups de coeur"
-------------------------------------------------------- */
.toggler{
	cursor: pointer;
}
.content .textePrincipal .calendtitre{
	width: 70%;
	margin: 5px 15px;
	padding: 6px 15px !important;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
	background: transparent url(images/bg_toggler.png) no-repeat;
}
.element{

}
.elementproduit{
	width: 65%;
	margin: 5px 25px 7px !important;
	padding: 0 5px !important;
	background: #f5f4ee none repeat scroll 0 0 !important;
	border: 1px solid #dddddd !important;
	color: #06263C !important;
	font-size: 11px !important;
	line-height: 1.5 !important;
}
/* Eléments témoignages
-------------------------------------------------------- */
.case{
	margin: 5px 10px;
	background-color: #efefef;
	border-bottom: 5px solid #bcd6f3;
	padding: 8px;
	width: 630px;
	float: left;
}
.content .textePrincipal .case p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	font-style: italic;
}

/* Eléments div "coups de coeur"
-------------------------------------------------------- */
.cdcvisuel{
	width: 100px;
	float: left;
}
.cdcvisuel img{
	vertical-align: middle;
}
.cdcdesc{
	float: left;
	width: 530px;
}
/* Eléments div "produit"
-------------------------------------------------------- */
.produit{	
	background: url(images/cadre-produit.png) no-repeat;
	width: 150px;
	height: 248px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px 0 0 0;
}	

/* Eléments div "footer"
-------------------------------------------------------- */
#footer{
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 10px 0 0;
	color: #092a71;
}
#footer p{
	text-align: right;
}
#footer a{
	color: #2e92ce;
	text-decoration: none;
}
#footer a:hover{
	color: #ffcf00;
	text-decoration: underline;
}

/* Eléments Joker
-------------------------------------------------------- */
.imgLeft{
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px outset #cccccc;
	float: left;
}
.imgRight{
	margin: 0 0 0 15px;
	padding: 4px;
	border: 1px outset #cccccc;
	float: right;
}
.middle{
	position: relative;
	top: 65px;
}
.middle2{
	position: relative;
	top: -80px;
}
.gras{
	font-weight: bold;
}
.right{
	text-align: right;
	margin-right: 10px;
}
.suite{
	text-align: right;
}
.suite a{
	color: #ff8700;	
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
