/* CSS Document */

h1, h2, h3 {
	margin:0;
	padding:0;
}

h1 {
	color:#b9d330;
	font-size:20px;
	margin-bottom:14px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
}


h1 span {
	font-size:14px;
	color:#707070;
}

h2 {
	font-weight:normal;
	margin-bottom:2px;
	color:#57c8da;
	font-size:14px;
}

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}

#contenu select, #contenu input.input_text, #contenu textarea {
	color: #707070;
	border:1px solid #DBDBDB;
	background-color:#FFFFFF;
	padding:2px;
	font-size:11px;
}

#contenu input.input_text, #contenu textarea {
	width:200px;
}

.label {
	margin-top:5px;
	margin-bottom:3px;
}

.label span {
	color:#FF0000;	
}

.bouton {
	width:auto;
	padding:3px 10px;
	border:2px solid #92E3EF;
	background-color:#57C8DA;
	color:#FFFFFF;
}

#contenu p {
	margin:0;
	padding:0;
	line-height:16px;
	margin-bottom:14px;
}

a.lien_bullet {
	display:block;
	padding-left:11px;
	background-image:url(../../images/template/bullet-arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

a.btn {
	display:inline-block;
	background-image:url(../../images/contenu/btn-rpt.png);
}
a.btn div {
	display:inline-block;
	background-image:url(../../images/contenu/btn-left.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

a.btn div div {
	line-height:28px;
	font-size:12px;
	color:#FFFFFF;
	padding:0 14px;
	background-image:url(../../images/contenu/btn-right.png);
	background-position:right;
}

a.btn:hover {
	text-decoration:none;
}

.image_gauche {
	float:left;
	margin:0 10px 10px 0;
	border:3px solid #E8E9EA;
}
.image_droite {
	float:right;
	margin:0 0 10px 10px;
	border:3px solid #E8E9EA;
}

hr {
	height:1px;
	color:#FFFFFF;
	border:0;
	border-bottom:1px dashed #cccccc;
	margin-bottom:15px;
	margin-top:15px;
	padding:0px;
}

.erreurs {
	border-bottom:1px solid #EF6620;
	border-top:1px solid #EF6620;
	padding:15px;
	background-color:#EEEEEE;
	margin-bottom:15px;
}

.erreurs h2 {
	font-weight:bold;
	color:#EF6620;
}


form#infolettre{
	margin:30px 0;}
	form#infolettre .align_gauche{
		float:left;
		width:300px;}
		
.message{
	margin:30px 0;}		
		
		
	form#infolettre .input_text{
		width:260px;}	
		
form#infolettre .bouton{
	cursor:pointer;}		
	
