* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6F6E6E;
}
body {
	text-align: center;
	background: #D8D8D8;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 150%;
	text-align: justify;
}
li {
	list-style: none;
	background: none;
}
h1 {
	font-size: 12px;
	color: #D5241C;
	/*text-transform: uppercase*/
}
#page {
	width: 902px;
	margin: 0 auto;
	text-align: center;
}
#page #left {
	width: 247px;
	background: url(../images/bg_col_left.gif) no-repeat 0 0 #F4F4F4;
}
#page #left #part_0 {
	width: 32px;
	height: 720px;
	margin-top: 67px;
	background: url(../images/bg_part_0.jpg) no-repeat left top #b8b8b8;
}
#page #left #part_1 {
	width: 192px;
	height: 771px;
	margin-top: 16px;
	background: url(../images/bg_part_1.jpg) repeat-x left bottom;
	text-align: center;
}
#page #left #part_1 #menu {
	margin: 24px 0 0 10px; 
	width: 150px;
}
#page #left #part_1 #menu li {
	padding: 8px 0 4px 0;
	margin: 0;
	background: url(../images/sep_menu.gif) no-repeat left bottom;
	text-align: left;
}
#page #left #part_1 #menu li a {
	display: block;
	width: 135px;
	background: url(../images/puce_menu.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}
#page #left #part_1 #menu li a:hover {
	color: #D5241C;
	text-decoration: none;
}
#page #left #part_2 {
	width: 23px;
	height: 720px;
	margin-top: 67px;
	background: url(../images/bg_part_2.jpg) no-repeat left top #b8b8b8 ;
}
#page #right {
	width: 655px;
}
#page #right #header {
	height: 40px;
	background: url(../images/bg_head_top.gif) repeat-x 0 0;
}
#page #right #content {
	height: 671px;
	padding: 6px 8px 0px 0px;
	background: url(../images/bg_content.gif) repeat-x left top #BEBEBE;
	text-align: left;
	overflow: auto;
}
#page #right #content li {
	background: url(../images/puce_li.gif) no-repeat left center;
	margin-left: 25px;
	padding-left: 15px;
}
#page #right #content #myForm {
	margin: 0 ;
	width: 400px;
}
#page #right #content #myForm input {
	border: 1px solid #D5241C;
	padding: 1px;
	background-color: #E9E9E9;
	width: 180px;
}
#page #right #content #myForm .btnvalid {
	color: #fff;
	padding: 1px;
	background-color: #D5241C;
	width: 90px;
}
#page #right #content #myForm td {
	padding: 2px 0;
}
#page #right #copy {
	clear: both;
	height: 50px;
	background: url(../images/bg_copy.gif) repeat-x left top;
	padding-top: 20px;
}
#page #right #copy p, #page #right #copy a {
	text-align: center;
	font-size: 10px;
}
/*--------- classes -------*/
.fll {
	float: left;
}
.flr {
	float: right;
}
.bord_blanc {
	border: 1px solid #fff;
}
.bord_blanc2 {
	border: 2px solid #fff;
}
.rouge {
	color: #D5241C;
}
.bold {
	font-weight: bold;
}
.puce {
	background: url(../images/puce_link.gif) no-repeat 0 center;
	padding-left: 10px;
}
.mark {
	 padding: 4px 6px; 
	 background: #CCCCCC;
	 width:70%;
	 }
/* ssmenu */
.menu {
	position:absolute;
	top: 0;
	z-index:100;
	background-color: white;
	visibility: hidden;
	filter: Alpha(opacity=60); -moz-opacity:0.6;
}
.menu ul li{
	display: inline;
	text-align: left;
}
.menu ul li a {
	font-size: 10px;
	display: block;
	width: 160px;
	padding: 6px 4px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #181818;
	background: url(../images/sep_menu.gif) no-repeat center bottom;
}
.menu ul li a:hover{
	background-color: #F0F0F0;
	text-decoration: none;
}