html, body {
	background-color: #50B3D7;
	margin: 0;
	padding: 0;
	height: 100%;
}

a img{
	border:none;
}

/* Définir un tableau général centrer verticalement */
#tableau {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 705px;
	margin-top: -313px; /* moitié de la hauteur */
	margin-left: 0; /* moitié de la largeur */
}

/* Ajouter un header dans le tableau général */
#tableau #header {
	background-image: url(header_fond.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 103px;
}

/* Ajouter un calque central dans le tableau général */
#tableau #middle {
	background-color: #EDDFFB;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
	height: 532px; /* Même hauteur que la classe tableau2 */
}

/* Ajouter un footer dans le tableau général */
#tableau #footer { 
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 114px;
}

/* Copyright du site dans le footer */
#copy {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 35px;
}

/* Titre du logo du site */
#logo_titre {
	background-image: url(header_titre.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 790px;
	height: 103px;
	margin-left: auto;
	margin-right: auto;
}

#logo_titre h1 {
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	width: 80%;	
	padding-top: 25px;
	padding-left: 400px;	
	display: block;	
}

h1 em {
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}

/* Ajoute un calque tableau dans le calque middle */
#middle #tableau2 {
	width: 1010px;
	height:532px; /* Même hauteur que la classe Middle */
	margin-left: auto;
	margin-right: auto;
	background-image: url(middle_fond.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

/* Ajoute 1 colonne avec l'image du téléphone */
#tableau2 #col1 {
	width: 208px;
	float: left;
}

/* Ajoute 1 colonne avec l'image des perso */
#tableau2 #col2 {
	background-color: #FFFFFF;
	width: 235px;
	float: left;
}

/* Ajoute 1 colonne pour le formulaire */
#tableau2 #col3 {
	width: 556px;
	float: left;	
}

/* Balise pour le paragraphe */
p {
	font-family: Verdana;
	font-size: 12px;
	text-align:justify;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

/* Champ de formulaire */
.champ {
	border: 1px solid #4B276F;
	font-family: Verdana;
	font-size: 12px;
}

/* Bouton de formulaire */
.bouton {
	background-color:#FFFFFF;
	font-family: Verdana;
	font-weight:bold;
	font-size: 11px;
	border: 1px solid #4B276F;	
}

/* Texte du formulaire */
.txtform {
	font-family: Verdana;
	font-size: 12px;
}

/* Titre du formulaire */
#titre_form {
	background-image: url(titre_formulaire.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	height: 50px;
	width:562px;
	margin: 15px auto 0 auto;
}

/* Image du téléphone */
#img_telephone1 {
	background-image: url(telephone1.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 203px;
	height: 208px;
	margin-top: 10px;
}

#img_telephone {
	background-image: url(telephone.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 203px;
	height: 208px;
	margin-top: 10px;
}

/* Image pour les hyperliens */
#img_consultation {
	/*background-image: url(consultation.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: 208px;
	/*height: 27px;*/
	margin-top: 8px;
}

/* Image du personnage n°1 */
#img_perso1 {
	background-image: url(perso1.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 234px;
	height: 244px;
}

/* Titre du personnage n°2 */
#img_perso2 {
	background-image: url(perso2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 237px;
	height: 289px;
}

/* Menu de navigation */
#menu {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	list-style-type: circle;
    padding:0px;
    margin:0px;
    margin-left:20px;
}
#menu li a {
	text-decoration: none;
	color: #000000;
}
#menu li a:hover {
	text-decoration: underline;
	color: #4b276f;
}
#bordure {
	border:1px solid #000000;
	width:201px;
	margin-top:12px;
}

/* Titre générale */
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
}

/*- modifs du 2/10/08 -*/
/*- pjpoirson@gmail.com -*/
.btQG{
    margin-left:10px;
}

#img_label_cliquez_domaine{
	background-image: url(cliquez_domaine.gif);
	width:562px;
	height:48px;
}