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


body {
	margin:0px;
	text-align:center;
	background-color:white;
	font-family:arial, helvetica;
	font-size:0.8em;
}

.box {
	margin:0px auto;
	width:960px;
	background-color:#ffffff;
	text-align:left;
	position: relative;
}

.header {
	height:110px;
	margin-top:0px;
	padding-top:0px;
	background-color:#eef2fd;
	border-left:solid 2px #092a7a;
	border-right:solid 2px #092a7a;
	border-bottom:solid 2px #092a7a;
	border-top:0px;
}

.header h1 {
	color: #092a7a;
	font-size: 1.4em;
	margin: 0 0 0 0px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

.header h2 {
	color: #b10616;
	font-size: 1.3em;
	margin: 0 0 0 0px;
	padding: 0px;
	text-align: left;
	font-style: italic;
}

h2 {
	color: #b10616;
	font-size: 1.2em;
	font-family: "Lucida Fax", Georgia, Times, "Times New Roman", Helvetica, Verdana;
	margin:0;
	padding:0;
	font-weight:normal;
}

h3 {
	font-size: 1.1em;
	color: #092a7a;
	font-family: "Lucida Fax", Georgia, Times, "Times New Roman", Helvetica, Verdana;
	text-decoration:underline;
}

strong {
	color: #092a7a;
}	

.header h3 {
	color: #b10616;
	font-size: 1.2em;
	font-family: "Lucida Fax", Georgia, Times, "Times New Roman", Helvetica, Verdana;
	margin-left: 300px;
	padding:0;
	font-weight:normal;
}

h2.center {
	text-align:center;
	width:280px;
	background-color:#FFFFFF;
	border: solid 1px #092a7a;
	margin:0px auto;
	
}

h2.grand {
	text-align:left;
	width:894px;
	background-color:#FFFFFF;
	border: solid 1px #092a7a;
	margin:0px auto;
	
}

.menu{
	height:30px;
	background-color:white;
}

.menu div{
	padding:10px 30px;
}

.menu a{
	margin:0px 10px;
	color:#092a7a;
	text-decoration:none;
}

.content{
	padding:10px 30px;
	border:solid 2px #092a7a;
	background-color:#eef2fd;
	z-index:0;	
}

table#tableauilustration{
	border:solid 2px #092a7a;
	border-spacing :10px;
	width:894px;
	background-color:#FFFFFF;
}

table#tableauilustration td#image{
	width: 200px;
}

table#colonnes{
	width:100%;
	vertical-align:top;
}

p{
	margin-left: 5px;
}

table#colonnes td{
	width: 33%;
	vertical-align:top;
}

table#colonnes td#bordure{
	border-left : solid 2px #092a7a;
	border-right : solid 2px #092a7a;
}

#contactFormContainer{
	position:absolute;
	left:600px;
	float:right;
}

#contactForm{
	height:277px;
	width:351px;
	background-image:url('./images/fond.png');
	display:none;
	z-index:1;
}

form#contacter{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top: 1px;
	border: 0px;
	color:white;
}
      
#contactForm label{
	display:block;
	color:white;
}
      
#contactForm input[type=text]{
	display:block;
	border:solid 1px black;
	width:100%;
	margin-bottom:10px;
	height:24px;
} 
 
#contactForm textarea{
	display:block;
	border:solid 1px black;
	width:100%;
	margin-bottom:10px;
} 

#contactForm input[type=submit]{
	background-color:white;
	border:solid 1px black;
	color:#092a7a;
	padding:5px;
}
                
#contactLink{
	height:40px;
	width:351px;
	background-image:url('./images/bouton.png');
	display:block;
	cursor:pointer;
}

#messageSent{
	color:white;
	display:none;
}

a {
	color:#092a7a; 
	text-decoration:none;
}

.grey {
	color:#999999;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	text-decoration:underline;
}

a.img:hover {
	background-color:#ffffff;
}

hr.court{
	text-align: center;
	width: 100px;
	margin-left: auto;
 	margin-right: auto;
	background-color: #092a7a;
	color: #092a7a; 
}

div#keyword{
	color:#FFFFFF;
}

li { 
	list-style-type: none;
	list-style-image: url('../images/fleche.jpg');
}



