body {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:0.8em;
	background-color:#3f4440;
	margin:0px;
}

a {
	text-decoration:none;
	color:#0f2a62;
}

a:hover {
	color:#91207b;
}

img {
	border:0px;
}

h4,h5 {
	color:#727272;
}

.fond {
	width:850px;
	margin:0 auto;
	background-image:url("images/fond.png");
	background-repeat:repeat-y;
}

.titre_article {
	color:#8a0074;
	font-size:1.2em;
	font-weight:bold;
	width:auto;
	line-height:40px;
	background-image:url("images/ligne_titre.png");
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:4px;
	/*border-bottom:1px solid #ad4d9e;*/
}

.globale {
	background-color:white;
	width:800px;
	margin:0 auto;
}

.haut {
	height:100px;
}

.navigation {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	z-index:auto;
}

.navigation li {
	float: left;
	width: 198px;
	background:#8a0074;
	background-image:url("images/navigation.png");
	border-right:1px solid white;
	border-left:1px solid white;
}

.navigation li:hover {
	background-image:url("images/navigation_hover.png");
	}

.navigation li a {
	display: block;
	line-height: 1em;
	padding: 4px 0;
	text-align: center;
	color:white;
}
	
.navigation li a:hover, .navigation li a:focus, .navigation li a:active {
	color:white;
	}

.navigation li a:visited {
	color:white;
	}

.sous_navigation {
	display:none;
	padding:0;
	margin:0;
	list-style:none;
	z-index:auto;
}

.sous_navigation li {
	background:#c676bb;
	background-image:url("images/sous_navigation.png");
	border:none;
}

.sous_navigation li:hover {
	background-image:url("images/sous_navigation_hover.png");
	}

.sous_navigation li a:hover, .sous_navigation li a:focus, .sous_navigation li a:active {
	color:white;
	}

.sous_navigation li a:visited {
	color:white;
	}
	
.menu_gauche {
	clear:left;
	width:25%;
	float:left;
	margin-top:50px;
	}
	
.menu_gauche_titre {
	width:90%;
	margin-left:5%;
	text-align:center;
	/*border-bottom:1px solid #b3b9bd;*/
}

.navigation_gauche {
	padding-left:5%;
	margin:0;
	list-style:none;
	width:90%;
}

.navigation_gauche li {
	/*background: #d4dbdf;*/
	background-image:url("images/ligne_menu.png");
	background-repeat:no-repeat;
	background-position:bottom;
	line-height:20px;
	font-weight:bold;
	/*border:1px solid #b3b9bd;*/
	/*border-top:none;*/
	/*border-right:1px solid #b3b9bd;*/
}

.navigation_gauche li a {
	display:block;
	line-height:1em;
	padding:10px 0;
	text-align:center;
	color:#9A9A9A;
}
	
.navigation_gauche li a:hover, .navigation_gauche li a:focus, .navigation_gauche li a:active {
	color:#8A0074;
	}

.article {
	width:auto;
	margin-left:25%;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	margin-top:10px;
	min-height:500px;
	border-left:2px dotted #d4dbdf;
}

.center {
	text-align:center;
}

.bas {
	clear:left;
	height:130px;
	border-top:2px dotted #d4dbdf;
	text-align:center;
	line-height:1.4em;
}

.bas p {
	padding-top:5px;
}

.fond_bas {
	width:850px;
	margin:0 auto;
	height:23px;
	background-image:url("images/fond_bas.png");
}

.equipe td {
	padding-bottom:10px;
	color:#727272;
}

.droite {
	float:right;
    margin:10px 10px 10px 10px;	
	vertical-align:top;
}

.red {
	color:red;
	font-weight:bold;
}
