@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF;
	padding:10px;
	margin:0;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	color:#333333;
}

a{
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#4e6eb1;
	text-decoration:underline;
}

a.lien1{
	text-decoration:none;
	font-size:12px;
}

a.lien1:hover{
	text-decoration:none;
}

.clear{
	clear:both;
	width:1;
	height:0;
	overflow:hidden;
}

form{
	padding:0;
	margin:0;
}

.form-error {
	background:#FFCCCC;
}
.form-ok {
	background:#CCFFCC;
}

#main{
	width:960px;
	margin:auto;
}

#header{
	height:137px;
	position:relative;
	z-index:1000;
}

#header h1{
	background:url(../_img/general/header-logo.gif) no-repeat left top;
	width:77px;
	height:137px;
	position:absolute;
	right:30px;
	top:0;
	text-indent:-8000px;
	cursor:pointer;
	margin:0;
	padding:0;
}

#footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#adb8cf;
	font-size:9px;
	text-align:center;
}

#footer a{
	color:#adb8cf;
	text-decoration:none;
}

#footer a:hover{
	color:#4e6eb1;
	text-decoration:none;
}

#content{
	padding:0 28px;
	text-align:justify;
	_height:486px;
	min-height:486px;
	position:relative;
	z-index:1;
}

#content h2{
	font-size:16px;
	font-weight:normal;
	padding:25px 0 15px 0;
	margin:0;
}

#content h3{
	font-size:12px;
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
}

#content p{
	padding:0 0 25px 0;
	margin:0;
}

#content-sideright{
	float:right;
	width:560px;
	text-align:center;
	font-size:14px;
}

.form1 p{
	padding:0 0 10px 0 !important;
	font-size:12px;
}

input, textarea{
	border:1px solid #757575;
	background:#ffffff;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	height:17px;
}

.noinput{
	border:none;
	background:none;
}

.clickable{
	cursor:pointer;
}

.bouton{
	background:#f6f6f6 url(../_img/general/boutons-bg.gif) repeat-x left bottom;
	border:2px solid #4e6eb1;
	font-weight:bold;
	font-size:13px;
	color:#4e6eb1;
	height:27px;	
}

.presse-bloc{
	float:left;
	width:280px;
	margin:0 0 15px 20px;
}

.presse-bloc a{
	text-decoration:none;
}


img.presse-bloc-img{
	float:left;
	margin:0 10px 0 0;
	border:5px solid #cccccc;
}


img.presse-bloc-img:hover{
	border:5px solid #e3e9f2;
}

#produits{
	position:relative;
	height:350px;
	z-index:1;
	margin-bottom:10px;
}

#produits-frise {
	text-align:center;
	width:960px;
	position:absolute;
}

#produits-frise span {
	width:185px;
	height:350px;
	display:inline-block;
	z-index:1;
}

#produits-frise span h3 {
	margin-top:280px;
	font-size:11px;
	padding-bottom:8px;
}

#produits-frise span a {
	background:#e3e9f2;
	border:2px solid #4e6eb1;
	font-weight:bold;
	font-size:13px;
	color:#4e6eb1;
	height:22px;
	display:block;
	text-decoration:none;
	line-height:22px;
	padding:0 5px;
	width:90px;
	margin:0px auto;
}

	
/* plugin specific styles */
#produits-frise span.hovered {
			cursor: pointer;
}

#produits-frise span.hovered a {
	color:#adb8cf;
}


#commander-etapes{
	border-top:1px dashed #2461aa;
	border-bottom:1px dashed #2461aa;
	padding:2px 0 0 0;
	margin:0;
	list-style:none;
	height:32px;
}

#commander-etapes li{
	background:url(../_img/general/commander-etapes-sepa.gif) no-repeat 20px 5px;
	padding:0 20px 0 50px;
	margin:0;
	font-weight:bold;
	float:left;
	color:#b2b2b2;
}

#commander-etapes li a{
	color:#b2b2b2;
	text-decoration:none;
}

#commander-etapes li a:hover{
	color:#333333;
	text-decoration:none;
}


li.commander-etapes-on{
	color:#333333 !important;
}

#commander-tableau{
	border:1px dashed #2461aa;
	border-collapse:collapse;
}

#commander-tableau th{
	border:1px dashed #2461aa;
	background:#e3e9f2;
	font-size:12px;
	height:30px;
	padding:0 10px;
}

#commander-tableau td{
	border-left:1px dashed #2461aa;
	border-right:1px dashed #2461aa;
	height:30px;
	padding:0 10px;
	font-size:12px;
}

.commander-ajout{
	border:1px solid #2461aa;
	background:#e3e9f2;
	padding:0 4px;
	margin:0 5px;
	text-decoration:none;
	line-height:17px;
}

#commander-total{
	text-align:right;
	font-size:12px;
	padding:15px 0 30px 0;
}

#commander-total strong{
	margin-left:25px;
}

#commander-bouton{
	float:right;
}

#commander-bouton a{
	background:#e3e9f2;
	border:2px solid #4e6eb1;
	font-weight:bold;
	font-size:13px;
	color:#4e6eb1;
	height:28px;
	display:block;
	text-decoration:none;
	line-height:28px;
	padding:0 5px;
	width:180px;
	text-align:center;
}

.points-rubrique{
	margin:10px 0 20px 0;
}

.points-rubrique div{
	float:left;
	width:200px;
	margin:0 0 5px 15px;
	padding:5px;
	height:95px;
}

.points-rubrique div img{
	float:left;
	margin:0 10px 0 0;
	border:5px solid #cccccc;
}