@charset "utf-8";
@import "reset.css";
/*NETsite CSS Document */
body {
	color:#eee;
	font-family:Trebuchet MS;
	font-size:12px;
	line-height:14px;
	background:#eeeeee url(bg-fond.png) top center repeat-y;
}
#accessibility, #navigation, .hide, hr {
	left:-5000px;
	position:absolute;
}
.clear {
	clear:both;
	height:30px;
}
h1{
	position:absolute;
	top:-10px;
}

#conteneur {
	position:relative;
	top:50px;
	width:900px;
}
#content {
	position:relative;
	left:240px;
	width:600px;
	padding:0 30px 30px 30px;
	_height:790px;
}
#nav{
	position:absolute;
	top:150px;
	left:-30px;
	width:240px;
	text-align:right;
}
#nav li a{
	padding:4px 60px 0 0;
	font-size:14px;
	background:url(menu.png) top right no-repeat;
	margin:0 0 10px 0;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	font-weight:bold;
}
#nav li a:hover{
	background:url(menu.png) right -18px no-repeat;
}
#nav li a.active{
	background:url(menu.png) right -36px no-repeat;
	color:#ffcc00;
}
#header {
	position:relative;
	left:240px;
	margin:0 0 50px 0;
	height:100px;
	width:660px;
	background:url(header2.jpg) no-repeat;
}
.center {
	margin:0 auto;
}
#left {
	float:left;
	width:650px;
}
#right {
	float:left;
	width:200px;
	margin:0 0 0 50px;
}
ul.none {
	padding:5px 0;
}
ul.none li {
	padding:2px 0;
}
ul.puce li{
	padding:0 0 5px 12px;
	background:url(puce.png) top left no-repeat;
	zoom:1;
}
#right p {
	margin: 0 0 10px 0;
}
p {
	padding:0 0 10px 0;
}
a {
	color:#fff;
}
a:hover {
	color:#00d6f6;
}
ul {
	list-style-type:none;
	padding:0 0 10px 30px;
}
strong {
	color:#fff;
	text-transform:uppercase;
}

td.align {
	vertical-align: middle;
}

table.test {
	border-collapse:separate;
	border-spacing:10px;
}

h1.event {
	position:relative;
	color:#FFF;
	top:-10px;
	font-weight:bold;
	margin:0 0 0px 0;
	height:24px;
		
	font-size:28px;
	text-transform:uppercase;
	text-align:center;
}

h1.titre {
	position:relative;
	color:#FFF;
	top:5px;
	font-weight:bold;
	margin:0 0 0px 0;
	height:24px;
		
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
}

h2 {
	position:relative;
	color:#FFF;
	top:70px;
	font-weight:bold;
	margin: 0 1px 0 480px;
	height:24px;
	background:#00d6f6;
	padding:6px 6px 0 0;
	font-size:18px;
	text-transform:uppercase;
	text-align:right;
}
h3 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #c0c0c0;
	margin:0 0 20px 0;
}
h3.titre {
	font-size:14px;	
	font-weight:bold;
	
}
h4.toggler, h3.toggler {
	cursor:pointer;
}
h4 {
	font-size:12px;
	border-bottom:1px dotted #a08000;
	font-weight:bold;
	color:#fff;
	margin:10px 0 10px 0;
	text-align:center;
}
#copyright {
	font-family:Verdana;
	position:fixed;
	bottom:0;
	left:0;
	height:15px;
	padding:0 0 0 120px;
	width:100%;
	text-align:center;
	color:#000;
	background:#c0c0c0;


	font-size:9px;
	_position:static;
	_width:660px;
	_margin:0 0 0 240px;
	_padding:0;
}
#copyright a {
	color:#000;
}
#copyright a:hover {
	color:#333;
}
/* Form */
form {
    float:left;
    width:600px;
}
label {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
	font-size:10px;
}
input {
	border:none;
	background:#1a1a1a;
	font-size: 11px;
	color: #00d6ff;
	width:256px;
	padding:2px;
}
input:focus {
	border:none;
	background:#333333;
	font-size: 11px;
	color: #eee;
}
input.hideInput {
display: none;
}
textarea {
	border:none;
	background:#1a1a1a;
	font-size: 11px;
	color: #00d6ff;
	width:596px;
	height:100px;
	padding:2px;
}
textarea:focus {
	border:none;
	background:#333333;
	font-size: 11px;
	color: #ffcc00;
}
.orange {
	color: #ffcc00;
	font-weight: bold;
}
.buttonSubmit {
	font-size: 11px;
	font-weight:bold;
	color: #1a1a1a;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 0 0 500px;
	height:20px;
	width:100px;
	padding:0 0 2px 0;
	background:url(button-send.png) top center no-repeat;
}
.buttonSubmit:hover {
	color: #1a1a1a;
	text-transform:uppercase;
	background:url(button-send.png) right -20px no-repeat;
}
.buttonSubmit:focus {
	color: #1a1a1a;
	text-transform:uppercase;
	background:url(button-send.png) right -20px no-repeat;
}
#MsgError h4 {
	color:#ffcc00;
	font-size:18px;
	padding:20px 0;
}
#MsgSent h4 {
	color:#00d6ff;
	font-size:18px;
	padding:20px 0;
}


/* ----------------------------- */


ul#certifications
{
	padding:0 0 0 35px;
}

ul#certifications li
{
	display:block;
	float:left;
	
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}


/* ----------------------------- */

div.equipe div.clear
{
	height:15px;
}

div.equipe img
{
	float:left;
}



div.equipe ul.information
{
	padding: 15px 0 0 0;
	margin-left: 90px;
	font-size: 0.9em;
}

div.equipe ul.information span
{
	display:block;
	float:left;
	width:55px;
}

