/* CSS Document */
*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body
{
	padding: 0;
	margin: 0;
}
h1
{
	text-align: right;
	color: #FFF;
	padding: 6px 10px;
	margin: 0;
}
h1 a
{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
}
h2
{
	margin: 12px 0;
	color: #364C83;
}
div#contenu
{
	margin: 0 auto;
	width: 750px;
	background-color: #328F20;
}
ul#navPrincipale
{
	width: 747px;
	margin: 0;
	padding: 0 0 0 3px;
}
ul#navPrincipale li
{
	float: left;
	display: block;
	width: 124px;
	height: 50px;
	list-style-type: none;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #364C83;
}
ul#navPrincipale li a, ul#navPrincipale li span
{
	display: block;
	width: 108px;
	height: 40px;
	padding: 5px 8px;
	background: transparent url(../images/onglet.gif) no-repeat;
	text-decoration: none;
	color: #039;
}
ul#navPrincipale li span
{
	color: #03C;
}
ul#navPrincipale li.actif span, ul#navPrincipale li a:hover
{
	background: transparent url(../images/onglet_actif.gif) no-repeat;
}
ul#navPrincipale li.uneLigne a, ul#navPrincipale li.uneLigne span
{
	padding: 15px 8px 5px;
	height: 30px;
}
div#corps
{
	width: 750px;
	background: #75BA67 url(../images/fond_corps.gif) repeat-x bottom;
	padding: 10px 0 34px;
	font-size: 80%;
}
/*Une colonne de texte*/
#corps .texteLarge
{
	margin: 0 10px 10px;
	background-color: #DFF5DA;
	padding: 10px;
	width: 400px;
}
/*Une colonne de texte pleine largeur*/
#corps .textePleineLargeur
{
	margin: 0 10px 10px;
	background-color: #DFF5DA;
	padding: 10px;
	width: 710px;
}
#corps .textePleineLargeur p img
{
	margin: 0 auto;
}
.lienH, .lienV
{
	float: left;
	margin: 0 0 0 10px;
	background-color: #DFF5DA;
	width: 160px;
	padding: 30px 0;
}
html>* #corps .lienH, html>* #corps .lienV
{
	margin: 8px;
}
#corps .colTexte .lienH, #corps .colTexte .lienV
{
	margin: 2px;
}
html>* #corps .colTexte .lienH, html>* #corps .colTexte .lienV
{
	margin: 3px;
}
#corps .lienV
{
	width: 100px;
	padding: 0 30px;
}
/*Deux colonnes de texte*/
#corps .deuxColTexte
{
	clear: both;
}
#corps .deuxColTexte div.colTexte
{
	margin: 0 5px 10px;
	background-color: #DFF5DA;
	padding: 10px;
	width: 340px;
	float: left;
}
*>#corps .deuxColTexte div.colTexte
{
	margin: 0 10px 10px;
	width: 335px;
}
.clear
{
	clear: both;
	font-size: 0;
}
/*Styles pour les listes*/
#corps ul
{
	padding: 0 0 0 12px;
	margin: 0 0 0;
}
#corps ul li
{
	list-style-type: disc;
	margin: 6px 0 3px 12px;
}
#corps ul li ul li
{
	list-style-type: circle;
	margin: 0 0 0 12px;
}
#corps ul li ul li ul li
{
	list-style-type: disc;
}
/*Styles pour la note supplementaire*/
#corps div.noteSupplementaire
{
	float: right;
	margin: 0 15px;
	padding: 15px 0;
	width: 250px;
	background: #F5F490 url(../images/coin_note.png) no-repeat right bottom;
}
*>#corps div.noteSupplementaire
{
	margin: 0 25px;
}
#corps div.noteSupplementaire p
{
	margin: 0 10px;
}
#corps div.noteSupplementaire p a
{
	color: #03C;
	font-weight: bold;
}
#basPage
{
	width: 750px;
	text-align: center;
	font-size: 80%;
	clear: both;
}
