* {
    margin:0px;
    padding:0px;
    font-family:trebuchet MS;
    font-size:12px;
	text-align:justify;
	color:inherit;
}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#336699;
}
p {
	text-align:justify;
	padding:10px;
}
a:hover {
	text-decoration: underline;
}
h3 {
	padding:2px 3px;
}

.clear {
	clear: both;
}
#body_site {
    width: 1000px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: left;
}

#header {
    width: 1000px;
    padding: 0px;
	margin: 0px;
}
#header h1 {
	width: 250px;
	padding: 4px;
	float: left;
	display: block;
	text-align: center;
	vertical-align: bottom;
}
#header .logo {
	float:left;
}
#recherche {
	width: 400px;	
	float: left;
	margin: 60px 54px 25px 64px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}
.inputText {
    border: 2px solid #4C8AD2;
	color:red;
	height:18px;
	padding:4px;
	width:259px;
	float:left;
	border-right:0px none;
}
.inputValideRecherche {
	padding:8px 16px 5px;
	font-weight: bold;
	font-size: 14px;
	color:white;
	border:0px;
	cursor:pointer;
	float:left;
	text-transform:uppercase;
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
	display:block;
	width:131px;
height:30px;
}
.inputValide {
	height:22px;
	padding:1px 3px;
	vertical-align:middle;
	font-weight: bold;
	font-size: 14px;
	color:white;
	background-color:#336699;
	border:0px;
	cursor:pointer;
}
#facebook_like {
	width:80px;
	float:left;
	padding:5px 40px;
}
#nav {
	float: left;
	padding: 20px 25px 5px 25px;
}
#nav li {
    padding : 4px 25px;
    list-style-type : none;
	background: url('../styles/img/ariane.gif') no-repeat 4px 4px;
}

/* rubrique du comparateur de prix */
#menu_cat {
	width: 1000px;
	float:left;
	height:30px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
}

#menu_cat li{
    list-style-type : none;
	float:left;
}

#menu_cat li a {
	color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    padding: 5px 13px;
}
#menu_cat li a:hover {
	text-decoration: none;
	padding:6px 13px 4px;
	background-color:#336699;
}
/* Fils d'ariane */
#filsAriane {
	margin: 0;
	padding: 0;
	padding-left:15px;
	width: 985px;
	display: block;
	float: left;
}
#filsAriane li {
	float: left;
	display: block;
	background: url('../styles/img/ariane.gif') no-repeat 4px 4px;
	padding:7px 15px 5px 15px;
	background-position:center left;

}
/* pub header */
#pubHeader {
	padding:0;
	height:10px;
	width: 1000px;
	text-align: center;
	vertical-align: middle;
}
/* formulaire */
input, textarea {
    border: 1px solid #336699;
	color:#000000;
	background-color:#FFFFFF;
	margin:0;
}


/* contenu de la page */
#content {
	float:left;
}
#content h1 {
	font-size:18px;
	font-weight:bolder;
	color:#336699;
	border-bottom:1px solid #336699;
	padding-left:5px;

}

#col_left  { width: 672px;padding: 6px;padding-top: 1px;float: left;  }
#col_right { width: 304px;padding: 6px;padding-top: 1px;float: right;text-align: center; }
/* widget */
.cadreWidget .widget {
	border:2px solid #4C8AD2;
	border-top:0px none;
}

.cadreWidget {
	width:304px;
	margin:10px 0px;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}

.cadreWidget h1 {
	background: url('/styles/img/widget_title.gif') no-repeat;
	border:0px!important;
	color:white!important;
	padding:4px 2px 2px 10px!important;
}
.cadreWidget span {
	background: url("/styles/img/table_header.gif") repeat-x scroll 0 0 transparent;
	color:white;
	padding:4px 6px;
	font-size:17px;
	width: 292px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
}

.cadreWidget .widget ul {
	margin:0px;
	padding:10px;
}
.cadreWidget .widget li {
    list-style-type : none;
	padding:2px 2px 2px 10px;
	min-height:22px;
	float:left;
}

/* top recherche */
.liste_top {
	text-align:center;
	padding:3px 5px;
}
.liste_top a {
	padding:4px 6px;
	font-size:14px;
}

/* Footer du site */
#footer { 
	padding:10px;
	margin:4px;
	text-align:center;
	border:2px solid #A3A4A5;
	background-color:#E3E4E5;
	font-weight:bold;
	-webkit-box-shadow: 2px 2px 4px #383838;
	-moz-box-shadow: 2px 2px 4px #383838;
	box-shadow: 2px 2px 4px #383838;
}

