/* CSS Document */
body
{
	background-color:#C0E1FF;
}

.titre
{
	background-image:url(images/lignebleue.jpg);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:35px;
	padding-top:3px;
	height:40px;
	text-transform:uppercase;
}


.txt
{
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

#left
{
	width:110px;
	margin-left:15px;
}

#left img
{
	display:block;
	border:0;
}

body
{
	text-align:center;
}
 
#header
{
height: 135px;
width:800px;
margin-left:auto;
margin-right:auto;
}

#main
{
margin-left:auto;
margin-right:auto;
width:800px;
height:550px;
}

#gauche
{
height: 550px;
width: 130px;
float:left;
background-image:url(images/back_gauche.jpg);
}

#page
{
left:0;
width:620px;
height: 480px;
overflow:auto;
margin:auto;
padding-left:15px;
padding-right:15px;
padding-bottom:5px;
}

#droite
{
height: 550px;
/*background-color: red;*/
width: 670px;
float:right;
margin:0;
background-image:url(images/back_droite.jpg);
text-align:center;
}

#footer
{
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
width:800px;
height:29px;
margin-left:auto;
margin-right:auto;

text-align:left;
}

#footer div
{
	margin-left:25px;
}

label
{
	font-weight:bold;
}

input[type=text], textarea, select
{
	border:1px solid #104079;
	padding-left:3px;
}

input[type=text]:focus, textarea:focus, select:focus
{
	outline:2px solid #104079;
}

.rouge
{
	color:#FF0000;
}

li
{
	height:20px;
	vertical-align: middle;
}