/* CSS Document */

h1,h2,h3,h4,p {
	margin:0;
	padding:0;
}
p {
	text-align:justify;
}
#contenu {
	color:#111111;
}

#contenu h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#d92426;
	margin-bottom:22px;
	font-weight:normal;
	line-height:22px;
}

#contenu h2 {
	font-size:16px;
	text-transform:uppercase;
	color:#7C7C7C;
	margin-bottom:10px;
	margin-top:20px;
	font-weight:bold;
}

#contenu h3 {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	color:#000000;
}

#contenu  p {
	margin-bottom:15px;
}

#contenu a {
	color:#D92426;
	text-decoration:none;
	font-weight:bold;
}

#contenu a:hover {
	text-decoration:underline;
}

.image_gauche {
	float:left;
	margin:0px 15px 15px 0;
}

.erreur {
	border:2px solid #D92426; 
	width:515px; 
	padding:0px 20px;
	color:#D92426;
}

.erreur legend {
	text-transform:uppercase;
	padding:0px 10px;
	font-weight:bold;
	font-size:14px;
	color:#D92426;
}

.erreur .message {
	padding:15px;
}

.label {
	margin-top:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}

.label span {
	color:#D92426
}

.input_text,
textarea {
	width:395px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:14px;
	padding:2px 3px;
	border:1px solid #7C7C7C;
}

textarea {
	height:125px;
	font-size:11px;
}

.input_bouton {
	border:1px solid #7C7C7C;
	font-size:12px;
	padding:3px 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	background-color:#E1E1E1;
}


a.catalogue {
float:right; 
width:246px; 
border:1px solid #F1F1F1; 
height:38px; 
padding:10px 15px 10px 20px; 
margin-bottom:6px;	
background-color:#EBEBEB; 	
	
	}
	
#contenu a:hover.catalogue{
	text-decoration:none;
	background-color:#DCDCDC; 	
	}

