/* ICARICIO STYLE SHEET */
* {
padding: 0;
margin: 0;
} 

body {
font: 12px Trebuchet, Verdana, Arial, Sans-Serif;
background-image: url(images/back.png);
background-repeat: repeat;
}

#situation { 
padding: 0px 0px 10px 15px;
font-size: 12px;
color: #3B85CA; }

a {
text-decoration: none;
color: #3B85CA;
}

a:hover { 
color: #000; 
}

#wrap 
{
margin: 20px auto;
width: 688px;
padding: 10px;
background-color : #FFFFFF;
background-image: url(image/filigrane.jpg);
background-repeat:no-repeat;
background-position:center;
border: 1px solid #999999; 
}


#header 
{
height : 70px;
background-color : #FFFFFF;
text-align: left;
}

.produit{
height : 175px;
}

.imageright
{
float: right;
padding: 0px 0px 10px 5px;
text-align: center;
font-weight: italic;
color: #999999;
}

.imageleft
{
float: left;
padding: 0px 5px 10px 0px;
text-align: center;
font-weight: italic;
color: #999999;
}

.span
{
display: block;
}

#header h1 a { font-size: 25px; color: #333333; text-decoration: none;}
#header h2 { padding-top: 0px; font-size: 14px; color: #333333; }

#menu {
text-align: left;
margin-top: 10px;
font-size : 11px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
border: 0px solid #D8E3EE; 
background: #F9FCFC;
}

#menu a {
color : #3B85CA;
text-decoration : none;
padding: 10px;
}

#menu a:hover {
color : #000;
}


#content { 
text-align: left;
margin-top: 5px;
padding: 10px;
font-size: 11px;
}

#content h2 { 
font-size: 15px; color : #444; 
padding: 0 0 5px 0;
}

#footer { 
margin-top: 25px; 
clear: both;
text-align: center; 
color: #fff;
font-size:10px; 
background-color:#A0DCF8;
padding:2px;
}

.meta {
padding-bottom:2px;
font-size: 10px;
color:#999999;
font:Arial, Helvetica, sans-serif;
}

#bottom {
	font-size:11px;
	padding: 10px 0 0 0;
}

#bottomleft {
width:45%;
float:left;
background:#fff;
padding-bottom:10px;
padding-left:5px;
}


#bottomright {
width:45%;
float:right;
background:#fff;
padding-bottom:10px;
padding-right:5px;
text-align: right;
}

#divider {
text-align: center;
font-size : 11px;
padding:2px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 4px;
	border-style: dotted dotted dotted dotted;
	border-color: #3B85CA;
	border-collapse: collapse;
	background-color: white;
}
td {   padding: 4px;
}

	