/*style par défaut*/

/***********************************************/
/*         Balise générique                    */
/***********************************************/ 

@import url("style_form.css");

* {margin: 0;padding: 0;}

a:link, a:visited {
	color: rgb(0, 102, 153);
	text-decoration: none;
}

a:hover {
	color: #386C2C;
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dotted #C0C0C0;
	cursor: help;
	speak: spell-out;
}

body {
	background-color: #386C2C;
	font-family: arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #3D4547; 
    text-align: center; /* pour corriger le bug d'IE de centrage */
}

	caption { /* Mise en forme de la legende */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -7px; /* FF */
	}
	
	* html caption {padding: 5px 0 2px 0;}
	*+html caption {padding: 5px 0 2px 0;}
	
	caption span {
		display: block;
		background-color: #EEEEF6;
		border: 1px solid #BBB;
		padding: 5px 0 5px 0;
	}

h1 {
	margin: 5px 0;
	font-size: 1.6em;
	color: #BBB;
}

h2 {
	margin: 20px 0 10px 10px;
	font-size: 1.2em;
	color: #FF8120;
	clear: left;
}

hr {
	height: 15px;
	clear: both;
	visibility: hidden;
}

* html hr {height: 0;}

img {border: none; }

dt img {
	padding: 3px;
	border: 1px solid #BBB;
}

dl.g_float dt img {margin: 0 10px 0 15px;}
dl.d_float dt img {margin: 10px 15px 0 10px;}

dd.zoom {	text-align:center;}

#contenu dd.zoom a {
	font-family: helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	display: block;
	color: #777;
	background: url(i/loupe.gif) no-repeat 20px 0
}

#contenu dd.zoom a:hover {
	color: #386C2C;
	background: url(i/loupe_hover.gif) no-repeat 20px 0
}

em {
	font-family: helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #777;
}

p {
	text-indent: 1em;
	text-align: justify;
	line-height: 17px;
	margin: .5em 0 .7em 0;
}

strong {font-weight: bold;}

ul {margin-left: 40px; margin-left: 40px;}

ul.descriptif li {margin: 3px 0 3px 0;}

ul.no_puce {list-style-image:none;list-style:none;}

/***********************************************/
/*                   Div                       */
/***********************************************/	

#containeur {
	width: 770px;
  	margin: 5px 0 5px 0;
	background: rgb(255, 255, 255) url(i/cadre2.gif) repeat-y;
	text-align: left;  /* retablit l'alignement */
}

html > body #containeur { /* ligne non reconnu par IE qui ne onnait pas ses proprietes de centrage */
	margin-left: auto;
    margin-right: auto;
}

#menu_haut, #mentions_legales {
	background-color: #386C2C;
	text-align: right;
	font-size: .7em;
	color: #DDD;	
}

#mentions_legales {text-align: left; padding-top: 2px; }

	#menu_haut a, #mentions_legales a {color: #DDD;}
	
	#menu_haut ul, #mentions_legales ul {list-style-type: none;}
	
	#mentions_legales ul {margin: 0 0; margin-left: 0;}  
	
	#menu_haut .enligne, #mentions_legales .enligne {
	   border-right: 1px solid #DDD;
	   display: inline;
	   padding-left: .8em;
	   padding-right: .8em;
	}
	
	#menu_haut .dernier, #mentions_legales .dernier {
	  display: inline;
	  padding-left: .8em;
	  padding-right: 25px;
	}

#entete {
	background: rgb(255, 255, 255) url(i/bandeau.jpg) no-repeat;
    width: 770px;
    height: 136px;
}

	#entete h1 {
		position: relative;
		display: block;
		top: 20px;
		left: 20px;
		background: transparent url(i/panneau.gif) no-repeat;
		width: 150px; 
		height: 96px;
	}
/*
#menu {
	width: 770px;
    height: 40px;
    margin-top: 5px;
	background: rgb(255, 255, 255) url(i/menu_bg.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	text-align: center;

}
	
	.navList {
		padding: 14px 0 0 0;		
		margin: 0 40px 0 40px;
		border-bottom: 1px solid #628098;
	}
	
	.navList li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}	
	
	.navList a:link, .navList a:visited {
		font-size: .8em;
		font-weight: bold;
		padding: 0px 6px 6px 7px;
		text-decoration: none;
		color: #628098;
	}
	
	.navList a:hover {
		color: #628098;
		border-bottom: 3px solid #000;
		padding-bottom: 3px;
		background: transparent;
		color: #000;
	}
	
	.navList a:link.active, .navList a:visited.active, .navList a:hover.active{
			font-size: 1.5em;
			cursor: default;
			border: none;
			color: #628098;
	}
*/

#menu {
	margin: 5px 0 10px 0;
	height: 35px;
	background: #639556 url(i/menu_bg.gif);
	border: none;
}

#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
}

#nav a {
	margin: 10px 0 0 5px;
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win only */
	}
	
#nav a:hover {background-position: 0 -25px;}

#nav a:active, #nav a.selected {background-position: 0 -50px;}
#nav a.selected:hover {background-position: 0 -50px;}

#accueil a  {
	margin-left: 40px;
	width: 60px;
	background: url(i/tab_accueil.gif) top left no-repeat;
}

#angladette a {
	width: 120px;
	background: url(i/tab_angladette.gif) top left no-repeat;
}

#dao a {
	width: 120px;
	background: url(i/tab_dao.gif) top left no-repeat;
}

#massage a {
	width: 60px;
	background: url(i/tab_massage.gif) top left no-repeat;
}

#region a {
	width: 60px;
	background: url(i/tab_region.gif) top left no-repeat;
}

#acces a {
	width: 60px;
	background: url(i/tab_acces.gif) top left no-repeat;
}
	
#contact a {
	width: 60px;
	background: url(i/tab_contact.gif) top left no-repeat;
}	

#liens a {
	width: 60px;
	background: url(i/tab_liens.gif) top left no-repeat;
}

		#ss_menu {
			float: right;
			width: 140px;
			border-left: 1px dotted #E1E1E1;
			margin: 9px 0 10px 17px;
			padding: 0;
		}
		
		#ss_menu ul {margin-left: 20px; margin-left: 20px;}
		
		#ss_menu ul, #ss_menu li {
			list-style: none;
			list-style-image: none;
		}
		
		#ss_menu a.selected {color: #bbb;}

		#ss_menu a.selected:hover {
			cursor: default;
			text-decoration: none;
		}

#contenu { 
  	/* height: 500px; */
	min-height: 31.1em; /* hauteur minimum pour que la div "contenu" ne chevauche pas la div "pied"*/
	/* background: url(i/trait.gif) no-repeat 50% 0; */
	margin: 5px;
	padding: 5px;
	clear: both; /* rétablir l'alignement aprés le menu en float */
}
	
 * html #contenu {height: 30em;} /*ligne uniquement interprété par IE Win+Mac qui ne connait pas l'attribut min-height" */

#menu_bas {
    background: white none repeat scroll 0%;
	font-weight: bold;
    clear: both;
    height: 2.5em;
    font-size: 75%;
	color: #628098;
    margin-top: 0px;
    text-align: center;
	width: 770px;
	height: 43px;
	background: #FFF url('i/pied_bg.gif') 0 100% no-repeat;
}

	#menu_bas ul { list-style-type: none;
	  	padding-top: 19px; }
	
	#menu_bas p { margin: 0.5em 0pt 0pt; }


/***********************************************/
/*                  Contenu                    */
/***********************************************/
/*
	#contenu dt {font-size: 1.1em;color: #444;}
	#contenu dd {margin-left: 30px;background: url(i/.gif) no-repeat;}
*/
	#contenu a {
		font-weight: bold;
		font-size: .85em;
	}

	#contenu ul {
		list-style: square;
		list-style-image: url(i/puce_plus.gif);
	}

	* html #p_accueil {	margin: 1em 0 .7em 0;}

	table.tarifs {
		width: 650px;
		margin: 0 0 20px 0;
		border-collapse: collapse;
		font-size: 1em;
		text-align: center;
	}
	
	table.tarifs td {
		border-collapse: collapse;
		font-size: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	
	table.tarifs th { border: solid 1px #999999; background-color: #eeeeee; padding: 3px 6px 3px 6px; font-size: .9em; }
	table.tarifs td { background: #FAFAFA; border: solid 1px #999999; padding: 1px 3px 0 3px; }
	
	table.tarifs td.tr_separator {
		border: none;
		height: 8px;
		background-color: #FFF;
	}	

/***********************************************/
/*                   Class                     */
/***********************************************/		
a.acces {
	float: right;
	display: block;
	background: transparent url(i/fleche_en_savoir_plus.gif) no-repeat 0 .3em;
	margin: 5px 0;
	padding-left: 21px;
}
			
	a.acces:hover {background: transparent url(i/fleche_en_savoir_plus_hover.gif) no-repeat 0 .3em;}
		
.noborder {border: none;}
.gras {font-weight: bold;}
.select2 { color: rgb(204, 204, 204);}
.important {
	font-weight: bold;
	font-family: arial,Helvetica,sans-serif;
}
.g_float {float: left;}
.d_float {float: right;}
.g_align {text-align: left;}
.d_align {text-align: right;}
.c_align {text-align: center;}

#contenu .no_puce {
	list-style-image: none;
    list-style: none;
}

#menu_bas .enligne {
   border-right: 1px solid rgb(0, 102, 102);
   display: inline;
   padding-left: 1em;
   padding-right: 1em;
}

#menu_bas .dernier {
  display: inline;
  padding-left: 1em;
  padding-right: 0.9em;
}

a.select:hover { cursor: default;}

.arrondi_top, .arrondi_left, .arrondi_bottom {
  background-repeat: no-repeat;
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: 0;
  height: 3px;
}
.arrondi_top {
  background-position: 100% 0;
  width: auto;
  top: -1px;
  right: -1px;
}
.arrondi_top .arrondi_left {
  background-position: 0 -6px;
  width: 3px;
  left: -2px;
}
.arrondi_bottom {
	background-position: 100% -3px;
	clear: both;
	width: auto;
	bottom: -1px;
	right: -1px;
}
.arrondi_bottom .arrondi_left {
	background-position: 0 -9px;
	width: 3px;
	left: -2px;
}

.bloc {
	float: left;
	width: 300px;
	margin: 10px 15px 10px 45px;	
}

* html .bloc {
	margin: 10px 15px 10px 25px;	
}


.bloc_border {
	float: left;
	width: 300px;
	border: 1px solid #CACACA;
	margin: 2px 0 0 0;
	padding: 0;
}

.bloc_contenu {
	padding: 5px 30px 5px 30px; 
}

.arrondi_top, .arrondi_left, .arrondi_bottom {
	background-image: url(i/arrondi_gris.gif);
}
 
.ext{ /* non reconnu par IE */
	background: url(i/lien.gif) right center no-repeat;
	padding-right: 10px;
}

/* effet ombre sur image */

.img-ombre {
  float:left;
  /* La première ligne permet d'utiliser l'ombre au format png pour la plupart*/
  /* des navigateur. La seconde utilisera le format gif pour IE. */
  background: url(i/ombre.png) no-repeat bottom right !important;
  background: url(i/ombre.gif) no-repeat bottom right;
  margin: 1em;
  }
.img-ombre img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  /* Cette ligne permet de placer correctement notre image par rapport à notre*/       
/*ombre.  Les valeur sont choisi en conséquence de l'étendue de l'ombre. */
  margin: -6px 6px 6px -6px;
  }

.citation_ouvert {
	padding: 20px 0 0 0;
	text-indent: 50px;
	font-style: italic;
	background: url(i/guillemet_o.gif) no-repeat;
	font-weight: bold;
}

.citation_ferme {
	margin: -20px 0 0 50px;
	display: block;
	float: right;
	width: 41px;
	height: 36px;	
	background: url(i/guillemet_f.gif) no-repeat;

}

p.img_align {
	text-indent: 0;
	text-align: justify;
	line-height: 18px;
	margin: .2em 15px .2em 40px;
}

p.img_align img, p.img_align span { /* Pour aligner une image avec du texte */
		vertical-align: middle;
		display: inline-block;
}








#galeries_onglets {
		background: url("i/nav_profil_bg.gif") 0 100% repeat;
		margin: 15px 10px 0 10px;
		color: #999;
		font-size: 0.8em;
		clear: left;
		background-color: #FBFBFB;
		padding-bottom: 10px;
		overflow: auto;
		display: none;
	}

	* html #galeries_onglets { /*ligne uniquement interprété par IE Win+Mac */
		overflow: visible;
		height: 1px;
	}

#galeries_onglets ul,#galeries_onglets li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#galeries_onglets ul {
	margin-left: 1%;
}

#galeries_onglets li {
	float: left;
	background: url("i/tabs_form.gif") 100% -50px;
	padding-right: 4px;
	margin-right: 2px;
	margin-bottom: -10px;
	border-bottom: 1px solid #C0C0C0;
}

#galeries_onglets li a, #galeries_onglets li span {
	display: block;
	float: left;
	padding: 3px 10px 2px 15px;
	padding: 3px 7px 3px 12px;
	background: url("i/tabs_form.gif") 0 -50px;
	font-size: 1.1em;
	color: #5A7CBA;
	text-decoration: none;
}

#galeries_onglets li:hover a {background-position: 0 -100px;}

#galeries_onglets li:hover {background-position: 100% -100px;}

#galeries_onglets li.courant {
	background: url("i/tabs_form.gif") 100% 0;
	border-bottom-color: #FBFBFB;
}

#galeries_onglets li.courant a, #galeries_onglets li.courant span {
	background: url("i/tabs_form.gif") 0 0;
	color: #999;
}

div#galeries {
	padding: 15px 3px;
	margin: 0 10px;
	text-align: center;
	font: 0.9em Georgia, serif;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

ul#galerie1_mini, ul#galerie2_mini {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

ul#galerie1_mini li, ul#galerie2_mini li {float: left;}

ul#galerie1_mini li a, ul#galerie2_mini li a
{
	display: block;
	width: 110px;
	height: 73px;
	margin: 2px 2px;
	padding: 2px;
	border: 1px solid #BBB;
}

ul#galerie1_mini li a:hover, ul#galerie2_mini li a:hover {
	background: #FFB379;
	border: 1px solid #DDD;
}

dl#galerie_photo, dl#galerie_photo {
	clear: both;
	margin: 0 auto;
}

dl#galerie_photo dt, dl#galerie_photo dt {
	font: italic 2.5em/1.5em Georgia, serif;
	color: #FF8120;
}

dl#galerie_photo dd, dl#galerie_photo dd {margin: 0;}

dl#galerie_photo img, dl#galerie_photo img {
	padding: 5px;
	border: 1px solid #BBB;
}


	/*********** #calendrier ***********/
#semestre {
	margin: 0 75px;
	text-align: center;
	clear: right;
}
/*
#semestre_angladette {height: 490px; background: transparent url(i/legende_angladette.gif) no-repeat 0 430px;}
#semestre_dao {	height: 490px; background: transparent url(i/legende_dao.gif) no-repeat 0 430px;}

* html #semestre_angladette {height: 480px; background: transparent url(i/legende_angladette.gif) no-repeat 0 420px;}
* html #semestre_dao {height: 480px; background: transparent url(i/legende_dao.gif) no-repeat 0 420px;}
*/

#titre_semestre {
	font-weight: bold;
	font-size: 1.2em;
	color: #FF8120;
}


#semestre h2 {
	display: none;
}

#semestre dt {
	font-size: 1.1em;
}

#semestre table {
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto;
}

#semestre table a {
	display: inline;
	font-weight: bold;
}

#semestre table a:hover {
	background: #FFF;
}
#semestre dt {text-align: center; font-weight: bold;}
#semestre table th { border: solid 1px #999999; background-color: #eeeeee; padding: 3px 6px 3px 6px; font-size: .9em; }
#semestre table th a {background-color: #eeeeee; color: #222;}
#semestre table th a:hover {background-color: #eeeeee;text-decoration: none;cursor: default;}

#semestre table td { background: #F1F1F1;padding: 1px 3px 0 3px; }
#semestre table td:hover { background-color: #ffffe5; }

#semestre table td.no_bg {background: #FFF;}
#semestre table td.no_bg:hover { background-color: ##FFF; }

.calendrier {
	float: left;
	width: 200px;
}


/* Aspect du numero du jour dans le calendrier */
#semestre table td.date_jour {
	color: #006699;
	font-weight: bold;
	cursor: default;
}

/* Aspect des numeros de jour réservés */
#semestre table td.date_reserve {
	/*background: #E33333 url(i/calendrier_pas_reserve.gif) no-repeat 0 0;*/
	background: #F3A643;
	color: #FFF;
	font-weight: bold;
	cursor: default;
}

#semestre table td.date_reserves {
	background: #FB3737;
	/* background: #DE0101; */
	color: #FFF;
	font-weight: bold;
	cursor: default;
}


