#presentation_form {width:440px;text-align:left;font-size:18px;text-decoration:underline;margin-bottom:25px;color:#333366;border: 0px solid black;}
#reussite_form {width:400px;height:300px;text-align:center;font-size:18px;font-style:italic;margin:50px auto;color:#333366;}
#manque{font-size:18px;margin:10px auto;}
.line{
	height:1px;
	background-color:#000000;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.message {
    
	display:none;
    float:left;
	text-align:center;
    margin:25px auto;
    color:#333366;
    width:500px;
    border-left:1px solid #333366;
}

.message li{
	list-style-type: circle;
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	color: #333366;
    margin-left: 50px;
	clear: both;
}

.contact {
    display:inline;
    float:left;
	text-align:left;
    margin-top:25px;
	margin-bottom:20px;
    padding:0px 0px 10px 20px;
    color:#333366;
    width:400px;/* 500px si on affiche les labels */
    border-left:1px solid #333366;
}

.contact ul {
	list-style-type:none;
	padding-bottom:10px;
}

.contact li {
	list-style-type:none;
	font-size:14px;
    color:#333366;
	padding-top:10px;
	clear: both;
}
    
.contact input[type="text"] {
	float:left;
	display:inline;
    background:none;
	font-size:14px;
	padding:3px;
	color: #333366;
	border:1px solid #333366;
	width:200px;
}
    
input[type="submit"] {
    background-color:#333366;
    font-size:14px;
	padding:3px;
    border:1px solid #333366;
	width:100px;
	float:left;
	cursor: pointer;
    color:#fff;
}
    
input[type="submit"]:hover {background-color:#fff;cursor:pointer;color:#333366;}

.label{
    float:left;
	padding-right:3px;
    padding-top:5px;
    border:0px solid black;
    width:105px;
}    

.contact textarea {
    display:inline;
    float:left;
    background:none;
	font-size:14px;
	padding:3px;
	color:#333366;
    font-family:'calibri ms',helvetica, sans-serif;
	border:1px solid #333366;
	width:290px;
}

.info{float:left;font-size:10px;font-style:italic;padding:4px;width:160px;}
