@charset "iso-8859-15";

*{
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	background-image: url(../images/bandeau_repeat.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
}

/* Bannière de haut de page*/


#Banniere{
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;

}

#Logo
	{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0
	}
#Infos
	{
	position: absolute;
	right: 110px;
	top: 15px;
	margin: 0px 0px;
	padding: 0
	}
#Video
	{
	position: relative;
	left: 20px;
	top: 25px;
	width: 772px;
	height: 605px;
	background-color: #fef3bb;
	margin: 0px 0px;
	padding: 0
	}

/* Info utilisateur*/
#Utilisateur{
	position: absolute;
	left: 600px;
	top: 0px;
	margin: 0;
	padding: 0
}

pre {
	background-color: #fef3bb;
	font: 10px "Trebuchet MS", helvetica, sans-serif;
	text-align: left;
}




h1#header {
	background: url(../images/paysage1000-50.jpg) no-repeat left top ;
	height: 47px;
	margin: 0;
	margin: 0;
}

div#conteneur_global {
	background: White;
	border: 2px solid #ab4;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}
/*
dl, dt, dd, ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}*/

ul, li {
	list-style-type: disc;
}

ul#menu {
	color: #ffffff;
	left: 0px;
	position: absolute;
	top: 70px;
	background-color: #179138;
	height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li {
	float: left;
	text-align: center;
	background-color: #179138;
}


/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
ul#menu li a {
	font-color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 0.1em 1em 0.1em 1em;
	text-decoration: none;
}
/* C'est sur les liens que le gros du travail est effectué, largeur, hauteur de ligne, taille de police, graisse de police, espacement des lettres, couleur, bordure et decoration du texte. Nous pouvons dimensionner les a grâce à la propriété display: block ; */
/* 	width: 130px ; */
ul#menu li:hover {
	background-color: #8bbf41;
	color: #fffaaa;
	cursor: pointer;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul#menu li.onglet_selected {
	background-color: #8bbf41;
	color: #fffaaa;
	cursor: pointer;
}
}

/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul.ssmenu {
	left:370px;
	position: absolute;
	top: 90px;
	background: url(../images/bg_ssmenu.gif) repeat-x 0 0;
	/*left: 5px;*/
	height: 20px;
	list-style-type: none;
	margin: 0;
}

/* On donne une hauteur au menu, correspondant a la taille de l'image utilisée en fond, on met ensuite l'image de fond avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul.ssmenu li {
	background-color: #179138;
	float: left;
	display: block;
	text-align: center;
	padding-left: 2px;
	padding-right: 3px;
	margin-left: 2px;
	margin-right: 3px;
}
/* On rend les li en flottant pour pouvoir les afficher horizontalement, on cache les puces, et on centre le texte */
ul#ssmenu li a {
	font-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 0.1em 1em 0.1em 1em;
	text-decoration: none;
}

ul.ssmenu li:hover {
	background-color: #8bbf41;
	color: #fffaaa;
	cursor: pointer;
}
/* Et pour finir on décale l'image de fond au passage de la souris pour laisser aparaître l'état survolé de l'image, voir le tutoriel sur les roll over pour plus de détails */
ul.ssmenu li.ss_onglet_selected {
	background-color: #8bbf41;
	color: #fffaaa;
	cursor: pointer;
}

.menu_accordeon {
	margin: 2px 0;
	width: 200px;
}

.menu_accordeon dl {
	border: 1px solid Gray;
	margin: 2px 2px;
}

.menu_accordeon dt {
	background: #f6db32;
	border: 1px solid Gray;
	color: Red;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: center;
}

.menu_accordeon dd {
	background: #eee;
	border: 1px solid Gray;
}

.menu_accordeon li {
	font-size: 0.8em;
	margin: 0 2px;
}

.menu_accordeon li:hover, dt:hover {
	background: #eee;
	color: Red;
	cursor: pointer;
}

.panel_accordeon {
	margin: 2px 0;
	width: 100%;
}

.panel_accordeon dl {
	border: 1px solid Gray;
	margin: 2px 2px;
}

.panel_accordeon dt {
	background-color: #c65039;
	color: White;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	text-align: left;
}

.panel_accordeon dd {
	background: White;
	border: 1px solid Gray;
}

.panel_accordeon li {
	font-size: 0.8em;
	margin: 0 2px;
}

.panel_accordeon dt:hover {
	/*color: Green;*/
	color: #FFFF66;
	cursor: pointer;
}

.panel_accordeon a {
	color: green;
	text-decoration:none;
}

.panel_accordeon a:hover {
	color:#006600;
	text-decoration:underline;
}


.conteneur_accordeon div {
	background: White;
	border: none;
}



.table_liste {
	position:absolute;
	border: 1px solid #000;
	font-size: 0.9em;
	margin: none;
	padding: none;
	spacing : 0px 0px;
	width: 700px;
	top: 200px;
	left: 180px;
}

.table_liste thead th {
	background-color: #93a0a9;
	border: 1px solid #000;
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_liste tbody {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px;
	border-top: 0px;
	padding: 0 0px; /*border: 1px solid #aaa;*/
}

.table_liste td {
	padding: 0 0px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px;
	border-top: 0px;
}

table.table_liste tr.selected {
	background: Yellow;
}

table.table_liste tr.ligne_claire{
	background: #DDEBFF;
}

	
table.table_liste tr.ligne_foncee{
	background: #BBD7FF;
}



tr.edition_accordeon_titre{
	background-color: #ffd100;
	border-color:#ffd100;
	font-size: 8pt;
	font-weight: bold;
	cursor:pointer;
}

tr.edition_accordeon_texte{
	background-color: #fef3bb;
	border-color:#ffd100;
	font-size: 8pt;
	font-weight: normal;
}
	
ul.equipement {
	list-style-type: circle;
	list-style-position:inside;
}

li.equipement {
	list-style-type: circle;
	list-style-position:inside;
	//padding-left:25px;
}

/* tableaux */
table.listecarto {
	margin:3px;
	border:1px solid #006114;
	border-collapse:collapse;
	font-size:10px;
}

table.liste {
	margin:3px;
	border:1px solid #006114;
	border-collapse:collapse;
}
.liste th {
	text-align:center;
	padding:3px;
	background-color:#FFD100;
	border:1px solid #FFF;
}
.liste td {
	padding:3px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
}

.liste .ssliste {
	padding-left:30px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
	font-size:10px;
}

.liste .lselected {
	padding-left:30px;
	background-color:#FFFBCE;
	border:1px solid #FFF;
	font-size:10px;
}
.liste .titre {
	color:#FFF;
	border:1px solid #006114;
	background-color:#006114;
	font-weight:bold;
	padding:5px 0 5px 20px;
}
.liste td.derniere {
	background-color:#FFFBCE;
	border-top:none;
	border-left:1px solid #006114;
	border-right:1px solid #006114;
	border-bottom:1px solid #006114;
}
.liste .gauche {
	border-left:1px solid #006114;
}
.liste .droite {
	border-right:1px solid #006114;
}

