@charset "utf-8";
/* CSS Document */

h3,h4{
	margin:5px 0 5px 0;
	}

img{
	border:0px;
	}


body{
	background-color: #FFFFFF;
	font-family: Arial, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 0.8em;
	width:984px; !important;
	position:relative;
	margin:0px;
	left:50%;
	margin-left:-492px;
}

#header{
	background:url(image/header.gif) top left repeat-x;
	padding-top:20px;
	border:2px solid #ebecf0;
}

#header h1{
	font-size:36px;
	color:#1556a0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:50px;
}

#header h1 a:link,#header h1 a:hover,#header h1 a:active,#header h1 a:visited{
	text-decoration:none;
	color:#1556a0;
}

#header h2{
	font-size:24px;
	color:#666666;
	margin-top:0px;
	margin-left:50px;
}

#header #infos_personnelles{
	border-left:1px solid #85a6cc;
	font-size:13px;
	padding:10px;
	position:absolute;
	top:20px;
	right:30px;
	float:right;
	font-variant:small-caps;
	
}

#header ul
{
	
}

#header li
{
	display:inline;
	font-size:13px;
}

#ConteneurExt
{
	position:absolute;
	margin-left:1000px;
	margin-top:190px;
	}


q{
	font-style:italic;
	font-size:15px;
	position:absolute;
	right:0px;
}

/* FOOTER */

#footer{
	text-align:center;
	font-size:11px;
	clear:both;
}

#presentation{
	border:1px solid #ebecf0;
	width:97%;
	padding:10px;
	margin-right:5px;
}

#presentation h4{
	margin-left:0px;
	margin-top:15px;
	margin-bottom:5px;
}



#erreur{
	border:1px solid red;
	background-color:red;
	color:white;
	font-weight:bold;
	text-align:center;
	width:95%;
	padding:5px;
	margin-bottom:10px;
}


#ok{
	border:1px solid green;
	background-color:green;
	color:white;
	font-weight:bold;
	text-align:center;
	width:100%;
	padding:5px;
	margin-bottom:10px;
}


.outer{
	border: 1px solid #c0c0c0;
	}
	
.head{
	background-color: #c2cdd6; 
	padding: 5px; 
	color:inherit; 
	font-weight: bold;
	}
	
.even{
	background-color: #dee3e7; 
	padding: 5px; 
	color:inherit;
	}


