/* CE CSS DÉFINIT LA FORME GÉNÉRALE DU SITE */

*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: medium;
}

html, body{
	height: 100%;
}

img{
	border: none;
}

body{
	background: url(../medias/photos/structure/quadrilleArrierePlan.jpg) repeat-x scroll 0 0 #fff;
	background-color: #fff;
}

ul{
	list-style-type: none;
}

a{
	text-decoration:none;
	font-size: inherit;
	color: #0C5697;
}

abbr{
	font-size: inherit;
	border-width: 0px;
}

.horsEcran{
	position: absolute; 
	left: -9999px;
}

.nonBordure{
	border: none;
}

.sousLigne{
	text-decoration: underline;
}

.ulDisc{
	list-style-type: disc;
}

.ulCercle{
	list-style-type: circle;
}

strong{
	font-size: inherit;
}

#degradeExterne{
	width: 1070px;
	margin: 0 auto;
	text-align: center;
}


/*On définit le style des dégradés de la division global*/
#ombreGauche{
	background: url(../medias/photos/structure/ombreGauche.png) no-repeat;
}

#global{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#ombreDroit{
	background: url(../medias/photos/structure/ombreDroit.png) no-repeat;
}

#ombreGauche, #ombreDroit{
	width: 46px;
	height: 570px;
	margin-top: 195px;
}

#ombreGauche, #global, #ombreDroit{
	float: left;
}


/*On définit le style du haut de page (logo et titre du document)*/
#hautPage{
	margin-top: 23px;
	width: 960px;
	height: 129px;
}

#hautPage a:first-child{
	margin-right: 20px;
}

#sousMenuHaut{
	margin-top: 20px;
	text-align: right;
}


#sousMenuHaut li{
	display:inline;
	margin-left: 15px;
}

#sousMenuHaut a{
	color: #6B6B6B;
	font-size: 0.8em;
}


/*On définit le style du menu*/
#menu{
	width: 960px;
	height: 100%;
	padding-bottom: 0px;
	margin-top: 10px;
}

#menu a{
	display: block;
	float: left;
	width: 159px;
	padding: 20px 0;
	background-color: #2c79be;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	border-right: 1px solid #1d6eb7;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}


#menu a:hover, #menu a:hover{
	background-color: #195b96;
	border-right: 1px solid #195b96;
}

.menuLigneHaut, .menuLigneHautDoc{
	font-size: 1em;
	font-weight: 100;
}

#menu a:hover .menuLigneHautDoc{
	color: #195b96;
}

.menuLigneHautDoc{
	color: #2c79be;
}

#menuSelect a{
	background-color: #165287;
	border-right: 1px solid #165287;
}

#menuSelect .menuLigneHautDoc{
	color: #165287;
}

#barreMenu{
	clear: both;
	background-color: #4c83b4;
	width: 960px;
	height: 5px;
}
/*Fin de css de menu*/

/*CSS de date $("#date p").css({'font-size': '0.8em', 'margin-top':'50px', 'color':'#2d2b20', 'clear':'both'});*/
#date p{
	font-size: 0.8em;
	margin-top: 50px;
	color: #2d2b20;
	clear: both;
}
/*Fin de css de date*/


/*CSS de crédit*/
#credits p{
	padding-top: 2px;
	padding-bottom: 30px;
	font-size: 0.7em;
}

#credits a{
	font-size: inherit;
}

#credits a:hover, #credits a:focus{
	text-decoration: underline;
}
/*Fin de crédit*/

