@charset "windows-1252";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #DEF1FE;
	background-image: url(../img/bckgd.jpg);
	background-repeat: repeat-x
}
#conteneur {
	width: 750px;
	margin: 0 auto;
	border: 0px solid magenta
}
#header {
	height: 120px;
	background-color: #015485;
	background-image: url(../img/bandeau1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/* DEFINITION DU MENU */
#menu {
	position: absolute;
	border-width: 0px;
	border-style: solid;
	border-color: #FF3300;
	height: 25px;
	width: 750px;
	padding-top: 1px;
	z-index: 5;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu span {
border:;
	border-width: 0px
}
#menu span dl dt {
	background-image: url(../img/btnMenu2.jpg);
	background-repeat: no-repeat;
	text-decoration: none
}
#menu span:hover dl dt {
	background-image: url(../img/btnMenu2Over.jpg);
	color : #000000
}
#menu span:hover dl dt.menuGauche {
	background-image: url(../img/btnMenu1Over.gif);
	color : #000000
}
#menu span:hover dl dt.menuDroite {
	background-image: url(../img/btnMenu3Over.gif);
	color : #000000
}
#menu dl {
	float: left;
	width: 141px;
}
#menu dl.menuDroite {
	float: left;
	width: 45px;
}
#menu dt {
	height: 25px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	padding-top: 5px;
	margin-top: 0px;
}
#menu span dl a.titre {
	color : #5D5D5D;
	text-decoration: none
}
#menu span dl a.titre:hover {
	color : #000000
}
#menu dt.menuGauche {
	background-image: url(../img/btnMenu1.gif)
}
#menu dt.menuDroite {
	background-image: url(../img/btnMenu3.gif)
}
#menu dd {
	display: none;
	border: 1px solid gray;
	margin-top: -5px;
	padding-left: 10px;
	background-color: #588eae;
}
#menu li {
	text-align: left;
	background: #FBFAFB;
	text-indent: 2px;
	list-style-position: outside;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-image: url(../img/puce.jpg);
	width: 119px
}
#menu li a {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus {
	background: #588eae;
	color: #ffffff;
}
/* DEFINITION DU CORPS DE PAGE */
#centre {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #767676;
	z-index: 2;
	margin-top: 15px;
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom:25px;
	font-family: Trebuchet MS, Verdana, Arial
}
#centre h1 {
	color: #788C94;
	text-align: left;
	font-size: 16pt;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#centre h2 {
	color: #00a9db;
	text-align: left;
	font-size: 1.3em;
	margin-top: 10px;
	font-weight: bold
}
#centre h3 {
	color: #3BCBDB;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}
#centre p {
	color: #000000;
	text-align: justify;
	font-size: 1em;
	margin-top: 10px;
	font-weight: normal
}
#centre dt {
	font-weight: bold
}
#centre dl {
	font-weight: normal;
	padding-left: 30px;
	font-style: italic
}
#centre dd {
	margin-left: 10px;
}
#centre ul {
	margin-top:5px;
}
#centre li {
	list-style-position: outside;
	list-style-image: url(../img/puceListe.jpg);
	margin-left: 30px;
}
#centre input, textarea {
	border: 1px solid silver
}
#centre .imgD {
	float: right;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-style: italic;
	text-align: right
}
#centre .imgG {
	float: left;
	padding-right: 25px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-style: italic;
	text-align: right
}
#centre a, a:visited {
	color : #00a9db;
	text-decoration : none
}
#centre a:hover {
	text-decoration : underline
}
table {
	font-size: 1em;
}
/* DEFINITION DU PIED DE PAGE */
#pied {
	height: 30px;
	color: #5D5D5D;
	text-align: center;
	font-family: Verdana;
	font-size: 0.7em;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 30px;
}
#pied a, a:hover {
	color: #5D5D5D;
	text-decoration : none;
}
#pied p {
	text-align: center;
	margin : 0
}


.clear {
	clear:both
}

