/* CSS Document */

/*body{
background-image:url(images/bg.jpg);
background-position:center;
background-repeat:repeat-y;
background-color:#FFFFFF;
text-align:center;
}*/

body{
background:#100000 url(images/bg_cosi.jpg) repeat-x scroll center top;
text-align:center;
background-attachment:fixed; 
}

body, div, p, td, a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:none;
}

a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-decoration:underline;
}

html, body {
padding : 0;
margin : 0;
height : 100%; /* Ces trois paramètres sont nécessaires pour un affichage correct */
}

.link a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
color: #000;
}

.link a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
color: #000;
}

.link a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color: #000;
}

#content {
width:818px;
margin: 0 auto;
min-height:100%;
height: auto !important;
position: relative; /* Hauteur minimale de 100% */
background: url(images/bg_center.jpg) repeat-y;
}
.new{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #F00;
font-weight:bold;
padding:5px;
}


#header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:818px;
height:142px;
}


#page {
min-height : 100%;         /* Hauteur minimale de 100% */
overflow : auto;            /* Firefox, pour tenir compte du contenu des div flottants (float, qui sont normalement mis à part) */
padding-bottom : 50px; /* Hauteur du footer, pour éviter que ce dernier se place par dessus votre contenu (on le pousse) */
margin:0;
padding:0;
vertical-align:top;
}

.center{
width:638px;
float:left;
}

.titre_produit{
display:block;
color:#A70303;
font-size:14px;
font-weight:bold;
text-transform:capitalize;
}

.titre_caracteristique{
display:block;
color:#A70303;
font-size:14px;
text-decoration:underline;
}


.table_titre_produit{
border-bottom:#CCCCCC 1px solid;
}

.table_titre_carac{
border-left:#CCCCCC 1px dashed;
padding-left:10px;
}


#footer{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width:818px;
height:34px;
color:#000000;
text-align:center;
position: absolute;
bottom: 0; 
left: 0;
width: 100%;
clear:both;
}

/* Menus gauche */

.arrowlistmenu{
width: 180px; /*width of menu*/
float:left;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #A70303;
}

h3{
clear:both;
margin-top:1px;
padding:0;
}

.bold{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}




	