@charset "utf-8";
/* CSS Document */


#content {
	width:950px;
	height:554px;
	position: relative; /* Nécessaire pour Safari */
	margin: auto; /* Alignements horizontal dans les navigateurs respectant les standards */
	text-align: left;
	background-image: url(../images/taches.png);
	background-repeat: no-repeat;
	background-position:center center;
	}

#header {
	height:106px;
	text-align:left;
}
#menu {
	float:left;
	width:257px;
	height:357px;
	text-align:right;
}
#container {
	float:left;
	width:598px;
	height:327px;
}
#footer {
	clear:both;
	font-size: 10px;
	color:#60533b;
}
#footer a{
	clear:both;
	font-size: 10px;
	color:#60533b;
}
#ecart-footer {
	float:left;
	width:272px;
	height:40px;
}
#menu-bas {
	float:left;
	padding-top:6px;
	line-height:1.3;
	width:540px;
	}
#liens {
	float:left;
	padding-top:28px;
}

#page-gauche {
	float:left;
	width:269px;
	padding-top:15px;
	padding-left:15px;
}
#page-droite {
	float:right;
	width:269px;
	padding-top:15px;
	padding-right:15px;
}

#page-gauche-ref {
	float:left;
	width:269px;
	padding-top:15px;
	padding-left:15px;
	text-align:center;
}
#page-droite-ref {
	float:right;
	width:269px;
	padding-top:15px;
	padding-right:15px;
	text-align:center;
}
.vignette-left {
	float:left;
	height:57px;
	width:127px;
	background-image:url(../images/shadow-vignette.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:2px 0 10px 0;
	}
.vignette-right {
	float:right;
	height:57px;
	width:127px;
	background-image:url(../images/shadow-vignette.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:10px;
}
.vignette {
	float:left;
	height:57px;
	width:127px;
	background-image:url(../images/shadow-vignette.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0 0 12px 15px;
	}
.vignette-nue {
	float:left;
	height:57px;
	width:127px;
	margin:0 0 12px 15px;
	}
.vignette-ref {
	float:left;
	height:42px;
	margin:0 0 15px 15px;
	}

#description {
	display:none;
	}
	
#titre {
	padding:10px 0 20px 0;
}

/* FORMULAIRE */

.chmps {
	padding:2px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#74664c;
}
.chps-titre {
	line-height:20px;
	color:#74664c;
	font-weight:bold;
}
.chps-obligatoire {
	font-size:10px;
	font-style:italic;
	color:#74664c;
	font-weight:normal;
}
.erreur {
	color:#db6712;
	font-weight:bold;
	line-height:20px;
}
