body {
	background-color: #000000;
}		

.titrerub {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;

	font-size: 10px;


}
.titrerub:hover {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;

	font-size: 10px;
}
.titrerub:visited {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;

	font-size: 11px;
}
.liensouligne {
	font-family: Arial;
	text-decoration: underline;
}

.fondgris {
	background-color: #F4F4F4;
}

.titre_bleu {
	font-family: Arial;
	color: #0095DA;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.titre_bleu_Ngras {
	font-family: Arial;
	color: #0095DA;
	text-decoration: none;
	font-size: 12px;
}

.titre_bleu_plus {
	font-family: Arial;
	color: #0095DA;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.font_blanc {
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

table {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.titre_table {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.txt10 {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
fieldset {

  border : 1px solid #CCCCCC;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border-bottom: 5px solid #000000;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*sous-menu */
.suckerdiv ul li ul{
position: absolute;
width: 172px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* 1er menu*/
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
background: #000000;
padding: 5px;
border: 0px solid #000000;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
background-color: #000000;
color: #0095DA;
}

a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
color: #0095DA;
text-decoration: underline;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

input {
	background-color: #666666;
	border: 0;
	border-bottom-style: none;
	color: #FFFFFF;
}
textarea { 
	background-color: #666666;
	border: 0;
	border-bottom-style: none;
	color: #FFFFFF;
 }
select { 
	background-color: #666666;
	border: 0;
	border-bottom-style: none; 
	color: #FFFFFF;
	}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.carre {
	height:175px;
	width:175px;
	float:right;
	display: block;
	background-color:#0095DA;
	margin: 20px;
	border: 3px solid #FFFFFF;
	padding:10px;
}
.cadretpme {
	height:400px;
	width:250px;
	float:right;
	display: block;
	background-color:#0095DA;
	margin: 20px;
	border: 3px solid #FFFFFF;
	padding:10px;
}
