/* CSS Document */
body{
	background-color:#FDD695;
	/*background-image:url(images/fond1.jpg);*/
}
th {
	background:url(images/menu_titre.jpg) repeat-x;
	/*background-color:#990000;*/
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
}
table.panier {
	background-color:#000000;
	color=#FFFFFF;
}

td.ligne_panier {
	COLOR: black;
	BACKGROUND-COLOR:#F3E2A0;
	font-weight:bold;
}
td.panier_total {
	COLOR: black;
	BACKGROUND-COLOR:#FFCC66;
	font-weight:bold;
}
tr.ligne_titre2 {
	COLOR: black;
	BACKGROUND-COLOR:#FFCC66;
	font-weight:bold;
}

/***********************************************CSS pour le diaporama photo de la page d'accueil******************************/
#visuel{
	width: 300px;
	height: 300px;
	background: url('visuel_1.jpg') 0px 0px no-repeat;
	margin-right:auto;
	margin-left:auto;
	border: hidden;
}

/***********************************************CSS main (tableau general)****************************************************/
#main{
/*background-color:#FDD695;*/
width:746px;
margin-left:auto;
margin-right:auto;
}
/********************************************************CSS Header***********************************************************/
#header { 
    height:122px;
	width:746px;
	margin-left:auto;
	margin-right:auto;
}

.left_header{
    float:left;
	height:122px;
	width:207px;
	background:url(images/banniere_gauche.jpg) no-repeat top left;
}

.right_header{
	float:right;
	height:122px;
	width:539px;
	background:url(images/banniere_droite.jpg) no-repeat top right;
}
/********************************************************barre denavigation****************************************************/

#navbar {
	height:35px;
	width:746px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/barre_haut.jpg) repeat-x;
}

#menu_navbar{ position:relative; top:8px; left:-20px; display:inline; list-style-type:none;}
#menu_navbar .menu_s { list-style-type:none; display:inline; color:#FFFFFF;}
#menu_navbar .menu_s a { font-size:13px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; text-decoration:none; color:#FFFFFF;}
#menu_navbar .menu_s a:hover { text-decoration:underline;}

/**********************************************************Barre de recherche**************************************************/
#search {
	float: right;
	height:28px;
	padding: 0px 15px 0px 0px;
	margin-top:-12px;
}

#search fieldset {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #keywords {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: none;
	font-size:10px;
}

#search #B {
	height: 20px;
	width:25px;
	margin-left:5px;
	background: #027C33;
	border: none;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/*********************************CSS Acces Client*********************************************/
#bloc_identification {
	width:140px;
	margin-top:10px;
	background: #FFE4B5;
}

#titre{
	background:url(images/menu_titre.jpg) repeat-x;
	height:20px;
}
#titre span {
	display: block;
	font-family: Arial, sans-serif;
	font-size:11px;
	color: white;
	font-weight: bold;
	padding-left:25px;
	padding-top:3px;
}

.ident {
	width:138px;
	border-left:1px solid #97231C;
	border-right:1px solid #97231C;
}
.ident2 {
	width:138px;
	border-left:1px solid #97231C;
	border-right:1px solid #97231C;
	font-size:11px;
	font-family:Arial, sans-serif;
	color:#691814;
	padding-left:20px;
}

.ident_bord_gauche{border-left:1px solid #97231C;}
.ident_bord_droit{border-right:1px solid #97231C;}

.mail {
	width:80px;
	height:12px;
	margin-top:5px;
	margin-left:4px;
	padding: 1px 4px;
	font-size:10px;
}
.motpasse {
	width:80px;
	height:12px;
	margin-top:5px;
	margin-left:4px;
	padding: 1px 4px;
	font-size:10px;
}

.valid {
	width:22px;
	height: 18px;
	background: #97241C;
	border: none;
	text-transform:uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right:8px;
}

#bloc_identification a{
	font-size:11px;
	font-family:Arial, sans-serif;
	text-decoration:none;
	color:#691814;
	margin-left:8px;
}
#bloc_identification a:hover { text-decoration:underline;}

#bloc_identification .bas_ident{
	background:url(images/menu_bas.jpg) repeat-x;
	height:20px;
	width:140px;
}


/********************************************************CSS sdmenu************************************************************/
div.sdmenu {

	float:left;
	width: 140px;
	margin-top:15px;
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
	background: url(images/menu_bas.jpg) repeat-x  /*right*/ bottom;
}

div.sdmenu div {
	background: url(images/menu_titre.jpg) repeat-x;
	overflow:hidden; /*determine la representation d'un element qui depasse la taille d'un bloc*/
}

div.sdmenu div.collapsed {height: 20px;} 

div.sdmenu div span {
	height:17px;
	display: block;
	/*padding: 6px 20px; si tu modifie la taille de la police, il faux modifier le paddind*/
	padding-left:18px;
	padding-top:3px;
	font-weight: bold;
	color: white;
	background: url(images/expanded.gif) no-repeat 5px 5px;
	cursor: default;
	/*border-bottom: 1px solid #97231C;*/
}
div.sdmenu div.collapsed span {
	background-image: url(images/collapsed.gif);
}
div.sdmenu div a {
	padding: 3px 10px;
	background: #FFE4B5;
	display: block;
	/*border-bottom: 1px solid #97231C;*/
	border-left: 1px solid #97231C;
	border-right: 1px solid #97231C;
	color: #97231C;
	text-decoration:none;
}
div.sdmenu div a.current {
	text-decoration:underline;
}
div.sdmenu div a:hover {
	text-decoration:underline;
}

/********************************************************CSS content***********************************************************/
#content{
	width:452px;
	margin-top:10px;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#691814;
}
#content a{
	font-family: Arial, sans-serif;
	font-weight:bold;
	color:#691814;
	text-decoration:none;
}
#content a:hover { text-decoration:underline;}
#content h1{
font-size:20px;
}
#content tr.ligne_titre {
	background:url(images/menu_titre.jpg) repeat-x;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
}
#content li{margin-left:30px;}

/********************************************************CSS menu_panier*******************************************************/
#menu_panier{
	width:134px;
	margin-top:15px;
}
.panier_top{
	height:52px;
	width:129px;
	background:url(images/panier.jpg) no-repeat center;
}
.panier_bottom{
	height:201px;
	width:134px;
	margin-top:50px;
	background:url(images/feuille.jpg) no-repeat;
}
.panier_top span{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#691814;
	position:relative;
	left:46px;
	top:5px;
}
#menu_panier a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#691814;
	text-decoration:none;
}
#menu_panier a:hover { text-decoration:underline;}


/********************************************************CSS Footer*************************************************************/
#deco{
	height:128px;
	width:746px;
	margin-left:auto;
	margin-right:auto;
}
.deco_left{
	float:left;
	height:128px;
	width:256px;
	background:url(images/branche.jpg)  no-repeat;
}
.deco_mid{
	float:left;
	height:128px;
	width:373px;
}
.deco_right{	
	float:right;
	margin-top:77px;
	padding-left:0px;
	height:51px;
	width:117px;
	background:url(images/nature_&_progres.jpg) no-repeat;
}
#footer {
	height:39px;
	width:746px;
	margin-left:auto;
	margin-right:auto;
}

.left_footer{
	float:left;
	height:36px;
	width:16px;
	background:url(images/barre_bas_gauche.jpg) no-repeat left;
}

#mid_footer{
	float:left;
	height:36px;
	width:714px;
	background:url(images/barre_bas_centre.jpg) repeat-x;
}

#menu_footer{ position:relative; left:10px; display:inline; list-style-type:none;}
#menu_footer .menu_s { list-style-type:none; display:inline; color:#FFFFFF;}
#footer a { font-size:11px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#FFFFFF;}
#footer a:hover { text-decoration:underline;}

.copyrigth_footer{
text-align:center;
	font-size:12px;
	color:#FFFFFF;
}

.right_footer{
	float:left;
	height:36px;
	width:16px;
	background:url(images/barre_bas_droite.jpg) no-repeat right;
}



