table,form, input, select{
	font-family:open sans, serif;
}

form{
	clear:both;
	font-size:13px;
	position:relative;
}

input, select, textarea{
	border:1px solid #ccc;
	padding:2px;
	background-color: #f6f6f6;
	font-size:12px;
}

.no_border{
	border:none !important;
}


.champ_long, select, textarea{
		width:425px;
}

.champ_court{
		width:50px;
}

.champ {
	background-color: #f6f6f6;
	width:425px;
}
.demi_champ {
	background-color: #f6f6f6;
	width:200px;
}

.champ_obligatoire {
	background-color:#ffede5;
}

.champ_requis {
	font-size:14px;
	color:#D25C2B; /* orange */
}


#message{
	clear:both;
	position:fixed;
	display:none;
	width:500px !important;
	height:0px;
	bottom:-5px;
	padding:7px 4px 40px 80px !important;
	background: url(../images/bg_message.png) no-repeat 20px 15px #c74b17;
	color:#fff;
	font-size:15px;
	font-family:arvo, serif;
	z-index:15000;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;
}

.erreur {
	color:#D25C2B;
}

form .bloc_champ{
	clear:both;
	padding:7px 0px;
}

.modele{
	float:left;
	width:240px;
}

.modele img{
	margin:5px 0px;
}

.activite{
	display:block;
	color:#00AEEE; /* bleu */
	padding-top:22px;
}


form h2{
	color:#000;
	margin:0px;
	padding:0px;
}

form h3{
	margin:10px 0px 0px;
	padding: 20px 0px 0px;
	font-size:15px;
	color:#000;
	font-weight:normal;
}

.date{
	float:left;
	width:175px;
	line-height:22px;
}

.bouton, .disabled {
	background-color:#BDDC00; /* jaune */
	border:none !important;
	color:#000;
	height:30px;
	cursor:pointer;
	cursor:hand;
	padding:0px 15px 3px 15px;
	font-size:12px;
}

.bouton:hover {
	background-color:#d2f307; /* bleu */
}

.petit_texte{
	font-size:11px;
}

.curved_2{-moz-border-radius: 2px;-webkit-border-radius: 2px;-khtml-border-radius: 2px;border-radius: 2px; }
.curved_5{-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px; }
.curved_10{	-moz-border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;}