* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		background-color: #0d0d0d;
		}

body {
		background-color: #0d0d0d;
		font-size: 62.5%/100%;
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		color: #f1f1f1;
		text-align:center;
		}

#wrapper {
		position:relative;
		width: 980px;
		margin: 0 auto;
		text-align:left;
		}
		
#header {
		height: 130px;
/* 		border-bottom: 1px solid #f1f1f1; */
		padding-top: 10px;
		width: 980px;
		margin: 0 auto 10px;		
		
		}
		
#main {
		clear: both;
		width: 980px;
		margin: 0 auto;
		padding-top: 30px;
}

h1 {
	font-size: 1.1em;
	color: #c00;
}

h2 {
	font-size: 0.9em;
	color: #fff;
	padding: 12px 0;
}
p {
	font-family: Lucida, Arial;
	font-size: 0.8em;
	line-height: 130%;
	color: #e4e4e4;
}
.prix {
	padding: 4px;
	background-color: #ccc;
	color: #0d0d0d;
	font-weight: bold;
}
a:link, 
a:visited {
		color: #fff;
		text-decoration: underline;
		}
		
a:hover, 
a:focus {
		color: #C00;
		text-decoration: underline;
		}

a.info:link, 
a.info:visited {
		font-size: 1.1em;
		color: #c00;
		text-decoration: none;
		}
		
a.info:hover, 
a.info:focus {
		color: #c00;
		border-bottom: dotted 1px #ccc;
		padding-bottom: 6px;
		}
		
.blanc { color :#fff; }

ul {
	list-style: disc;
	text-align: left;
	padding-left: 50px;
	padding-top: 0;
}
ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 5px 0 0 0;
	margin: 0 0 2px 0;
	font-family: "Lucida Grande",Lucida,Arial;
	font-weight: normal;
}

.situation {
	font-family: "Lucida Grande",Lucida,Arial;
	font-size: 0.9em;
	color: #fff;
	padding: 6px 0 12px;
}
.situation2 {
	font-family: "Lucida Grande",Lucida,Arial;
	font-size: 0.9em;
	color: #666;
	padding: 6px 0 12px;
	font-style: italic;
}

/* -------------- menupro -------------*/
.menupro {
	padding:20px 0 0 67px;
	margin:0 auto; 
	list-style:none; 
	float: left;
	height:37px; 
	position:relative;
	font-size: 10px;
	letter-spacing: 0.4em;
}

.menupro ul {
	position:absolute; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.menupro li {
	display:block; 
	float:left;
}

.menupro li a {
	display:block; 
	float:left; 
	height:37px;
	padding:0 40px 0 0; 
	color:#fff; 
	text-decoration:none;
	line-height:35px; 
	cursor:pointer;
}

.menupro li a:hover, .menupro li a.current {
	color:#cc0000;
}


/* ---------- mise en page ------------*/

		
#footer {
		margin: 10px 0 0 0;
		width: 100%;
		padding: 0 0 80px 0;
		}

#footer-wrapper {
		width: 950px;
		margin: 0 auto;
		text-align: center;
		}
		
		
#sub-footer {
		color: #7b7b7b;
		width: 950px;
		margin: 0 auto;
		padding: 5px 0 0 0;
		height: 60px;
		}

#sudcorse {
		float: left;
		padding-left: 400px;
		font-size: 1.3em;
		}
		
#realisation {
		float: right;
		font-size: 1.3em;
		}

#site-tree {
		float: left;
		font-size: 1.2em;
		padding-top: 40px;
		}
		
#site-tree a:link, 
#site-tree a:visited {
		font-size: 0.7em;
		color: #b5b5b5;
		text-decoration: none;
		}
		
#realisation a:link, 
#realisation a:visited { 
		color: #7b7b7b;
		text-decoration: none;
		}
		
#site-tree a:hover, 
#site-tree a:focus,
#realisation a:hover, 
#realisation a:focus {
		color: #c00;
		text-decoration: underline;
		}
	
	
td {
	vertical-align: top;
}
input, textarea,select {		
	font-family: Lucida,Arial;
	font-size: 0.9em;
	padding: 2px;
	margin-bottom: 4px;
	background-color: #0d0d0d;
	color: #fff;
	border: solid 1px #fff;
}
option{
	padding-left: 5px;

}

.bloc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


