@charset "windows-1252"; 

body {
	width: 900px;
 	margin-left: auto;
 	margin-right: auto;
	margin-top:  0px;
	margin-bottom: 10px; 
	text-align: center;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #034fa1;
	background: url(./images/fond.jpg) repeat-x;
	background-color: #dde7f1;
} 


div#contenubas { 
	width: 900px;
	margin-top: 0px;
	background: url(./images/bas.jpg) bottom left no-repeat;
	background-color: #6894c4;
	padding-bottom: 18px;
} 

/* propriétés du menu vertical */
div#menu {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 180px;
	height:340px;
	background: url(./images/menu.jpg) no-repeat;
	background-color: #6894c4;
}

div#compteur {
	margin-left: 190px;
	font-size: 0.8em;
}

#menu strong{
	color: #6894c4;
}

/*

#menu ul{
	list-style-type: none;
	color: #0c5cb1;
	width: 150px;
} 

#menu  ul a {
	display: block;
	width: 150px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	color: #034fa1;
	padding-top: 5px;
}

#menu li {
	cursor: pointer;
	border-bottom: 1px solid #034fa1;
	border-top: 1px solid #034fa1;
	margin: -1px;
}
	 
#menu ul a:hover {
	color: #993300;
}
*/

#menu a {
	text-decoration: none;
	text-align: center;
	color: #034fa1;
	padding-top: 5px;
}

#menu a:hover {
	color: #993300;
}

#menu hr{
	width: 150px;
	color: #6894c4;
}


div#contenuhaut {
	margin-left: 12px;
	float: left; 
	width: 680px;
	background: url(./images/fondcontenuhaut.jpg) top left no-repeat;
}

div#contenu {
	margin-top: 10px;
	position: relative;
	float: left; 
	width: 680px;
	background: url(./images/fondcontenubas.jpg) bottom left no-repeat;
	background-color: #dde7f1;
} 

#contenu p{
	padding-left: 10px;
	padding-right: 10px;
}

#contenu strong{
	color: #01244a;
}

#contenu h1 {
	width: 640px;
	text-align: right;
	margin-left: 20px;
	margin-right: 20px;
	color: #034fa1;
	font-size: 1.6em;
	font-style: italic;
	border-bottom: 2px solid #034fa1;
}

#contenu h2 {
	width: 640px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	color: #034fa1;
	font-size: 1.3em;
	font-style: italic;
	border-bottom: 1px solid #034fa1;
}

#contenu a {
	color : #01244a;
	text-decoration: none;
}

#contenu a:hover {
	color: #993300;
}

#pied-page{
	clear: both;
	height: 100px;
	width: 900px;
	text-align: center;
	color: white;
}

#pied-page a {
	color : white;
	text-decoration: none;
}

#pied-page a:hover {
	color: #993300;
}

hr {
	color: #dde7f1;
	background-color: #dde7f1;
}


img {
	vertical-align: middle;
	border: 0px;
}
div.droite {
	text-align: left;
}

.droite p{
	margin-left: 25px;
}

table {
	border: 0px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
}

p.left {
	margin-left: 20px;
	text-align: left;
}

div#ref {
	margin-left: 20px;
	text-align: left;
}
