@charset "utf-8";
/* CSS Document */
a.lienblanc {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
a.lienblanc:hover {
	color:#e53317;
	text-decoration:underline;
	font-weight:bold;
	
	}
	
a.lienrouge {
	color:#e53317;
	text-decoration:none;
	font-weight:bold;
	}
a.lienrouge:hover {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	
	}
	
body {
	margin:0px;
	padding:0px;
	background-color:#000;
}

#global {
	width:900px;
	height:200px;
	margin:0 auto;
	padding:0;
	background-color:#999;
	}
	
#headimage {
	width:900px;
	height:246px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	}
	
#contenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	color: #FFF;
	text-align:left;
	width:900px;
	margin:10px 0 0 0;
	}

.titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#e53317;
	text-transform:uppercase;
	border-bottom:1px  dashed #666;
	margin:0 0 -10px 0;
	padding:0 0 5px 0;
	}

.rouge {
	color:#e53317;
	}
	
.grisitalique {
	color:#666;
	font-style:italic;
	}

	
