* {
	margin: 0;
	padding: 0;
	
	font-family: Arial,Helvetica,sans-serif
}

body {
	background-image: url(gris/back.png);
	background-color: #CACACA;
	background-repeat: repeat-x;
	vertical-align: middle;
}



a.skipnavigation { position: absolute; left: -10000px; } 

a.skipnavigation:focus, a.skipnavigation:active { position: static; left: 0; }

/* Pour la div "titre" */

div#titre {
	color: #505050;
	text-align: center;
	width: 100%;
	margin: 1em 0em 0em 0;
	height: 5em;
	max-height: 5em;
	overflow: hidden;
}

div#titre div.title {
	padding: 0.5em 0;
	font: normal small-caps 900 1.5em/1.8em arial;
}

div#titre div.gauche {
	float:left;
	text-align: center;
	
	
	width: 15%;
}

div#titre div.gauche a img{
	border-style: none;
	vertical-align: middle;
	width: 100%;
	max-height: 5em;
	
}

div#titre div.gauche a:hover
{
	background-color: transparent;
}


div#titre div.droite {
	font-weight: bold;
	float:right;
	text-align: center;
	padding: 1em 0.5em;
}

/* Pour le menu */

ul#ulmenu {
	list-style-type: none;
	display: block;
	height: 46px;
	margin-left: 1%;
	clear: both;
	
}


ul#ulmenu li {
	text-align: center;
}

ul#ulmenu li div.menu:first-child {
	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;
}

ul#ulmenu li div:nth-last-child(2){
	border-top-right-radius: 0.7em 0.7em;
	-moz-border-radius-topright: 0.7em 0.7em;
	-webkit-border-top-right-radius: 0.7em 0.7em;
}

ul#ulmenu li div.menu {
	border: #CACACA 1px solid;
	border-bottom-style: none;
	display:block;
	float:left;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-image: url(gris/menu.png);
	background-repeat: repeat-x;
	
	height: 30px;
	padding-top: 10px;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
}

ul#ulmenu li div.menu:hover, ul#ulmenu li div.ici , div#content div.flottante:hover{
	background-image: url(gris/menu_hover.png);
	background-repeat: repeat-x;
	background-color: #992929;
	cursor:pointer;
	color: white;
}

ul#ulmenu li div.menu a {
	font-size: 1.2em;
	text-decoration: none;
	color: inherit;
	font-family: Tekton Pro,Arial;
}



ul#ulmenu li div.ici a {
	color: white;
}

#separation {
	clear: both;
}

/* page */
#page {
	
}

/* Sous page */

#page #souspage {
	
	
	padding: 0.2em 1em 1em 1em;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#page #souspage .sousmenu {
	border-bottom: #606060 dotted 1px;
	margin-bottom: 2%;
	padding-bottom: 2%;

	

	width: 17%;
	float:left;
}

#page #souspage .sousmenu a {
	display: block;
	margin-bottom: 0.5em;

	/*height: 20px;*/
	padding: 7px 0.8em 3px 0.8em;

	
	
	background-image: url(gris/sousmenu.png);
	background-repeat: repeat-x;
	background-color: #CACACA;
		text-decoration: none;
	color: black;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
	
	font-family: Tekton Pro,Arial;
	
	border-bottom-left-radius: 0.5em 0.5em;
	-moz-border-radius-bottomleft: 0.5em 0.5em;
	-webkit-border-bottom-left-radius: 0.5em 0.5em;
	
	border-top-right-radius: 0.5em 0.5em;
	-moz-border-radius-topright: 0.5em 0.5em;
	-webkit-border-top-right-radius: 0.5em 0.5em;
}



#page #souspage .sousmenu a.ici {
	font-weight: bold;
	background-color: #992929;
}


ul#ulmenu li  div.menu:hover a, ul#ulmenu li  div.menu a:hover, #page #souspage .sousmenu a:hover {
	text-decoration: underline;
}

#page #souspage .sousmenu a.ici, #page #souspage .sousmenu a:hover {
	background-image: url(gris/sousmenu_hover.png);
	background-repeat: repeat-x;
	color: white;
	background-color: #992929;

}

#page #souspage .sousmenu a:first-letter {
	text-transform: uppercase;
}

/* Content */

#content {
	padding: 1.5%;
	width: 75%;
	float:right;
	
	background-image: url(gris/souspagegradient.png);
	background-color: white;
	background-repeat: repeat-x;
	
	border: #606060 1px solid;
	
	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;

	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
	
	text-align: justify;
}

#content h1 {
	text-align: center;
	margin-bottom: 1em;
	
	color: #992929;
	
	font-family: Tekton Pro,Arial;
}

#content h2 {
	margin-bottom: 0.7em;
	/* text-decoration: underline; */
}

#content h3 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-style: italic;
}

#content li {
	margin-left: 2em;
	margin-bottom: 0.5em;
}


#content ul > li
{
	margin-top: 1em;
}

#content ul  ul li
{
	margin-top: 0em;
}
 
#content p {
	display:block;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	text-indent: 1em;
}

#content a {
	font-style: italic;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	max-width: 100%;
}

#content dt {
	text-decoration: underline;
	margin-bottom: 0.5em;
}

#content dd {
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

#content fieldset {
	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;

	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	clear: both;
	padding: 0.5em;
	margin-top: 3%;
}

#content fieldset legend {
	/*height:15px;*/
	padding: 2px 5px 2px 5px;
	
	background-image: url(gris/contentTitleGrey.png);
	background-color: white;
	background-repeat: repeat-x;
	
	color:#992929;
	font-weight: bold;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	
	border-top-right-radius: 0.5em 0.5em;
	-moz-border-radius-topright: 0.5em 0.5em;
	-webkit-border-top-right-radius: 0.5em 0.5em;
	
	font-family: Tekton Pro,Arial;
}


#content  .flottante {
    border: 1px solid #606060;

    border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;

	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	padding: 0.5em;
	width: 20%;
	float: left;
	margin: 0.5em;
	
	min-height:2.4em;
	
	background-image: url(gris/contentRefup.png);
	background-repeat: repeat-x;
	background-color: #CACACA;
	
	text-align: center;
}

#content h2
	{
	margin-top: 3em;
	border-bottom: black thin solid;
	}

#content h3 {
	margin-top: 2em;
	margin-bottom: 1em;
}

#content  .flottante a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: inherit;
}

#content  .flottante a:hover, #content  .flottante:hover a{
	text-decoration: underline;
}

#content fieldset p strong {
	text-decoration: underline;
}

/* Colonne */

#colonedroite {
		
	/*margin-left: 1%;*/
	
	width:17%;
	max-width:17%;
	min-width:0%;
	text-align:center;
	/*background-color: white;*/
	
	clear: left;
	border-width: 0px;
	
	
}

#colonedroite legend {
	background-color: white;

	border: 1px #606060 solid;
	padding: 0.2em;
	margin-left: 0.4%;
	
	display: none;
}

#colonedroite div.boite {
	border: 1px #606060 solid;
	
	margin: 2% 0.4% 4% 0.4%;

	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;

	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
	
	background-image: url(gris/greygradient80.png);
	background-color: white;
	background-repeat: repeat-x;
}

#colonedroite div.boite div.boite_titre {
	
	padding: 3% 2% 0;
	text-transform: uppercase;
	font-weight: bold;
	color:#992929;
	
	border-bottom: 1px #606060 dotted;

	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	font-family: Tekton Pro,Arial;
	/* font-size: 1.2em; */
}

#colonedroite div.boite div.boite_contenu {
	padding: 3%;
	
	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;
}

#colonedroite div.boite div.boite_contenu a img {
	
	max-width: 90%;
	border: none;
}

#colonedroite div.boite div.boite_contenu a:hover {
	text-decoration: underline;
}

div.retourhaut
	{
	text-align: right;
	font-style: italic;
	text-decoration: underline;
	}

strong.new 
{
	color:red;
	text-transform: lowercase;
}	

h3 + ul {
	margin-bottom: 2em;
	text-align: left;
}

div.nouvelle {
margin: 1em 0;
}

div.nouvelle strong.date
{
	display:block;
}

p.image {
	width: 40%;
	margin: 0 0 0 0;
	float: left;
	
	text-align: center;
}

p.image + * {
	margin-left: 43%;
}

p.image.deux
 {
 	width: 15%;
 }
 
 p.image.deux + *
 {
 	margin-left: 18%;
 }
 
  p.image + p.image
 {
 	margin-left: 5%;
 }
 
p.image img{
	/* width: 100%; */
	
	box-shadow:  2px 2px 5px black;
	
	
	-moz-box-shadow:  2px 2px 5px black;
	-webkit-box-shadow:  2px 2px 5px black;
	
	}
	
div.hidden {
	display: none;
}	


/* ************************************************
		pour le programme 
		******************************************* */
table.programme
{	
	border-collapse: collapse;
}

table.programme td, table.programme th
{
	border: black thin solid;
	padding: 1em;
}

table.programme td.hor, table.programme th.hor
{
	width: 15ex;
	text-align: center;
	font-weight: bold;
}

table.programme th 
	{
	text-align: center;
	vertical-align: bottom;
	padding:0;
	margin:0;
	}
	
table.programme tr:hover
	{
	background: #FFCCCC;
	}

div.titre
	{
	font-weight: bold;
	background: #FFCCCC;
	padding: 1ex;
	
	border-top-right-radius: 1em 1em;
	-moz-border-radius-topright: 1em 1em;
	-webkit-border-top-right-radius: 1em 1em;
	
	
	border-top-left-radius: 1em 1em;
	-moz-border-radius-topleft: 1em 1em;
	-webkit-border-top-left-radius: 1em 1em;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
	}
	
div.session
	{
	border: #FFCCCC 2px solid;
	padding: 1ex;
	
	border-bottom-left-radius: 1em 1em;
	-moz-border-radius-bottomleft: 1em 1em;
	-webkit-border-bottom-left-radius: 1em 1em;
	
	border-bottom-right-radius: 1em 1em;
	-moz-border-radius-bottomright: 1em 1em;
	-webkit-border-bottom-right-radius: 1em 1em;
	
	box-shadow: 0.1em 0.1em 0.1em #606060;
	-moz-box-shadow: 0.1em 0.1em 0.1em #606060;	
	-webkit-box-shadow: 0.1em 0.1em 0.1em #606060;
	}
	
div.session + *
	{
	margin-top: 1em;
	}
	
li.prog {
	background-image: url(gris/fleche/ihm-fleche-pleine.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0 40px;
	margin-top: 1em;
	list-style-type:none;
}

li.prog  ul {
	margin-bottom: -1em;;
	padding: 0.5em 0;
	line-height: 1em;
}

li.prog.lundi {
	background-image: url(gris/fleche/ihm-fleche-pointillee.png);
}

li.prog.fin {
	min-height: 35px;
	background-image: url(gris/fleche/ihm-fleche-pointe.png);
}

div.prog.gauche {
	float: left;
	width: 10em;
}

div.prog.gauche  + ul
	{
	margin-left: 10em;
	}
	
/*** 
			pour maps 
							***/
iframe.maps {
	/* margin-left: 50px; */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow:  2px 2px 5px black;
	-moz-box-shadow:  2px 2px 5px  black;
	-webkit-box-shadow:  2px 2px 5px black;
	
	border: white thin solid;
	
	float: left; 

	width: 330px;
	margin: 15px 30px; 


	height: 500px;
}				


/*** 
			pour la liste des papiers
								***/			  
ul.listepapier {
	list-style-type: none;
}

ul.listepapier span.critere {
	background: #FFCCCC;
	margin-right: 2em;
}

ul.listepapier li {
	margin-bottom: 1em;
}								