@charset "utf-8";
/* CSS Document */


/*-------------------------------- DIMENSIONS DU SITE ----------------------------------------- */ 
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #180e0a;
	background-image: url(../images/bg_degrade.jpg);
	background-repeat: repeat-x;	
	margin: 0px;
}
#tout {
	width: 996px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contenu {
	color: #766e67;
	width: 500px;
	margin-top: 20px;
	display: block;
	float: left;
}

/*--------------------------------- MENU ---------------------------------- */
.menuLiens1, .menuLiens2, .menuLiens3, .menuLiens4, .menuLiens5, .sousmenu1, .sousmenu2, .menu {
	font-weight: bold;
	color: #7d7772;
	text-decoration: none;
}
.menuLiens1, .menuLiens2, .menuLiens3, .menuLiens4, .menuLiens5, .menuLiens2, .menu {
	line-height: 30px;
}

.sousmenu1, .sousmenu2 {
	line-height: 25px;
}
a.sousmenu1:hover, a.sousmenu2:hover, a.menuLiens1:hover, a.menuLiens2:hover, a.menuLiens3:hover, a.menuLiens4:hover, a.menuLiens5:hover {
	color: #aaa6a3;
	text-decoration: none;
}

#menu {
	margin-top: 40px;
	margin-left: 50px;
}
#sousmenu {
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 15px;
}
.menuLiens5 {	
	margin-left: 0px;
}
.menuLiens4 {	
	margin-left: 2px;
}
.menuLiens3 {	
	margin-left: 4px;
}
.sousmenu2 {	
	margin-left: 26px;
}
.sousmenu1 {	
	margin-left: 28px;
}
.menu {	
	margin-left: 10px;
}
.menuLiens2 {	
	margin-left: 12px;
}
.menuLiens1 {	
	margin-left: 14px;
}

/*--------------------------------- TEXTES & LIENS ---------------------------------- */

.texteLien {
	font-weight: normal;
	text-transform: none;
	color: #7199d5;
	vertical-align: bottom;
}
.titrePage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.titre1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #886D4C;
	vertical-align: bottom;
}
.logo {
	text-align: left;
	padding-top: 49px;
	padding-left: 55px;
}

/*---------------------------------- MENU COPYRIGHT -------------------------------- */

#copyright {
	color: #6d6965;
	font-size: 10px;
	line-height: 21px;
	margin-top: 5px;
	display: block;
	float: left;
	clear: left;
}
.copyright {
	color: #92969A;
	text-decoration: none;
}
.copyrightLien {
	color: #6D6965;
	text-decoration: none;
}
a.copyrightLien:hover {
	color: #336699;
	text-decoration: none;
}
.graph {
	color: #6D6965;
}
.graphLien {
	text-decoration: none;
	color: #6D6965;
}
a.graphLien:hover {
	color: #C45D98;
	text-decoration: none;
}



/*------------------------------ AGENDA -------------------------------- */
#agenda {
	width: 190px;
	padding: 0px;
	margin-top: 80px;
	margin-left: 35px;
}
.titreNews {
	font-weight: bold;
	text-transform: none;
	color: #7199d5;
	vertical-align: bottom;
}
#titreAgenda {
	color: #746f6a;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #746F6A;
}
#news {
	margin-top: 8px;
}
.news{
	color: #97938f;
	text-decoration: none;
}
a.news:hover{
	text-decoration: underline;
}
#agendaLien {
	text-align: right;
}