﻿/* feuille de style causses */

#global {
	width: 1000px;
	margin: 0 auto;
}
#entete {
}
#menu {
	width: 200px;
	padding: 0;
	margin: 0;
	float:left;
}
#conteneur{
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}
#contenu {
	margin: 0 0 0 200px;
	padding: 10px;
	width: 780px;
}
#footer {
	clear:both;
	font-size: 0.8em;
	text-align: center;
}

body {
	background-color: #E7FFCC;
	font-family: 'Trebuchet MS', 'Arial';
	color: #173300;
}

a {
	color: #3d73ff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #8cd600;
}
a:hover {
	color: #8cd600;
}
a:visited {
}

#contenu a {
	color: #3d73ff;
	text-decoration: none;
	font-weight:bold
}
#contenu a:hover {
	color: #8cd600;
}


h1 {
	font-size: 1.4em;
						font-weight: normal;
						text-align: center;
}
h2 {
	font-size: 1.2em;
	text-align: center;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
}
p {
	font-size: 0.9em;
}
ul {
	font-size: 0.9em;
}


/*#menu ul {
	list-style: none;
	padding: 5px;
	margin-top: 50px;
}
#menu li {
	padding: 4px;
}*/

.navigation {
	list-style: none;
	padding: 5px;
	margin: 50px 0 0 0;
	font-size: 0.9em;
}
.navigation li {
	padding: 4px;
}
.subMenu {
	list-style: none;
	margin: 0;
	padding: 5px;
	font-size: 0.9em;
}
.toggleSubMenu span {
				color: #3d73ff;
				font-weight: bold;
				text-decoration: none;
}
.navigation li > a.actif2{ 
	color: #8cd600;
} 
.navigation .ouvert > a{ 
	color: #8cd600;
} 
.navigation > a:active { 
	color: #3d73ff;
} 
.navigation > a:focus { 
	color: #3d73ff;
} 
.navigation > a:hover { 
	color: #3d73ff;
} 
/*.toggleSubMenu a.inactif {
	color: #3d73ff;
}
.toggleSubMenu a.actif {
	color: #8cd600;
}*/
.subMenu a {
	color: #3d73ff;
	text-decoration: none;
	font-weight: normal;
}
.subMenu a.actif2 {
	color: #8cd600;
}
.subMenu a:hover {
	color: #8cd600;
}
