/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - STRUCTURE */
* {
	padding: 0; /*  calibrage : ecrase les valeurs par defaut des navigateurs  */
	margin: 0;
}
html {
	height: 101%; /*  force ascenseur FireFox  */
}
body {
	background-color: #000000; /*  couleur du fond d'ecran hors page  */
	background-image: url(../graphics/grigrisfond.gif);
	background-attachment: fixed;
}
a {
	color: #a68c3f; /*   c0a149 couleur de typo par defaut pour tous les liens  */
}
a:hover {
	color: #888888; /*  couleur de survol par defaut pour tous les liens  */
}
.liencoul a {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 8pt; 
	color: #fabc20;
}	
.liencoul a:hover {
	color: #888888;
}	
.liennoir a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000;
}		
.liennoir a:hover {
	color: #888888;
}
a:focus {
	outline: 0;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DIVS */
#wrapper {
	margin: auto;
	width: 990px;
	background-color: #ffffff;
}
#header {
	width: 990px;
	height: 60px;
	background-image: url(../graphics/dechirur.gif);
	background-repeat: no-repeat;
}
#contenu {
	float: left;
	width: 730px;
	min-height: 510px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 50px;
}
.colonne {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-right: 15px;
}
#large {
	float: left;
	width: 880px;
	min-height: 510px;
	padding-left: 50px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	width: 990px;
	height: 40px;
	background-color: #ef1029;
}
#ftg { /* coins footer  */
	float: left;
	width: 10px;
	height: 10px;
	background-image: url(../graphics/hg_rouge.gif);
	background-repeat: no-repeat;
}
#ftd {
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(../graphics/hd_rouge.gif);
	background-repeat: no-repeat;
}
.infologo {
	margin-right: 40px;
	margin-bottom: 10px;
	vertical-align: middle;
}
