@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	background-color: #ebebeb;
	letter-spacing: 1px;
	background-image: url(../img/copyright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	min-height: 100%;
}
html {
	height: 100%;
}
#intro {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 250px;
	height: 190px;
	margin: 0 auto;
	margin-top: -95px; /* moitié de la hauteur */
	margin-left: -125px; /* moitié de la largeur */
     }
#intro span {
	display: none;
}
#intro a#le_html {
	display: block;
	float: left;
	background-image: url(../img/intro_html.gif);
	height: 54px;
	width: 115px;
}
#intro a#le_html:hover  {
	background-image: url(../img/intro_html_h.gif);
}
#intro a#le_flash {
	background-image: url(../img/intro_flash.gif);
	display: block;
	height: 54px;
	width: 130px;
	float: left;
}
#intro a#le_flash:hover {
	background-image: url(../img/intro_flash_h.gif);
}
#all {
	width: 800px;
	margin: 0 auto;
}
#all #menu {
	width: 230px;
	font-size: 22px;
	color: #C1C1C1;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	float: left;
}
#all  #menu  a.fl {
	font-size: 10px;
	color: #B0B0B0;
	letter-spacing: 1px;
	margin: 0px 0 0 5px;
	text-decoration: none;
	display: block;
	/*border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;*/
	line-height: 16px;
	width: 110px;
}
#all #menu a.fl:hover {
	color: #333333;
	letter-spacing: 1px;
}
#all #menu ul {
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0px;
	line-height: 20px;
}
#all #menu ul li {
	margin: 0px;
	padding: 0px;
}
#all #menu ul li a {
	color: #CCCCCC;
	text-decoration: none;
}
#all #menu ul li a:hover {
	color: #B7B7B7;
}
#all #content {
	float: right;
	width: 500px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
}
#all #content h1 {
	margin: 97px 0 5px;
	padding: 0px;
	font-weight: normal;
	color: #CCCCCC;
}
#all #content h1 span.titre {
	background-image: url(../img/fond_point_gris.gif);
	padding: 0px;
	font-weight: normal;
	color: #CCCCCC;
	font-size: 35px;
	text-align: right;
	display: block;
	height: 28px;
}
#all #content p {
	line-height: 16px;
}
#all #content p.home {
	margin: 10px;
	text-align: justify;
	width: 400px;
	letter-spacing: 0.5px;
}
#all #content a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 22px;
	margin: 0;
	display: block;
	line-height: 36px;
	height: 28px;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	position: relative;
}
#all #content a .indic {
	position: absolute;
	left: -25px;
	top: 0px;
}
#all #content a .indic img {
	border: 0;
}
#all #content a:hover {
	color: #000000;
	text-decoration: none;
	display: block;
	background-image: url(../img/fond_point_rose.gif);
	cursor: crosshair;
}
#all #content a .infos {
	font-size: 10px;
	letter-spacing: 0px;
	font-weight: bold;
}
#all #content a:hover .infos {
	color: #E2007A;
	background-color: #EBEBEB;
}
#all #content .signature {
	padding: 10px;
	margin: 10px 0 10px 0;
}
#all #content .champs {
	width: 300px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}
#all #content .btn {
	width: 120px;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}
#all #content .oblig {
	font-size: 18px;
	color: #E2007A;
	font-weight: bold;
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
