/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#58585a;
}

form#formContact {
	padding:0;
	margin:0;
}

div#colonne1{
	float:left;
	width:49%;
}

div#colonne2 {
	float:right;
	width:49%;
}

div#actions {
	text-align:right;
	clear:both;
	overflow:hidden;
	padding-top:15px;
}

fieldset {
	padding:0 0 20px 15px;
	margin:0;
}

fieldset#designation {
	margin-right:10px;
}

fieldset#infos {
	margin-top:20px;
}

fieldset legend {
	font-weight:bold;
	font-size:13px;
}

label {
	float:left;
	clear:both;
	text-align:left;
	width:100%;
	line-height:20px;
}

span.obligatoire {
	color:#FF0000;
}

input, select, textarea {
	border:1px solid #dce700;
	width:90%;
}

textarea {
	height:197px;
}

*textarea {
	height:206px;	
}


span.titre {
	margin-right:20px;
}

span.titrepage {
	display:block;
	background-image:url("../images/puce-titre.gif");
	background-repeat:no-repeat;
	padding-left:40px;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
}

input.radio {
	border:none;
	width:auto;
	vertical-align:middle;
}

input.dtenaissance {
	margin-right:8px;
	margin-left:8px;
	width:25px;
}
input.jour {
	margin-left:0;
}
input.annee {
	width:40px;
}


input.horraire {
	width:25px;
}

p {
	padding:10px 0 10px 8px;
	margin:0;
	/*border-bottom:1px solid #dce700;*/
	overflow:auto;
}

input.bouton {
	border:none;
	background-image:url(../images/formulaire/btn.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#58585a;
	width:89px;
	height:19px;
}

div#error {
	border:1px solid red;
	color:#FF0000;
	padding:10px 10px 10px 50px;
	background-image:url(../images/formulaire/picto-attention.gif);
	background-repeat:no-repeat;
	background-position: 15px 7px;
}
