body {
	font-size : 12px ;
	font-family : Arial, Helvetica, sans-serif ;
	color: #000000;
	margin-bottom : 0px ;
	margin-left : 0px ;
	margin-right : 0px ;
	margin-top : 0px ;
	background-color : #000000;
}

a { 
	color : #000000 ;
	text-decoration : underline ;
	font-size : 12px ;
}

a:hover { 
	color : #000000 ;
	text-decoration : none ;
	font-size : 12px ;
}

a.blancpetit { 
	color : #ffffff ;
	text-decoration : underline ;
	font-size : 12px ;
}

a.blancpetit:hover { 
	color : #ffffff ;
	text-decoration : none ;
	font-size : 12px ;
}

h1 { 
	font-size : 20px ;
}

h2 { 
	font-size : 18px ;
}

h3 {
	font-size : 16px ;
}

h4 { 
	font-size : 15px ;
}

h5 { 
	font-size : 13px ;
}


ul {
	/*list-style-type : square ;*/
	/* list-style-image : url(/monFichier.jpg); */
}

ol { 

}

li {

}

dt {

}

dd {

}

dl {

}


table { font-size : 12px ;

}

th {

}

td { font-size : 12px ;

}

address { 
	font-size : 10px ;
	text-align : center ;
}

input, select, option, textarea { 

}

em {

}

b, strong { 

}

i { 

}

u { 

}

big { 
	
}

small {

}

div, layer {
}

p, font {

}

br {

}

blockquote {

}

img {
	display:inline;
}

img.block {
	display:block;
}

hr {
}

div.conteneur{
    position:relative;
	width:750;
	height:100%;
	overflow:auto;
	background-color: #FEEEDE ;
	font-size:12px;
	/*border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-top:solid;*/
	/*border-width:;*/
	/*margin:5;*/
	/*border-color:#FFFFFF*/
}
div.grisfonce{
    position:relative;
	width:750;
	height:100%;
	overflow:auto;
	background-color: #374061 ;
	font-size:12px;
	/*border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-top:solid;*/
	/*border-width:;*/
	/*margin:5;*/
	/*border-color:#FFFFFF*/
}

.gris{
	color:#666666;
}
.vert{
	color:#336600;
}
a.vert{
	color:#336600;
	text-decoration : none ;
	font-size : 12px ;	
}
a.vert:hover{
	color:#336600;
	text-decoration : underline ;
	font-size : 12px ;	
}
.blanc{
	color:#ffffff;
}
a.blanc{
	color:#ffffff;
	text-decoration : none ;
	font-size : 12px ;	
}
a.blanc:hover{
	color:#ffffff;
	text-decoration : underline ;
	font-size : 12px ;	
}  