/* -------------------- Feuille de style CSS ---------------------------*/



/* -------- Affichage globalal -------- */

body {
	behavior: url(csshover.htc); /* scripte pour hover sur IE*/
	margin: 0px;
	padding: 0px;
	background: white url(images/titre_fond.jpg) 0px 56px repeat-x;
	font-family: Arial, "Arial Black", "Times New Roman", serif;
}

body a img{
	border: #ed3b0d solid 1px;
}

body a{
	color: #660066;
}
/* -------- Balises d'images -------- */

#bandeau {
	position: absolute;
	top: 56px;
	left: 0px;
	right: 0px;
	height: 150px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#coin_haut_droite {
	position: absolute;
	top: 31px;
	right: 0px;
	width: 300px;
	height: 325px;
	background: transparent url(images/jonctionBandeauDroite.jpg) 0px 0px no-repeat;
	z-index: 6;
}

#cadre_gauche {
	position: absolute;
	top: 190px;
	left: 220px;
	height: 400px;
	width: 10px;
	background: cornsilk url(images/cadre_gauche.jpg) 0px 0px no-repeat;
	z-index: 9;
}

#cadre_haut {
	position: absolute;
	top: 190px;
	left: 230px;
	height: 10px;
	width: 389px;
	background: cornsilk url(images/cadre_haut.jpg) 0px 0px no-repeat;
	z-index: 9;
}

/* -------- Balises de menu -------- */

div#navigation {
	white-space: nowrap;
	position: absolute;
	top: 18px;
	left: 300px;
	z-index : 10;
}

div#navigation li a{
	background-color: rgb(97%,69%,62%);
	white-space: nowrap;
	color: black;
	display: block;
	text-decoration: none;
	padding: 0px;
}

div#navigation li a.root{
	background-color: #EEAA55;
	text-align: center;
	margin-right: 4px;
	border: black solid 1px;
	font-weight: bold;
	font-size: 17px;
	padding : 0px;
}


div#navigation li a.submenu{
	width: 151px;
	background-color: rgb(97%,69%,62%);
}

div#navigation li a.root:hover{
	background-color: rgb(96%,46%,33%);
}

div#navigation li a.submenu:hover{
	font-weight: bold;
}

div#navigation li:hover a.root{
	background-color: rgb(96%,46%,33%);
}

div#navigation span {
}

div#navigation ul{
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	z-index : 15 ;
}

div#navigation li.root {
	width: 157px;
}

div#navigation li{
	white-space: nowrap;
	display: block;
	float : left;
	position: relative;
	z-index : 10 ;	
}

div#navigation ul ul{
	display: none;
	white-space: nowrap;
	position: absolute;
	border-right : #ed3b0d solid 1px;
	border-left : #ed3b0d solid 1px;
	border-bottom : #ed3b0d solid 1px;
	z-index : 10 ;
	font-size : 15px ;
	text-align : center ;
	width: 151px;
}

div#navigation ul li:hover ul{
	display: block;
}

div#listeplus ul{
	list-style-type: none;
	padding-left:  0px;
	text-align : center ;
}

div a {
	text-decoration: none;
}

div a:hover {
	text-decoration: overline underline;
}

div h2 a {
	text-decoration: none;
}

div h2 a:hover {
	text-decoration: none;
}


div#listeplus ul li:hover{
	font-weight: bold;
}

div#listeplus ul li a:hover{
	text-decoration: none;
}

div#navigation div.rubrique a {
	text-decoration: none;
	color: black;
}


div#resume_navigation {
	position: absolute;
	top: 170px;
	left: 240px;
	z-index: 5;
}

#marge div.rubrique {
	display: block;
}

/* -------- Balises de contenu -------- */


#centre {
	position: absolute;
	top: 200px;
	left: 230px;
	right: 200px;
	padding-left :20px;
	background-color: cornsilk;
	z-index: 8;
}

#navigation div.rubrique {
	margin-top : 50px;
	border-bottom: black solid 1px;
	border-left: black solid 1px;
}

#navigation div.rubrique div {
	display: inline;
}

#marge {
	position: absolute;
	top: 256px;
	left: 11px;
	padding-top: 4px;
	background: transparent url(images/marge_fond_old.jpg) -11px 4px repeat;
	margin: 0px;
	z-index: 4;
	width: 195px;
	font-size: small;
}

div.marge_rubrique {
	background: transparent url(images/marge_fond_light4.jpg) 0px 0px repeat-y;
	z-index: 5;
	margin-top:9px;
	border: black solid 1px;
	padding: 0px;
}

div.marge_rubrique p {
	text-align : center ;
}

div.inside_marge {
	display: none;
}

h2.marge_rubrique_titre {
	padding: 4px 0px 4px 0px;
	margin: 0;
	text-align: center;
	font-size: large;
	background-color: #EEAA55;
	border-bottom: black solid 1px;
}

#up {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 200px;
}

#partenaires {
	position: absolute;
	top: 280px;
	right: 4px;
	width: 170px;
	background-color: cornsilk;
	border: black solid 1px;
	z-index: 10;
	padding: 0px;
	margin: 0px;
}

#partenaires h2 {
	padding: 4px 0px 4px 0px;
	margin: 0;
	text-align: center;
	font-size: large;
	background-color: #EEAA55;
	border-bottom: black solid 1px;
}

#partenaires img{
	border: none;
	margin: 2px;
}

/* Tableau de planning*/
table, th
{
	border:2px solid black;
	border-collapse:collapse;
}

table
{
	width:200px;
	margin:auto;
}
.champs_planning
{
	border:1px solid black;
	background-color:#eeece1;
	text-align:center;
	font-weight:bold;
}

td
{
	border :1px solid black;
	padding:5px;
	width:20px;
	
}

td.groupe_vide
{
	background-color:#eeaa55;
	border-right:2px solid black;
	
}



