/*  ------------------------------------------
/*  gabarit Principal
/*  ------------------------------------------
*/
body {
	margin: auto;
	background-color: #d1d2db;
	font-family: Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

#gabarit {
	width: 750px;
	margin: auto;
	margin-top:10px;
	padding:0;
	background-color: #DBDDF5;
}

/*  ------------------------------------------
/*  gabarit Principal - FIN
/*  ------------------------------------------
*/

/*  ------------------------------------------
/*  header - banniere
/*  ------------------------------------------
*/

#header {
	height:98px;
	width:750px;
	text-align: center;
	background-image: url("images/banniere.jpg");
	background-repeat: no-repeat;
	background-position: center;
   margin: 0px auto;
   padding:0;
}

#header h1 {
	visibility: hidden;
	line-height: 0px;
	font-size: 0px;
	padding:0;
	margin:0px;
}

#header h2 {
	visibility: hidden;
	line-height: 0px;
	font-size: 0px;
	padding:0;
	margin:0px;
}

/*  ------------------------------------------
/*  header - banniere - FIN
/*  ------------------------------------------
*/

/*  ------------------------------------------
/*  footer - pied de page
/*  ------------------------------------------
*/

#footer {
	
	height: 32px;
	width:750px;
	margin:auto;
	text-align:center;
	background-position: center;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	padding: 0px;
}
#footer p {
	font-family: "Comic Sans MS", Comic, Verdana, Helvetica, "Bitstream Vera Sans", sans-serif;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	padding-top: 12px;
	margin: 0px;
}

/*  ------------------------------------------
/*  footer - pied de page - FIN
/*  ------------------------------------------
*/


/*  ------------------------------------------
/*  zone centrale incluant menu et corps
/*  ------------------------------------------
*/

/* ------------ CONTENU ZONE CENTRALE ----------------------- */
#contenu {
	width:740px;
	margin:auto;
	padding:0px;
	padding-left:10px;
}

/* ------------ CORPS - CORPS DU CONTENU DE LA PAGE  ----------------------- */
#corps {
	padding-left:200px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:10px;
	margin:0;
}
/* ------------ FIN CONTENU ET CORPS ----------------------- */

/* ------------ MENU ----------------------- */
#menu {
	width:180px;
	float:left;
	margin:auto;
	padding:0;
	padding-top:10px;
}

.menu-haut {
	background-image:url("images/menu_titre1.jpg");
	background-repeat: no-repeat;
	text-align:center;
	background-position: center;
	margin:auto;
	padding:0;
	width:180px;
	height:35px;
}

.menu-haut h1 {
	font-size: 12px;
	font-weight:bold;
	color:#F3FD00;
	text-align:center;
	padding-top:5px;
	margin:0;
}

.menu-bas {
	width:180px;
	height:5px;
	background-image:url("images/menu_bas.jpg");
	background-repeat: no-repeat;
	text-align:center;
	background-position: center;
	margin:auto;
	padding:0;	
}

.contenu-menu {
	background-color:#7186AB;
	width:180px;
	padding:0;
	margin:0;
}

.contenu-menu p {
	font-size:10px;
	padding:0;
	margin:0;
	padding-left:10px;
	color:#F6C51E;
}

.contenu-menu em {
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}

.contenu-menu a {
	color:#F6C51E;
	display:block;
	text-decoration:none;
}

.contenu-menu a:hover {
	color:#F3FD00;
	font-weight:bold;
	background-color:#3C58A4;
	display:block;
	text-decoration:none;
}

.contenu-menu a:focus {
	color:#F3FD00;
	font-weight:bold;
	background-color:#3C58A4;
	display:block;
	text-decoration:none;
}

.contenu-menu ul {
	padding:0;
	margin:0;
	padding-left:10px;
	color:#F6C51E;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	background-color:#7186AB;
}

li.contenu-menu-liste1 {
	padding:0;
	margin:0;
	padding-top:15px;
	background-color:#7186AB;
}

li.contenu-menu-liste2 {
	padding:0;
	margin:0;
	padding-top:5px;
	background-color:#7186AB;
	font-size:12px;
	font-weight:normal;
}

/* ------------ FIN MENU ----------------------- */


/*  ------------------------------------------
/*  zone centrale incluant menu et corps - FIN
/*  ------------------------------------------
*/


/*  ------------------------------------------
/*  MISE EN PAGE
/*  ------------------------------------------
*/

.float-left {
float:left;
margin-right:10px;
text-align: center;
}

.float-right {
float:right;
margin-left:10px;
text-align: center;
}

.centre {
text-align:center;
}

.justify {
text-align:justify;
}

.right {
text-align:right;
}

#corps p {
	font-size:12px
}

#corps strong {
	font-weight:bold;
	font-variant:small-caps;
	color:#D4553D;
}

#corps h1 {
	font-size: 25px;
	color:#D4553D;
	letter-spacing:5px;
	font-weight:normal;
	border-bottom:solid 1px #D4553D;
}

#corps h2 {
	font-size:18px;
	color:#3C58A4;
}

#corps h3 {
	font-size:16px;
	color:#D4553D;
}

#corps h4 {
	font-size:14px;
	color:#3C58A4;
}

#corps h5 {
	font-size:12px;
	color:#3C58A4;
}

#corps h6 {
	font-size:10px;
	font-weight:normal;
}

#corps a {
	color:#1E90FF;
}

#corps a:hover {
	color:#E56E0B;
}

.mini-conteneur1 {
	width:290px;
	margin:auto;
	text-align:center;
}

.liste1 li {
list-style-image: url("images/puce-verte.gif");
list-style-type: circle;
padding-left: 2px;
margin-left: 20px;
font-size: 12px;
padding-bottom:5px;
}

.liste-accueil li {list-style-type: circle;
margin-left: 20px;
font-size: 14px;
color: #1E90FF;
padding:0;
margin-bottom:0;
}

.liste-accueil1 ul {
padding:0;
margin:0;
color: #1E90FF;
padding-bottom:0px;
margin-bottom:0px;
}

/*  ------------------------------------------
/*  MISE EN PAGE - FIN
/*  ------------------------------------------
*/







