@charset "utf-8";
/* CSS Document */

/* 
    Document   : principale
    Created on : 14 oct. 2009, 10:59:33
    Author     : julien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
	display: block;
}

html {
	background-color: #FFFFFF;
}

body {
	width: 1000px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

#banniere {
    height : 340px;
	background-image: url("Fond/banniere.png");
	background-repeat: no-repeat;
}

#banniere a#accueil {
	position: relative;
	top: 74px;
	left: 352px;
	display: block;
	height: 28px;
	width: 100px;
	background-image: url("Fond/accueil_b.png");
	z-index: 10;
}

#banniere a#accueil1 {
	position: relative;
	top: 46px;
	left: 352px;
	display: block;
	height: 28px;
	width: 100px;
	background-image: url("Fond/accueil_n.png");
	z-index: 20;
}
	
#banniere a#accueil:hover {
	z-index: 30;
}
	
#banniere a#accueil1:hover {
	z-index: 1;
}

#banniere a#tarif {
	position: relative;
	top: 19px;
	left: 462px;
	display: block;
	height: 28px;
	width: 70px;
	background-image:url("Fond/tarif_n.png");
	z-index: 3;
}

#banniere a#tarif1 {
	position: relative;
	top: -9px;
	left: 462px;
	display: block;
	height: 28px;
	width: 70px;
	background-image:url("Fond/tarif_b.png");
	z-index: 2;
}
	
#banniere a#tarif:hover {
	z-index: 1;	
}

#banniere a#tarif1:hover {
	z-index: 4;	
}
	
#banniere a#contact {
	display: block;
	height: 28px;
	position: relative;
	top: -38px;
	width: 190px;
	left: 544px;
	background-image: url("Fond/contact_n.png");
	z-index: 3;
}

#banniere a#contact1 {
	display: block;
	height: 28px;
	position: relative;
	top: -66px;
	width: 190px;
	left: 544px;
	background-image: url("Fond/contact_b.png");
	z-index: 2;
}

#banniere a#contact:hover {
	z-index: 1;
}

#banniere a#contact1:hover {
	z-index: 4;
}
	
#banniere a#qui {
	display: block;
	height: 28px;
	position: relative;
	top: -95px;
	width: 210px;
	left: 745px;
	background-image: url("Fond/qui_n.png");
	z-index: 3;
}	

#banniere a#qui1 {
	display: block;
	height: 28px;
	position: relative;
	top: -123px;
	width: 210px;
	left: 745px;
	background-image: url("Fond/qui_b.png");
	z-index: 2;
}	

#banniere a#qui:hover {
	z-index: 1;
}

#banniere a#qui1:hover {
	z-index: 4;
}

#corps {
	width: 1000px;
}

#corps_h {
	background-image: url("Fond/corps_H.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 10px;
}

#corps_m {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("Fond/corps_M.png");
	background-repeat: repeat-y;
	width: 980px;
	min-height: 424px;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", serif;
}

#corps_m table {
	margin:auto;
}

#corps_m p {
	margin:auto;
}

#corps_m ul {
	list-style-type:circle;
}

#corps_b {
	position: relative;
	
	background-image: url("Fond/corps_B.png");
	background-repeat: no-repeat;
	width: 1000px;
	height: 10px;
}


#corps_m img {
	float: right;
}	

#reponse_neg {
	text-align: center;
	color: #FF0000;
}

#reponse_pos {
	text-align: center;
	color: #000000;
}

#pied {
	margin-top: 10px;
	text-align: center;
}
