@charset "iso-8859-1";


*{}
#conteneur {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#entete {
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/entetearrondi%20copie.png);
}
#menu {
	height: 58px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #003399;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	float: left;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color: #CCCCFF;
	text-align: center;
	vertical-align: middle;
}


ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	display: block;
	vertical-align: middle;
	position: relative;
	float: left;
	background-image: url(images/boutonmenu.png);
	background-repeat: no-repeat;
	text-align: center;

	background-position: center 0px;
	
}
li ul {
	display: none;
	}
ul li a {
	display: block;
	text-decoration:none;
	
	height: 38px;
	width: 250px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #555;
	text-align: center;
	padding-top: 20px
	
	
}
ul li a:hover {
	background-image: url(images/boutonSous_menu.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration:none;
	background-position: center center;
	color: #9900CC;
	text-shadow: 2px 2px 2px #555;
	height: 38px;
	width: 250px;
	padding-top: 20px

}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
	float: none;
	font-size: 11px;
}
li:hover a {
}
li:hover li a:hover { background-image: url(images/boutonSous_menu.png);}

#milieu {
	float: left;
	width: 900px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background-color: #000040;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}
#milieu a:link {
	color: #33FFCC;
	font-style: italic;
}
#milieu a:visited {
	color: #F0F0F0;
}
#milieu a:hover {
	color: #33CCFF;
}


#enveloppe {
	margin-right: auto;
	margin-left: auto;
}

#pied {
	height: 50px;
	width: 1000px;
	vertical-align: middle;
	text-align: center;
	background-image: url(images/piedBGbleuarrondi.png);
	clear: both;
}




/* CSS Document */
body {
	background-color:#CCCCFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #DCC1FD;
	font-weight: bold;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #660099;
	text-shadow: 2px 2px 2px #FFF;
	text-align: center;
}
img {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5 {
	font-size: 24px;
	color: #9999FF;
}

.centrage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #330099;
	background-color: #66FFFF;
	font-style: italic;
}
h3 {
	font-size: 18px;
	font-style: normal;
	color: #990099;
}
h4 {
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

table {
	cellpadding: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.h5souligne {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
