@charset "utf-8";
/* CSS Document */

/*//////////index/////////////*/
#global_index{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:700px;
	background:url(../images/index/repeat_index.jpg) repeat-x #090909;
	text-align:center;
}

#bas_index{
	width:1024px;
	height:120px;
	text-align:center;
	position:absolute;
	bottom:0;
	}

#contenu_index{
	background:url(../images/index/index01.jpg) no-repeat #020202;
	width:1024px;
	min-width:1000px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
	left:50%;
	margin-left:-512px;
	/*border:1px solid red;*/
	
}

#bt_bal_index a{
	background:url(../images/index/bt_bal_index.jpg) no-repeat;
	width:269px;
	height:34px;
	display:block;
	position:relative;
	float:left;
	margin-left:25%
}

#bt_bal_index a:hover{
	background:url(../images/index/bt_bal_index.jpg) 0 -34px no-repeat;
	width:269px;
	height:34px;
	display:block;
	position:relative;
	
}

#bt_night_index a{
	background:url(../images/index/bt_night_index.jpg) no-repeat;
	width:208px;
	height:34px;
	display:block;
	position:relative;
	float:left;
}
#bt_night_index a:hover{
	background:url(../images/index/bt_night_index.jpg) 0 -34px no-repeat;
	width:208px;
	height:34px;
	display:block;
	position:relative;
}

.monlogo{
	background:url(../images/index/monlogo.jpg) no-repeat;
	margin-left:430px;
	padding:2px 0 0 5px;
	text-align:center;
	height:30px;
	width:200px;
	display:block;
	}
/*//////////fin index/////////////*/


body{
	width:100%;
	background:#010101;
}

#global{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:700px;
	background:url(../images/repeat.jpg) repeat-x #090909;
	text-align:center
}

#contenu{
	width:1024px;
	min-width:1000px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	/*position:absolute;
	left:50%;
	margin-left:-512px;*/
	/*border:1px solid red;*/
	
}
#haut{
	width:1024px;
	height:151px;
	background:url(../images/haut.jpg) no-repeat;
	position:relative;
	float:left;
}

.bt_home a{
	width:34px;
	height:35px;
	display:block;
	position:absolute;
	bottom:0;
	left:15px;
	background:url(../images/home.jpg)
	}

.bt_home a:hover{
	background:url(../images/home2.jpg)
	}

#texte{
	width:1024px;
	height:503px;
	position:relative;
	float:left;

}

#bas{
	width:1024px;
	height:47px;
	/*background:url(../images/bas.jpg) no-repeat;*/
	position:relative;
	float:left;
}

#bt_bal a{
	background:url(../images/bt_bal.jpg) no-repeat;
	width:281px;
	height:46px;
	display:block;
	position:absolute;
	top:0;
	right:231px;
}

#bt_bal a:hover{
	background:url(../images/bt_bal.jpg) 0 -46px no-repeat;
	width:281px;
	height:46px;
	display:block;
	position:absolute;
	top:0;
	right:231px;
}

#bt_night a{
	background:url(../images/bt_night.jpg) no-repeat;
	width:231px;
	height:46px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}
#bt_night a:hover{
	background:url(../images/bt_night.jpg) 0 -46px no-repeat;
	width:231px;
	height:46px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

/* //////////Menu et bouton/////////////*/


#menu{
	width:150px;
	height:503px;
	position:absolute;
	top:0;
	left:20px;
	display:block;
	/*background:transparent url(../images/menu.png) no-repeat;*/
}

#bouton{
	width:150px;
	position:relative;
	margin:0;
	padding:0;
	}

#bouton li {
	margin:0;
	padding:0;
	list-style:none;
	
	}
	
#bouton li a{
	width:150px;
	display:block;
	}

#bt1 a{
	background: url(../images/bt_01.png) no-repeat;
	height:93px;
	}
#bt1 a:hover{
	background: url(../images/bt_01.png) -150px 0 no-repeat ;
	}

#bt2 a{
	background: url(../images/bt_02.png) no-repeat;
	height:67px;
	}
#bt2 a:hover{
	background: url(../images/bt_02.png) -150px 0 no-repeat ;
	}
	
#bt3 a{
	background: url(../images/bt_03.png) no-repeat;
	height:67px;
	}
#bt3 a:hover{
	background: url(../images/bt_03.png) -150px 0 no-repeat ;
	}

#bt4 a{
	background: url(../images/bt_04.png) no-repeat;
	height:65px;
	}
#bt4 a:hover{
	background: url(../images/bt_04.png) -150px 0 no-repeat ;
	}

#bt5 a{
	background: url(../images/bt_05.png) no-repeat;
	height:64px;
	}
#bt5 a:hover{
	background: url(../images/bt_05.png) -150px 0 no-repeat ;
	}

#bt6 a{
	background: url(../images/bt_06.png) no-repeat;
	height:67px;
	}
#bt6 a:hover{
	background: url(../images/bt_06.png) -150px 0 no-repeat ;
	}

#bt7 a{
	background: url(../images/bt_07.png) no-repeat;
	height:80px;
	}
#bt7 a:hover{
	background: url(../images/bt_07.png) -150px 0 no-repeat ;
	}

/* //////////fin menu et bouton/////////////*/

.clearer{
	clear:both;
}
/*TEXTE*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#fff;
}
a, a:visited, a:active{
	color:#fff;
	text-decoration:underline;
	border:none;
}

a:hover{
	color:#0a80f9;
}
.color{color:#0a80f9;}

h1{
	font-size:14pt;
	color:#0a80f9;
	margin:0;
	text-align:right;
	}
h2{
	text-align:right;
	font-size:11pt;
	color:#0a80f9;
	margin:0;
}
a h2 {color:#0a80f9;text-decoration:none;}
a:hover h2 {color:#fff;text-decoration:none;}

h3{
	text-align:center;
	font-size:11pt;
	color:#0a80f9;
	margin:10px 0 5px 0;
}

h4{
	text-align:left;
	font-size:11pt;
	color:#0a80f9;
	margin:20px 0 0 0;
}

.space1{margin-top:40px}
.space2{margin-top:100px}
.space3{margin-top:150px}
/*specifique par page*/

#txt_pres{
	padding:10px;
	text-align:justify;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:80px;
	right:100px;
	width:450px;
	height:160px;
	}

#txt_real{
	padding:10px;
	text-align:justify;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:10px;
	left:180px;
	width:790px;
	height:460px;
	}
	
#txt_real ul{margin:10px 0 0 0;padding:0;list-style:none;}
#txt_real ul li{display: inline;margin:15px 0 0 15px;}

#txt_prest{
	padding:10px;
	text-align:right;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:10px;
	left:190px;
	width:130px;
	height:460px;
	}
#txt_prest2{
	padding:10px;
	text-align:left;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:10px;
	left:350px;
	width:630px;
	height:460px;
	overflow:auto;
	}
#txt_prest ul {list-style:none;margin:0;padding:0;}
#txt_prest li a{
	text-decoration:none;
	margin:0;
	padding:0;
	}

#txt_plus{
	padding:10px;
	text-align:justify;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:40px;
	left:330px;
	width:480px;
	height:400px;
	}	
.carn{
	float:left;
	margin:0 10px 10px 0;
	}
	
#txt_equi{
	padding:10px;
	text-align:justify;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:40px;
	right:80px;
	width:230px;
	height:300px;
	}	
	
#txt_cont{
	padding:10px;
	text-align:center;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:30px;
	right:50px;
	width:370px;
	height:100px;
	}
#txt_cont h1{
	text-align:center;
	}	
	
#txt_comm{
	padding:10px;
	text-align:justify;
	background:url(../images/fond_txt.png);
	position:absolute;
	bottom:10px;
	left:180px;
	width:790px;
	height:460px;
	}

#txt_comm h1{
	text-align:center;
	}	

#txt_comm #table1{
	width:388px;
	height:429px;
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:5px;
	border:1px solid #fff;
	}

#txt_comm #table2{
	width:388px;
	height:429px;
	position:relative;
	float:left;
	margin-top:5px;
	border:1px solid #fff;
	}

#table1 td{border-bottom:1px dashed #fff;}
#table2 td{border-bottom:1px dashed #fff;}
