@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
}

h1 {
	font-size: 36pt;
	font-style: italic;
	color: #D7E4FD;
	margin-top: 15px;
}

h2 {
	font-size: 14pt;
	color: #36CAE4;
	font-style: normal;
	font-weight: lighter;
	margin-left: 15px;
}

h3 {
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: -1px;
	margin-left: 15px;
}
h4 {
	font-size: 12pt;
}
a {
	color: #130469;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #36CCE5;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/fleche_liste.gif);
}

ul {
	margin-top: 5px;
}



#mainTextContainer {
	width: 450px;
	margin-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C6C2BE;
	margin-top: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/degrade250.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}
/* CSS Document */

#menu  {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu ul
{
	width:100%;	
	padding:0;
	margin:0;
	list-style-type:none;
}


#menu a
{
	text-decoration:none;
	color:white;
	background-color:#130469;
	padding:0.1em 0.6em;
	width: 6em;
	font-style: normal;
}
.imageDroite {
	float: right;
	margin-top: 15px;
}

#menu a:hover {
	background-color:#606BA9
}
#menu li {
	display:inline;
}

