/* CSS Document */
.section{
	margin-left:50px;
	margin-top:0px;
}

.section p.titre{
	font-size:10pt;
	font-weight:bold;
	color:#74B301;
	margin-bottom:30px;
}

.section input
{
	border:1px solid #595247;
	height:14px;
	width:200px;
	font-size:8pt;
	padding:0 2px 0 2px;
	background-color:#fff;
}
.section li.mradio input
{
	border:none;
	height:14px;
	width:auto;
	font-size:8pt;
	padding:0 2px 0 2px;
	background-color:#fff;
}
.section li input#cv,.section li input#motivation
{
	border:1px solid #595247;
	height:auto;
	width:200px;
	width:auto;
	font-size:8pt;
	padding:0 2px 0 2px;
	background-color:#fff;
}
select{
	border:1px solid #595247;
	height:16px;
	width:200px;
	font-size:8pt;
	background-color:#fff;
}
.section textarea{
	margin-top:3px;
	border:1px solid #595247;
	width:250px;
	background-color:.fff;
}
.section input:hover, select:hover{
	color:#38404D;
	background-color:#FFF;
	border:1px solid #595247;
}
.section input#civilite{
	width:auto;
}
.section form{
	display:inline;
}

.section ul{
	list-style-type:none;
	list-style-image:none;
	padding-left:0px;
}

#contenu_texte .section li{
	padding-left:0px;
	list-style-type:none;
	list-style-image:none;
	list-style-type:none;
	vertical-align:top;
	margin:0px;
}

.section .text_area{
	display:block;
}



.section .message_area{
	display:block;
}

#contenu_texte .section .legende{
	border:0;
	font-size:8pt;
	margin-top:10px;
	color:#777;
}

.section .merreur{
	border:0;
	color:#CC0000;
	font-size:8pt;
}

.section .ligne{
	/*height:20px;*/
	padding-top:3px;
	margin-top:5px;
	display:block;
	width:320px;
	/*font-weight:bold;*/
	color:#0E4E89;
}

#contenu_texte .section .valider{
	border-top:none;
	margin-top:20px;
}

.section .bt_valider{
	border:1px solid #595247;
	width:100px;
	height:20px;
	padding-bottom:1px;
	color:#595247;
	background-color:#E3DCD6;
	font-weight:bold;
	cursor:pointer;
}
.section .bt_valider:hover{
	background-color:#B2AAA2;
}

#contenu_texte .section p.mentions{
	padding:20px;
	margin:20px 0px ;
	text-align:justify;
	background:#FFFFFF;
	font-size:7pt;
	color:#777;
	border:1px solid #CCC;
}

.section span.required{
		color:#ff0000;
	font-size:8pt;
}
.rouge{
	font-weight:normal;
	font-size:7pt;
	color:#CC0000;
}
fieldset{
	border:1px solid #CCC;
	width:220px;
	float:left;

	margin:15px 0px 15px 30px;
}
legend{
	color:#0E4E89;
	font-weight:bold;
}
.section fieldset textarea{
	width:200px;
}
.section fieldset .ligne {
	width:200px;
}
.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}
#description{
	margin-bottom:8px;
}
