.ccab { display: none; }

body{
	background:url("images/degradeeHaut.png") repeat-x;
	background-color:#66cbff;/*3f79cf*/
}


div#page{
	width: 100%; /* A été changé */
	margin: auto;
	margin-top:10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
	margin-bottom:20px; /* Idem pour le bas du navigateur */
}

/*La barre du haut*/
div#barreHaut{
	margin-bottom:15px;
	margin-top:25px;
	min-width:944px;/*pour la résolution de 1024 minimum*/
}

div#barreHautBorsGauche {
	margin-left:40px;/*design extensible, c'est la distence du coté de l'écran*/
	background:url("images/barreHautBorsGauche.png") left no-repeat;
	height:154px;
}

div#barreHautBorsDroit {
	margin-right:40px;/*design extensible, c'est la distence du coté de l'écran*/
	background:url("images/barreHautBorsDroit.png") right no-repeat;
	height:154px;
}

div#barreHautMillieu {
	height:154px;
	background:url("images/barreHautMillieu.png") repeat-x;
	
	/*text-align:center;*/
	padding-top:5px;/*pour centrer verticalement le texte*/
/*pour pas que la barre du millieu passe au dessus des coté*/
	margin-left:40px;
	margin-right:40px;
}

img#imgPersonnage {
	display:block;
	margin-top:12px;
}

img#imgFeller {
	display:block;
	width:350px;
	margin:auto;
	margin-top:-105px;
}

p#adresseMenu{
	display:block;
	margin-top:-80px;
	float:right;
}

/*MENU*/

#menu{
	float:left;
	width:135px;
	margin-top:-30px;
	margin-right:20px;
	padding:5px;
	margin-left:-150px;
}

li#menuTitre{
	font-size:18px;
	font-style:bold;
	margin: 0;
	color:#FFFFFF;
	font-family:Verdana, serif;
	height:27px;
	padding-top:3px;/*pour centrer le titre, il faut aussi modifier height pour que la somme des 2 valent 30px*/
	background:url("images/menuTitre.png") no-repeat;
}

li#menuBas{
	background:url("images/menuBas.png") no-repeat;
	height:27px;
	padding-top:3px;/*pour centrer le titre, il faut aussi modifier height pour que la somme des 2 valent 30px*/
}

#menu ul{ /* Toutes les listes à puces se trouvant dans le menu */
	list-style-type: none;
	padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
	padding-left: 0px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
	margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
	margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
 
}

#menu a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana, serif;
}

#menu li{
	text-indent:10px;
	height:27px;
	padding-top:3px;/*pour centrer le titre, il faut aussi modifier height pour que la somme des 2 valent 30px*/
}

li.menuStyleCSS{
	background-color:#4470ff;
	height:30px;
	border-bottom:1px solid #1231ff;
}

/*#menu li:hover
{
background-color: rgb(225,225,100);
}*/

#corps{
	/*border:1px solid black;*/
	margin-bottom:10px;
	min-width:800px;/*pour la résolution de 1024 minimum*/
	margin-right:40px;
	margin-left:40px;
}

div#corpsCoinHautGauche{
	background:url("images/corpsCoinHautGauche.png") left no-repeat;
	height:50px;
}

div#corpsHaut{
	background:url("images/corpsHaut.png") repeat-x;
	height:50px;
	margin-left:50px;
	margin-right:50px;
	padding-top:20px;/*pour centré verticalement le titre*/
}

div#corpsCoinHautDroit{
	background:url("images/corpsCoinHautDroit.png") right no-repeat;
	height:50px;
}

div#corpsCoinBasGauche{
	background:url("images/corpsCoinBasGauche.png") left no-repeat;
	height:50px;
}

div#corpsBas{
	background:url("images/corpsBas.png") repeat-x;
	height:50px;
	margin-left:50px;
	margin-right:50px;
}

div#corpsCoinBasDroit{
	background:url("images/corpsCoinBasDroit.png") right no-repeat;
	height:50px;
}

div#corpsGauche{
	/*margin-bottom:-17px;*//*avec le min-height sa fait un bug*/
	background:url("images/corpsGauche.png") left repeat-y;
	padding-left:20px;
	min-height:250px;
}

div#corpsDroit{
	background:url("images/corpsDroit.png") right repeat-y;
	padding-right:20px;
	min-height:250px;
}

div#backgroundBlanc{
	background-color:#FFFFFF;
	min-height:250px;
	padding-left:150px;
}

p{
font-size: 1em;
font-family: Arial, Verdana, serif;
font-weight: normal;
margin-left:50px;/*pour éviter que le texte passe légèrement sous le menu*/
}

.gray{ color:#666666; }
.rouge{ color:red; }
.vert{ color:green; }
.bleu{ color: #006dba; }

.centrer{
text-align: center;
}

#corps h1 /* Tous les titres h1 du corps */
{
font-size: 1.7em;
margin-top: none;
margin-bottom: 10px;
text-align: center;
font-family: Verdana, serif;
}

#corps h2{
font-size: 1.2em;
margin-top: 0px;
margin-left:15px;/*corriger un bug d'affichage*/
background-repeat: no-repeat;
vertical-align: middle;
font-family: Verdana, serif;
color: #006dba;
font-weight: normal;
text-indent:20px;
}

h2#titrePage{
	text-indent:135px;
	margin-top:0px;
}

/*La barre du bas*/
div#barreBas{
	text-align:center;
	min-width:944px;/*pour la résolution de 1024 minimum*/
}

div#barreBasBorsGauche {
	margin-left:40px;/*design extensible, c'est la distence du coté de l'écran*/
	background:url("images/barreBasBorsGauche.png") left no-repeat;
	height:64px;
}

div#barreBasBorsDroit {
	margin-right:40px;/*design extensible, c'est la distence du coté de l'écran*/
	background:url("images/barreBasBorsDroit.png") right no-repeat;
	height:64px;
}

div#barreBasMillieu {
	height:64px;
	background:url("images/barreBasMillieu.png") repeat-x;
	
	text-align:center;
	padding-top:5px;/*pour centrer verticalement le texte*/
/*pour pas que la barre du millieu passe au dessus des coté*/
	margin-left:30px;
	margin-right:30px;
}


/* Les tableaux */

table{
	border-collapse: collapse;
	margin:auto;
	border:1px solid #006dba;
	border-top: 0px solid black;
	min-width: 500px;
}

td{
	text-align:center;
	border:1px solid #006dba;
	font-size: 0.8em;
	font-family: Arial, Verdana, serif;
	font-weight: normal;
	color: #666666;
	padding: 5px;
}

th{
	
	text-align:center;
	background-color: #5a8cd7;
	border:2px solid #3666AF;
	padding: 10px;
	font-family: Arial, Verdana, serif;
	font-weight: normal;
	color: white;
	padding: 5px;
}

/*FORMULAIRE*/

p#textForm {
	background-color:#9d6a45;
	margin-top:-40px;
	padding-left:15px;
	padding-top:39px;
}

fieldset {
	width:650px;
	margin:auto;
	margin-top:10px;
	border:2px dashed #3f79cf;
	background-color:#5a8cd7;
	opacity:0.8;
	font-weight: bold;
}

label {
	display:block;
	width:170px;
	float:left;
}

input, textarea {
	border-width:1px;
	border-style:solid;
	border-color:#3f79cf;
	background-color:#72a0e5;
	margin:1px;
}

textarea {
	padding-right:3px;
	width:400px;
	height:100px;
}

input:hover, textarea:hover {
	background-color:#aac8f6;
}

/*LIVRE D'OR*/

p.messageLivreOr {
	padding: 5px;
	border:1px solid #3666AF;
	margin:auto;
	width:700px;
	margin-bottom:10px;
	padding-left:5px;
	background-color:#5a8cd7;
	color: white;
}