/* Général */
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7.  */ 
} 
body {
	background-image: url(../images/fong_gris.gif);
	font-family: Arial,"Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
}

/* identique index 957 et 700 */
a {
	color: #00008b;
}
a:hover, a:focus {
	color: #FF4C00;
}

/* Page */
#global {
	background: white;
}
/* Navigation */
#navigation {
	background: white;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: white;
}
#contenu a {

}
#contenu a:hover, #contenu a:focus {
	
}
#contenu strong {
	
}

/* Pied de page */
#pied {
	background: white;
	color: gray;
}
#pied a {
	color: gray;
}
#pied a:hover, #contenu a:focus {
	color: red;
}

/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
		margin-top: 8px;
	margin-bottom: 8px;
}
body {
	padding: 0;

}

/* En-tête */
#entete {
	
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	padding: 0px 9px 0px 9px;
}

#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}
#navigation ul {
	margin-top: 2px;
	padding: 0 0 0 25px;
	line-height: 16px;
}
#navigation li {
	list-style: square;
}

/* Contenu */
#contenu {	
margin-left: 10px;
margin-right: 8px;
}
#contenu > :first-child {
	margin-top: 10px;

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

/* Pied de page */
#pied {
text-align: center;
	padding: 15px 20px;
	font-size: .75em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	text-align: left;
	font-size: 1em;
}



/*les classe*/

.retrait_td {
	margin-left: 0px;
	padding-left: 12px;
	padding-right: 15px;
	text-align: justify;
}
.td_zoom {
	font-size: 12px;
	padding-left: 5px;
}


/* affichage du calendrier */ 
.day_with_event
{
	text-align:center;
	font-size: 12px;
}

.day_without_event
{
	text-align: center;
	color: black;	
	font-size: 12px;
	
}
.today_with_event
{
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	color: #8b0000;
	font-size: 12px;
}
.today_without_event
{
	text-align: center;
	color: #8b0000;
	font-size: 12px;
}
.cal a:link
{
	text-decoration: none;
	font-weight: bold;	
	font-size: 12px;
}
.td_cal2 {
	color: #903860;
	font-size: 13px;
	padding-top: 7px;
}
/*fin calendrier*/

#bouton_compte_news {
	position:absolute;
	left:195px;
	top:0px;
	width:56px;
	height:30px;
	z-index:11;
}

.plan a {
	color: inherit;
	text-decoration: inherit;
}
.plan a:hover {
	color: red;
	text-decoration: inherit;
}


/*site en 700 de large*/
@media all and (max-width:958px) {

/* Navigation */

#navigation_957 {
	display: none;
	visibility: hidden;
}
#navigation_700 {
	
}
#global {
	min-height: 100%; /* -> 1 */
	margin-top: 0;
	width: 700px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}
hr {
	width: 684px;
	margin-left: 12px;
}
/*menu*/

#cat_navi {
	width: 684px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #444444;
	margin-left: 10px;
	padding-top: 9px;
}

.plan {
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 35px;
	vertical-align: top;
	width: 20%;
	font-size: 12px;
}
.rechercher{
	padding-left: 450px; 
	margin-top: 30px;
}
/*bandeau*/

#bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 700px;
	height: 220px;
}

#bandeau_actu {
	position: absolute;
	left: 215px;
	top: 27px;
	width: 440px;
	height: 150px;
	text-align: justify;
	border: medium solid #a27f06;
	border-radius: 0px 20px 10px 10px;
	padding: 10px;
	z-index: 1;
	font-size: 14px;
}

#bandeau-droite {
	position:absolute;
	left:682px;
	top:0px;
	width:31px;
	height:230px;
}
.img_bandeau_droite {
	width: 18px;
	height: 210px;
}
.actu_plus {
	position:absolute;
	left:441px;
	top:149px;
	z-index: 2;
}

.logo {
				width: 240px;
				height: 153px;
				display: inline-block;
				background: url(../images/logo3.gif) no-repeat;
			}

.logo:hover img {
			visibility: hidden;	
			}
			
.barrehaut {
	width: 678px;
	margin-left: auto;
	margin-right: auto;
}
.bouton_chercher{
	padding-top: 25px;
	padding-right: 5px;
}
.hauteur_chercher {
	height: 10px;
	width: 60px;
}

/*fin bandeau*/
#entete {
	background-color: #444444;
	margin-left: 11px;
	margin-right: 11px;	
	padding-top: 8px;
	text-align: right;
	min-height: 66px;
}

			}

/*fin site en 700*/







/*site en 957 de large*/
@media all and (min-width:958px) {

/* Navigation */
#entete {
	background-color: #444444;
	margin-left: 11px;
	margin-right: 11px;	
	padding-top: 8px;
	min-height: 40px;
}
#navigation_700 {
	display: none;
}
#navigation_957 {

}
#global {
	min-height: 100%; /* -> 1 */
	margin-top: 0;
	width: 952px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}
hr {
	width: 929px;
}
/*menu*/

#cat_navi {
	width: 933px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background-color: #444444;
	margin-left: 10px;
}

.plan {
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: thin;
	padding-left: 35px;
	vertical-align: top;
	width: 20%;
	font-size: 12px;
}
.rechercher{
	
}
/*bandeau*/
#bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 952px;
	height: 230px;
}

#bandeau_actu {
	position: absolute;
	left: 454px;
	top: 27px;
	width: 440px;
	height: 150px;
	text-align: justify;
	border: medium solid #a27f06;
	border-radius: 0px 20px 10px 10px;
	padding: 10px;
	z-index: 1;
}

#bandeau-droite {
	position:absolute;
	left:921px;
	top:0px;
	width:31px;
	height:230px;
}
.actu_plus {
	position:absolute;
	left:441px;
	top:149px;
	z-index: 2;
}
.actu_plus700 {
display: none;
}
#bandeau700 {
display: none;
}
#bandeau_actu700 {
display: none;
}
#bandeau-droite700 {
display: none;
}
/*fin bandeau*/

.logo {
	width: 368px;
	height: 230px;
				display: inline-block;
				background: url(../images/logo2.gif) no-repeat;
			}

.logo:hover img {
			visibility: hidden;	
			}
.barrehaut {
	width: 932px;
	margin-left: auto;
	margin-right: auto;
}
.bouton_chercher{
	position: relative;
	float: right; 
	padding-right: 5px;	
}
.hauteur_chercher {
	height: 0px;
	width: 0px;
}


		}

/*fin site 957*/

		

.surligne1 {
	background-color: #ffffa6;
	font-style: italic;
}
.surligne2 {
	background-color: #ffe4e1;
	font-style: italic;
}
.surligne3 {
	background-color: #c0e3ed;
	font-style: italic;
}
.surligne4 {
	background-color: #c6ffe3;
	font-style: italic;
}

#bandeau_actu a {
	color: inherit;
	text-decoration: none;
}
#bandeau_actu a:hover {
	color: red;
	text-decoration: none;
}
.encadre {

margin-left: 65px;
margin-right: 65px;
border: thin dotted #660033;
padding-left: 20px;
padding-right: 20px;
}