/* ############################   Config générale de la page   ############################## */

body {
	background-color: #FED8C5;
	background-image: url(images/fond-page.jpg);
	background-repeat: repeat-x;
	margin-top:20px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9966;
	font-size: 14px;
}

/* ##############################   Tableau en-tete    ################################# */

#haut {
	background-image:url(images/haut-triangle.gif);
}

#banniere {
	background-image:url(images/banniere-triangle.jpg);
}

#titre {
	background-image:url(images/titre.jpg);
}

#milieu {
	background-image:url(images/milieu.gif);
}

/* ##############################   Headings - Balises H    ################################# */

h1 {
	font-size: 18px;
	color: #D54105;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-size: 16px;
	color: #D54105;
	font-weight: bold;
	text-align:center;
}

h3 {
	font-size: 14px;
	color: #D54105;
	font-weight: bold;
}

.h-normal{
	color: #FF9966;
	font-size: 14px;
	text-align:justify;
}
h1,h2,h3,h4,h5,h6 .h-normal  {
	font-weight: normal;
}
h1.titre-de-page {
	font-size:24px;
	margin-bottom:0px;
}
h1.keywords {
	font-size:12px;
	font-style:normal;
	margin-top:0px;
	color:#FF9966;
}
/* ###########################   Texte de bannière    ########################################### */

.head {
	margin-left:10px;			
	font-size:12px;
	color:#FFCC99;
}

/* ##########################   Google : moteur de recherche   ###################################### */


.recherchegoogle {
	margin-right:10px;
}
.bouton-texte {
	color: #ce2484;
}
.submit { font-size: 14px; color: #ffffff; background-color : #999999; border: 1px solid; Border-Color: #ffffff;
}
.tdd {
	vertical-align:top;
}
.marque {
 font-size:14px;
}
.foot {
	font-size:10px;
}

/* ##########################   Barre de titre   ########################################  */

.textebarretitre {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

/* Liens de la barre de titre */

.textebarretitre a:link {
	color: #990000;
	text-decoration: none;
}
.textebarretitre a:visited {
	text-decoration: none;
	color: #990000;
}
.textebarretitre a:hover {
	color: #ffffff;
	text-decoration: none;
}
.textebarretitre a:active {
	text-decoration: none;
}

/* ###########################    liens généraux du site    ##################################### */

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	color: #CC0066;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ###########################   Barre de menu   #######################################*/


/*fixe le tableau de menu en haut à gauche */

.menu-haut { 
 background-image:url(images/menu-haut.gif);
 background-repeat:no-repeat;
 background-position:bottom;
 }

.menu-milieu { 
 background-image:url(images/menu-milieu.gif);
 }
 
.menu-bas { 
 background-image:url(images/menu-bas.gif);
 background-repeat:no-repeat;
 background-position:top;
 }
 
.Titre-menu {
	font-size: 16px; 
	color: #ff0000; 
	font-weight: bold;
}

.Titre-sous-menu {
	font-size: 12px;
	color: #D54105;
}

/*Séparateur tableau entre les menus */

#tab-space {
	background-image:none;
	height:10px;
}

/*liens du sous menu */

.Titre-sous-menu a:link {
	color: #D54105;
	text-decoration: none;
}
.Titre-sous-menu a:visited {
	text-decoration: none;
	color: #D54105;
}
.Titre-sous-menu a:hover {
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.Titre-sous-menu a:active {
	text-decoration: none;
}

/*liens du menu */

.Titre-menu a:link {
	color: #ff0000;
	text-decoration: none;
}
.Titre-menu a:visited {
	text-decoration: none;
	color: #ff0000;
}
.Titre-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.Titre-menu a:active {
	text-decoration: none;
}


/* ################################## Publicité ################################### */

.pub {
	font-size:12px;
	color:#FFFFFF;
}
