html, body {
	background-color: #000000;
	margin: 0; 
	padding: 0; 
	height: 100%;
	font-family:lucida grande,verdana,sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
img {
	border:0px;
	}
a {
	text-decoration:underline;
	color:#EC298B;
	outline:0;
	}
a:hover {
	text-decoration:none;
	}
div#page {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position: relative;
	width:100%;
	min-height: 100%;
	background-color:#000000;
	/*min-width:1110px;*/
}
div#piedpage1 {
	height: 30px;
	clear: both;
	background-color:#000000;
}	
div#piedpage2 {
	position: absolute;
	bottom: 0; 
	left: 0;
	border-top:solid 1px #666666;
	width: 100%;
	height: 20px;
	padding-top:10px;
	font-size:10px;
	color:#666666;
	background-color:#000000;
}
div#piedpage2 a{
	color:#666666;
	}
*html div#page {
	height: 100%;
	background-color:#000000;
}
*html div#piedpage2 {
	bottom: -1px;
}
.top {
	width:1000px;
	height:36px;
	background-image:url(images/test_01.jpg);
	}
.top .home {
	display:block;
	width:200px;
	height:36px;
	cursor:pointer;
	float:left;
	}
#contenu {
	width:1000px;
	}
#interne {
	padding-left:90px;
	padding-bottom:30px;
	}
#menu {
	padding-left:90px;
	}
h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
	color:#EC298B;
	font-weight:normal;
	}
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#a0b60f;
	font-weight:normal;
	}
.imgleft {
	float:left;
	margin-right:10px;
	margin-bottom:left;
	}
.clear {
	clear:both;
	}
.left {
	width:430px;
	margin-right:20px;
	float:left;
	}
.right {
	width:430px;
	float:left;
	margin-left:20px;
	}
.gris {
	color:#8f8e8e;
	font-size:14px;
	}
.gris2 {
	color:#8f8e8e;
	}
.gris2 a{
	color:#8f8e8e;
	text-decoration:none;
	}
.rose {
	color:#EC298B;
	}
.orange {
	color:#F1AF00;
	}
.vert {
	color:#90da22;
	font-size:13px;
	}
.contacts {
	background-image:url(images/contacts.jpg);
	display:block;
	height:28px;
	width:162px;
	z-index:100;
	}
.contacts:hover {
	background-image:url(images/contacts-over.jpg);
	cursor:pointer;
	}
.refs a {
	text-decoration:none;
	border-left:solid 1px #FFFFFF;
	padding-left:5px;
	}
.Style2 {font-size: 13px}


	
/****************** FORMULAIRES **********************/
textarea { 
	width:610px;
	color:#FFFFFF;
	font-family:lucida grande,verdana,sans-serif;
	background:#000000;
	font-size:11px;
	border:solid 1px #666666;
	}
input { 
	font-family:lucida grande,verdana,sans-serif;
	font-size:11px;
	margin-bottom:2px;
	width:80px;
	color:#FFFFFF;
	background:#000000;
	font-size:11px;
	border:solid 1px #666666;
	}

select { 
	width:200px;
	color:#FFFFFF;
	background:#000000;
	font-size:11px;
	border:solid 1px #666666;
	}
form {
	margin:0px;
	padding:0px;
	}
.textechamp {
	width:100px;
	float:left;
	}
.send {
	text-align:center;
	background-color:#EC298B;
	font-weight:bold;
	color:#FFFFFF;
	width:400px;
	text-decoration:blink;
	}
.mini {
	font-size:8px;
	text-align:justify;
	width:610px;
	}

.bouton{
	padding:5px;
	background-color:#EC298B;
	color:#FFFFFF;
	text-decoration:none;
	border:solid 1px #EC298B;
}
.bouton:hover{
	background-color:#FFFFFF;
	color:#EC298B;
}

	
#filter {
	display:none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color:#000000;
	opacity:0;
	filter: alpha(opacity=00);
	z-index:10;
	}
*html #filter{
	position:absolute;
	}
	
* html #boiboite {
	background-color:#000000; 
	border:solid 1px #999999;
	padding:10px;
	}
*+html #boiboite {
	border:solid 1px #999999;
	}
	
#boiboite {
	display:none;
	background-color:#000000; 
	border:solid #999999;
	border-width:1px;
	padding:10px;
	z-index:100; 
	position:absolute;
	top:200px;
	left:25%;
	width:650px;
}

body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

.temoignage{
	display:block;
	width:800px;
}
			
.tete{
	padding:10px;
	border-bottom:solid 1px #3F3F3F;
	cursor:pointer;
}

.corps{
	margin-left:100px;
}				

.corps p{
	text-align:justify;
}

.tete:hover{
	opacity:0.7;
}

.tool-tip {
		margin-left:-10px;
		color: white;
		font-size:10px;
		padding:5px;
		z-index: 13000;
		background-color:black;
		filter : alpha(opacity=80);
   		-moz-opacity : 0.8;
   		opacity : 0.8; 
	}


