
*
{
	margin: 0;
	padding: 0;
}


/* Général */

body {
	color: #F0E39E;
	background-color: #999999;
	min-width: 960px;
	text-align: center;
}

a {
	color: #FF6533;
}

a:hover, a:focus {
	color: #FF4C00;
}

strong {
	color: #A1B55D;
}

/* ` */
#global {
	color: #F0E39E;
	background: #636563;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

/* Navigation */
#navigation {
	background: #181A12;
	border-left: 1px solid #fff6d2;
}

#navigation a:hover, #navigation a:focus {
	background: #fedc69;
	height: 100px;
	/*width: 96%;*/
}

#navigationH{
	width: 100%;
}

#navigationH a:hover, #navigationH a:focus {
	color: #FFCC00;
}

#navigationH .footer {
	text-align: center;
	background-color: #333333;
}

/* Contenu principal */
#contenu {
	color: white;
	font-size:15px;
	font-weight:bold;
	line-height:1.5;
	margin-top:10px;
	padding:5px 20px;
	width: 39%;
	text-align: justify;
	line-height: 23px;
}

#contenu:first-letter {
	text-transform: uppercase;
	color: #fec400;
	font-size: 35px;
	font-weight: normal;	
}

.firstLetter:first-letter {
	text-transform: uppercase;
	color: #fec400;
	font-size: 35px;
	font-weight: normal;
}

#contenu a {
	color: #332510;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 1024px;
	overflow: hidden;
	height: 618px;
	margin: auto;
	text-align: left;
}


/* En-tête */
#entete {
	background-image: url('../images/header.png');
	height: 102px;
	border: 1px solid #b3b3b3;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#entete_accueil {
	float:right;
	color: white;
	font-size:15px;
	margin-right:10px;
	margin-top:70px;
	font-weight: bold;
}

#entete_accueil a
{
	color: white;
	text-decoration: none;
}

#entete_accueil:hover {
	cursor: pointer;
}

/* Menu de navigation */

#navigation {
	width: 31%;
	float: left;
	list-style: none;
}
#navigation ul {
	margin: 0;
	padding: 0;
}
#navigation a {
	line-height: 1.5;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	padding: 6px 6px 6px 8px;
	display: block;
	height: 100px;
}

#navigationH a{
	text-decoration: none;
	color: white;
}

#contenu_titre {
	margin-left: 31%;
	padding: 0px 20px 5px 5px;
}

#contenu_image {
	float: left;
	margin-top: 40px;
}

#contenu_slogan {
	float: left;
	padding: 10px 0 0 20px;
	color: #ffcc00;
	font-size: 17px;
	width: 50%;
}

#contenu_slogan_partie1 {
	font-weight: bold;
}

#contenu_contact{
	float: left;
	padding: 10px 0 0 20px;
	color: white;
	font-weight: bold;
	width: 50%;
}

#contenu_contact_telephone {
	float: left;
	margin-right: 3%;
}

#contenu_contact_email {
	color: #cccccc;
	text-decoration: underline;
	float: left;
}

#contenu_pagination {
	float: left;
	width: 50%;
	display: none;
}

#numero_de_page
{
	color:white;
	float:left;
	font-weight:bold;
	margin-left:5%;
	margin-right:35%;
	width:85px;
	margin-top: 10px;
}

#fp_numero_de_page
{
	color:white;
	float:left;
	font-weight:bold;
	margin-left:5%;
	width:85px;
}

#page_precedente {
	padding-top: 10px;
	height: 25px;
	width: 60px;
	background-color: #7c7148;
	border: 1px solid #6a613e;
	text-align: center;
	color: #9f9678;
	font-weight: bold;
	float: left;
	margin-right: 20px;
	//margin-left: 55%;
}

/* Pour IE */
#page_precedente a
{
	text-decoration: none;
	color: white;
}


#page_suivante {
	padding-top: 10px;
	height: 25px;
	width: 60px;
	background-color: #7c7148;
	border: 1px solid #6a613e;
	text-align: center;
	color: #9f9678;
	font-weight: bold;
	float: left;
}


/* Pour IE */
#page_suivante a
{
	text-decoration: none;
	color: white;
}

/* Contenu */
#contenu {
	float: left;
	padding: 5px 20px;
	overflow: hidden;
}

#contenu > :first-child {
	margin-top: 10px;
}

#contenu p, #contenu 
	line-height: 1.5;
}

#navigationH
{
	width: auto;
}

#navigationH ul {
	margin: 0;
	padding: 5px;
	text-align: center;
	list-style: none;
}

#navigationH li {
	display: inline; /* -> 3 */
	border-right: 1px solid #b2b2b2;
	padding: 0 3.3%;
}

#navigationH .rmBorder {
	border: none;
}

#contenu table {
	width: 100%;
	border-collapse: collapse;
}

#contenu thead {
	background-color: #ff9a00;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#contenu tbody {
	text-align: center;
}

#contenu tbody tr {
	color: white;
	border-bottom: 1px solid #b17f31;
	height: 60px;
}

#contenu tbody tr:hover {
	background-color: #FEC000;
	cursor: pointer;
}

#contenu th {
	color: black;
	width: 33%;
	text-align: center;
}

.texte_titre_contact
{
	font-weight: bold;
	font-size:18px;
	border-bottom: 1px solid #fec200;
	text-align: right;
	margin-left: 14%;
	margin-bottom: 3%;
	padding-bottom: 3%;
}

.texte_contact
{
	color:#CCCCCC;
	text-align:right;
}

.texte_contact_titre_numero
{
	color: #fec200;
}

.texte_contact_numero
{
	font-size:18px;
	width: 200px;
	color: white;
}

#contenu_contacts {
	float: left;
	padding: 10px 0 0 20px;
	color: white;
	font-weight: bold;
	width: 50%;
}

#logo_ja
{
	background: url("../images/logo_ja.png") no-repeat;
	float:right;
	margin-right:1%;
	width:55px;
	height:35px;
}
