* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
body{
	background-color: #000000;
	background-image: url(imaj/fond-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 16px;
	color: #999999;
}
h2 {
	font-size: 14px;
	color: #990000;
	padding-left: 60px;
	margin:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
p {
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #000;
	text-decoration:none;
	padding-left:35px;
}
a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration:underline;
}
img {  
	border: 0;
}
/* -----------------------------------CONTENEURS GLOBAUX------------------------------------ */
#global {
	width: 100%;
	background-color: #fff;
}
/* -----------------------------------CONTENEURS PAS GLOBAUX------------------------------------ */
.paglobal {
	float:left;
	width: 220px;
	background-color: #efefef;
}
/* -----------------------------------PIED de PAGE------------------------------------ */

#pieddepage {
	background-color: #efefef;
	text-align: center;
	height: 100px;
}
#pieddepage h2 {
	font-size: 10px;
	color: #cccccc;
	margin: 0;
	padding-top: 20px;
}
#pieddepage a {  
	color: #aaddcc; 
	font-size: 10px; 
	text-decoration: none
}
#pieddepage a:hover {  
	color: #ffffff;
}