/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0;
	background-color:#6699FF;
	background-repeat: no-repeat;
	background-position: center top;
}
.titreblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0D468A;
	font-size: 12px;
	font-weight: bold;
	background-color: #BDC8FF;
	text-align: center;
}
.txtblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1263C3;
	text-align: center;
}
#header 
{
	width: 813px;
	height: 125px;
	background: url('images/header.jpg') no-repeat;
	margin-bottom: 15px;
}
#conteneur 
{
	width: 813px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #8fa1ff;
	background: #ffffff;
}
#menu-haut 
{
	height: 20px;
	padding: 20px 10px;
	color: #1055AA;
	font-size: 11px;
	background: url('images/menu-haut.jpg') repeat-x;
}
.right
{
	float: right;
	margin-top: -30px;
}
.right2
{
	float: right;
	margin-top: -10px;
}
#login
{
    height: 4px;
	margin: 0 18px 0 20px;
	padding: 20px 10px;
	color: #1055AA;
	font-size: 11px;
	background: url('images/menu-haut.jpg') repeat-x;
}
.centre 
{
	margin-left: 180px;
	border: 1px solid #8fa1ff;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.centre-item
{

	margin-right: 10px;
	border: 1px solid #8fa1ff;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.centre2 
{
    text-align: center; 
	margin-right: 180px;
	border: 1px dashed #8fa1ff;
	padding: 1px 1px 1px 1px;
	margin-bottom: 10px;
}
.float
{
    float: left;
}
#menu 
{ 
	width: 166px;  
}
#texte
{
	padding: 0 32px 0 34px;
}

#gauche 
{
	border: 1px solid #8fa1ff;
	margin-bottom: 13px;
	background-color: #FFFFFF;
}

#footer
{
	clear: both;
	background: url('images/menu.jpg') repeat-x;
	background-color: #FFFFFF;
	color: #0050d5;
	text-align: center;
	padding: 8px 10px;
	font-size: 12px;
}
#gauche h1 
{
	background: url('images/menu.jpg') repeat-x;
	height: 16px;
	text-align: left;
	margin: 0;
	padding: 4px 4px;
	font-size: 12px; 
	color: #003181;
}
#pied 
{
	height: 40px;
	clear: both;
}

.menugauche 
{
	padding: 5px 5px;
	list-style-type: circle;
	margin: 0;
}
.menugauche li
{
	margin-left: 14px;
}
.texte 
{ 
	padding: 5px 60px; 
}
.menugauche a 
{
	margin: 0 2px;
	color: #000000;
	text-decoration: none;
}
.menugauche a:hover 
{
	text-decoration: none;
}
p 
{
	margin: 0 0 10px 0;
}
table
{
	font-size: 12px;
}
img
{
	border: none;
}
hr
{
    border : dashed #8fa1ff 1px;
}
.table
{
	 border: 1px dotted #9ebdef;
	 border-collapse: collapse;
	 padding: 5px;
}
a:link 
{
	color: #003181;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #003181;
}
a:hover 
{
	text-decoration: none;
	color: #0050d5;
}
a:active 
{
	text-decoration: none;
	color: #003181;
}
.box2
{
	border: 1px dotted #9ebdef; 
	padding: 5px;
}
fieldset 
{
	border: 1px dotted #9ebdef; 
}
legend
{
	color: #006699;
	font-weight: bold;
	letter-spacing: 2px;
}
input{border:1px dashed #0050d5}

textarea{border:1px dashed #0050d5}

#messagerouge {
	color: #FF0000;
	font-weight:bold;
	text-align:center;
}