/* CSS Document */

body {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF; 
	/*background-image : url(../images/fond.gif);
	background-repeat : repeat-x;
	background-position : center top;*/
	background-image : url(../images/bg.jpg);
	background-repeat : repeat;
	font-weight : normal; 
} 
.body_none {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
	margin: 0px 0px 0px 0px;
	background-color : #FFFFFF; 
	background-image:none;
	background-repeat : repeat-x; 
	background-position : center top; 
} 
li {
	margin: 10px 0px 10px 0px;
}
table, td, tr {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
}
.typo {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
}
.typo_blue {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #004d9f; 
	font-weight : normal; 
}
.typo_gray {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
}
.typo_orange {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #ff5500; /*#ef6115*/
	font-weight : normal; 
}
.typo_white {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color:#FFFFFF; 
	font-weight : normal; 
}
.typo_red {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color:red; 
	font-weight : normal; 
}
.typo_green {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color:green; 
	font-weight : normal; 
}
.typo_slogan {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 8pt; 
	color : #333333; 
	font-weight : bold; 
}
.typo_head {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 18pt; 
	color : #333333; 
	font-weight : bold; 
}
a.button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #004d9f;
	font-weight : normal; 
	text-decoration:none;
}
a.button:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #004d9f; 
	font-weight: normal; 
	text-decoration: underline;
}
a.home {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
	text-decoration:none;
}
a.home:hover {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt; 
	color : #333333; 
	font-weight : normal; 
	text-decoration:underline;
}
a.menu {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #333333; 
	font-weight : normal; 
	text-decoration:none;
}
a.menu:hover {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 9pt; 
	color : #333333; 
	font-weight : normal; 
	text-decoration:underline;
}

#rubriqueA{
	width: 800px;
	height: 20px;
	/*margin-right: 20px;*/
	/*background-color:#FFF;*/
	/*border-bottom: 1px dotted #333;*/
}


#rubriqueA a{
	display: block;
	width: 114px;
	height: 20px;
	line-height: 20px;
	/*padding: 0 4px ;*/
	border-right: 1px dotted #999;
	font-size: 13px;
	text-decoration: none;
	color:#333;
	text-align: center;
	background-image: url(../images/onglet_off.jpg);
	background-repeat: no-repeat;
}
#rubriqueA a:hover{
	color: #333;
	background-color: #CCC;
}