@charset "utf-8";
/* CSS Document */


/*GENERAL_____________________________________________________________*/
body {
	margin:0;
	padding:0;
	background-color:#fafafa;
	background-image: url(images/fond.jpg);
	background-repeat:repeat-x;
}

#fond {
	width : 100%;
	height: 100%;
	min-width:800px;
	min-height:600px;
	position:absolute;
}

#logo {
	width:186px ;
	height:68px;
	margin-top:60px;
	margin-left:80px;
	position:absolute;
}

#menu{
	width:170px ;
	height:243px;
	margin-top:200px;
	margin-left:80px;
	position:absolute;
}

#bouton{
	width:170px;
	height:28px;
	margin-bottom:15px;
}
#bouton a{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:24px;
	color:#cce2bf;
	text-decoration:none;
}
#bouton a:hover{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:24px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}

#bienvenue {
	width:470px ;
	height:200px;
	margin-top:180px;
	margin-left:60%;
	position:absolute;
	font-family: "Arial Narrow", "Arial";
	font-size:40px;
	color:#cce2bf;
}

h1 {
	font-family: "Arial", "Arial Black";
	font-weight:bold;
	font-size:18px;
	color: #8b9a84;
}

#titre {
	ont-family: "Arial Narrow", "Arial Black";
	font-weight:bold;
	font-size:18px;
	color: #8b9a84;
	text-indent: 25px;
}

#bouton_encart{
	width:200px;
	height:28px;
	margin-top:42px;
	margin-left:300px;
}
#bouton_encart a{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#8b9a84;
	text-decoration:none;
}
#bouton_encart a:hover{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}

#titre_page {
	width:300px;
	height:73px;
	margin-top:10px;
	margin-left:400px;
	position:absolute;
}
#logo_titre_page {
	width:73px;
	height:73px;
	margin:0;
	float:left;
}
#text_titre_page {
	width:200px;
	height:40px;
	margin-top:16px;
	margin-left:27px;
	float:left;
	text-align:center;
	font-family: "Arial Narrow", "Arial", "Verdana";
	font-size:30px;
	color:#8b9a84;
}

/*PRESENTATION________________________________________________________*/
#encart_presentation {
	width:600px ;
	height:459px;
	margin-top:100px;
	margin-left:40%;
	position:absolute;
	background-image:url(images/encart_presentation.png);
	background-repeat:none;
}

#encart_presentation_int {
	width:550px ;
	height:308px;
	margin:25px 20px 25px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

/*PRESTATION_____________________________________________________________*/

#encart_prestation1 {
	width:600px ;
	height:484px;
	margin-top:80px;
	margin-left:30%;
	position:absolute;
	background-image:url(images/encart_prestation1.png);
	background-repeat:none;
}

#encart_prestation_int1 {
	width:550px ;
	height:338px;
	margin:25px 20px 25px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}
#encart_prestation_int1 ul {

	margin:0;
}

#encart_prestation2 {
	width:600px ;
	height:573px;
	margin-top:80px;
	margin-left:30%;
	position:absolute;
	background-image:url(images/encart_prestation2.png);
	background-repeat:none;
}

#encart_prestation_int2 {
	width:550px ;
	height:443px;
	margin:25px 20px 25px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

/*INTENSBOX01_____________________________________________________________*/


#bouton_borne{
	width:103px;
	height:103px;
	margin-top:60px;
	margin-left:31%;
	position:absolute;
}

#bouton_borne a{
	width:103px;
	height:103px;
	background-image:url(images/btn_borne_down.png);
	text-decoration:none;
	display:block;
}
#bouton_borne a:hover{
	width:103px;
	height:103px;
	background-image:url(images/btn_borne_up.png);
	text-decoration:none;
	display:block;
}

#encart_intensbox01 {
	width:398px ;
	height:437px;
	margin-top:80px;
	margin-left:60%;
	position:absolute;
}

#ico_TV {
	width:67px ;
	height:71px;
	margin-right:25px;
	margin-bottom:50px;
	background-image:url(images/ico_TV.png);
	float:left;
}

#ico_wifi {
	width:64px ;
	height:72px;
	margin-right:24px;
	margin-bottom:49px;
	background-image:url(images/ico_wifi.png);
	float:left;
}

#ico_coffre {
	width:71px ;
	height:71px;
	margin-right:25px;
	margin-bottom:50px;
	background-image:url(images/ico_coffre.png);
	float:left;
}

#ico_site {
	width:73px ;
	height:73px;
	margin-right:23px;
	margin-bottom:48px;
	background-image:url(images/ico_site.png);
	float:left;
}

#bloc_lien_ico {
	width:300px ;
	height:121px;
	float:left;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#bloc_lien_ico a {
	text-align:left;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#8b9a84;
	text-decoration:none;
}

#bloc_lien_ico a:hover {
	text-align:left;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}

/*BORNE01_____________________________________________________________*/

#encart_intensbox_borne01 {
	width:608px;
	height:356px;
	margin-top:80px;
	margin-left:24%;
	position:absolute;
	background-image:url(images/encart_intensbox_borne01.png);
	background-repeat:none;
}

#encart_intensbox_borne01_int {
	width:558px;
	height:250px;
	margin:25px 20px 12px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}


#encart_intensbox_bornePB01 {
	width:269px ;
	height:360px;
	margin-top:80px;
	margin-left:74%;
	position:absolute;
	background-image:url(images/encart_intensbox_bornePB01.png);
	background-repeat:none;
}

#encart_intensbox_bornePB01_int {
	width:213px ;
	height:205px;
	margin:25px 20px 25px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#logo_paybox {
	width:122px ;
	height:48px;
	background-image:url(images/logo_paybox.png);
	background-repeat:none;
	margin-left:70px;
}

#btn_encart_intensbox_bornePB01 {
	width:200px;
	height:28px;
	margin-top:0px;
	margin-left:330px;
}
#btn_encart_intensbox_bornePB01 a{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#8b9a84;
	text-decoration:none;
}
#btn_encart_intensbox_bornePB01 a:hover{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}

#btn_retour_borne01 {
	width:150px;
	height:28px;
	margin-top:0px;
	margin-left:30px;
	float:left;
}

#btn_retour_borne01 a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_borne01 a:hover {
	text-decoration:underline;
}

/*BORNE02_____________________________________________________________*/

#btn_intensbox_bornePB02 {
	width:200px;
	height:28px;
	margin-top:200px;
	margin-left:280px;
	position:absolute;
}
#btn_intensbox_bornePB02 a{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#8b9a84;
	text-decoration:none;
}
#btn_intensbox_bornePB02 a:hover{
	text-align:center;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}
#btn_retour_borne02 {
	width:150px;
	height:28px;
	margin-top:240px;
	margin-left:280px;
	position:absolute;
}

#btn_retour_borne02 a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_borne02 a:hover {
	text-decoration:underline;
}

/*WIFI _____________________________________________________________*/


#encart_IB_wifi01 {
	width:608px;
	height:306px;
	margin-top:100px;
	margin-left:34%;
	position:absolute;
	background-image:url(images/encart_IB_wifi01.png);
	background-repeat:none;
}

#encart_IB_wifi01_int {
	width:558px;
	height:204px;
	margin:25px 20px 12px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#encart_IB_wifi02 {
	width:608px;
	height:356px;
	margin-top:100px;
	margin-left:34%;
	position:absolute;
	background-image:url(images/encart_intensbox_borne01.png);
	background-repeat:none;
}

#encart_IB_wifi02_int {
	width:558px;
	height:250px;
	margin:25px 20px 12px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

/*COFFRE _____________________________________________________________*/


#encart_intensbox_coffre {
	width:478px;
	height:354px;
	margin-top:150px;
	margin-left:24%;
	position:absolute;
	background-image:url(images/encart_IB_coffre.png);
	background-repeat:none;
}

#encart_intensbox_coffre_int {
	width:428px;
	height:260px;
	margin:25px 0px 12px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}


#encart_intensbox_coffre01 {
	width:227px ;
	height:219px;
	margin-top:150px;
	margin-left:64%;
	position:absolute;
	background-image:url(images/encart_IB_coffre01.png);
	background-repeat:none;
}

#encart_intensbox_coffre01_int {
	width:177px ;
	height:179px;
	margin:25px 20px 25px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#btn_retour_coffre01 {
	width:150px;
	height:28px;
	margin-top:0px;
	margin-left:250px;
	float:left;
}

#btn_retour_coffre01 a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_coffre01 a:hover {
	text-decoration:underline;
}

/*SITE _____________________________________________________________*/


#encart_intensbox_site {
	width:416px;
	height:295px;
	margin-top:150px;
	margin-left:24%;
	position:absolute;
	background-image:url(images/encart_IB_site.png);
	background-repeat:none;
}

#encart_intensbox_site_int {
	width:366px;
	height:200px;
	margin:25px 0px 10px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#btn_retour_site01 {
	width:150px;
	height:28px;
	margin-top:0px;
	margin-left:250px;
	float:left;
}

#btn_retour_site01 a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_site01 a:hover {
	text-decoration:underline;
}
#titre_tel {
	width:300px;
	height:90px;
	margin-top:100px;
	margin-left:60%;
	position:absolute;
}
#logo_titre_tel {
	width:73px;
	height:73px;
	margin:0;
	float:left;
}
#text_titre_tel {
	width:210px;
	height:90px;
	margin-top:3px;
	margin-left:17px;
	float:left;
	text-align:justify;
	font-family: "Arial Narrow", "Arial", "Verdana";
	font-size:28px;
	color:#8b9a84;
}

#text_titre_tel2{
	text-align:justify;
	font-family: "Arial Narrow", "Arial", "Verdana";
	font-size:22px;
	color:#8b9a84;
}

#bouton_site{
	width:342px;
	height:181px;
	margin-top:280px;
	margin-left:60%;
	position:absolute;
}

#bouton_site a{
	width:342px;
	height:181px;
	background-image:url(images/btn_site_down.png);
	text-decoration:none;
	display:block;
}
#bouton_site a:hover{
	width:342px;
	height:181px;
	background-image:url(images/btn_site_up.png);
	text-decoration:none;
	display:block;
}


/*REFERENCE _____________________________________________________________*/
#encart_reference {
	width:361px;
	height:198px;
	margin-top:100px;
	margin-left:60%;
	position:absolute;
	background-image:url(images/encart_reference.png);
	background-repeat:none;
}

#encart_reference_int {
	width:311px;
	height:108px;
	margin:20px 0px 10px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#btn_retour_ref {
	width:80px;
	height:28px;
	margin-top:0px;
	margin-left:250px;
	float:left;
}

#btn_retour_ref a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_ref a:hover {
	text-decoration:underline;
}

#ref01 {
	width:330px;
	height:448px;
	margin-top:100px;
	margin-left:24%;
	position:absolute;
	background-image:url(images/ref01.png);
	background-repeat:none;
}

#ref02 {
	width:343px;
	height:178px;
	margin-top:350px;
	margin-left:60%;
	position:absolute;
	background-image:url(images/ref02.png);
	background-repeat:none;
}

/*FORMULAIRE _____________________________________________________________*/

#encart_formulaire {
	width:417px;
	height:545px;
	margin-top:50px;
	margin-left:50%;
	position:absolute;
	background-image:url(images/encart_formulaire.png);
	background-repeat:none;
}

#formulaire{
	height:500px;
	width:400px;
	float:left;
}

#form{
	height:450px;
	margin-top:30px;
}
label{
	font-family:Arial, Helvetica, sans-serif;
	color:#8b9a84;
	font-size:0.9em;
	display:block;
	float:left;
	text-align:right;
	width:100px;
	margin-right:20px;
	margin-top:10px;
	line-height:18px;
}

input{
	font-family:Arial, Helvetica, sans-serif;
	color: #8b9a84;
	font-size:0.9em;
	display:block;
	float:left;
	width:250px;
	margin-top:10px;
}

br{
	clear:left;
}

textarea {
	width:250px;
	height:200px;
	overflow:auto;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #8b9a84;
	font-size:0.9em;
}

.bouton1{
	width:120px;
	margin:10px 5px 0 120px;
}

.bouton2{
	width:120px;
	margin:10px 0 0 5px;
}

#encart_contact {
	width:197px;
	height:545px;
	margin-top:50px;
	margin-left:30%;
	position:absolute;
	background-image:url(images/encart_contact.png);
	background-repeat:none;
}

#encart_contact_int {
	width:157px;
	height:450px;
	margin:34px 0px 10px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:16px;
	color: #8b9a84;
}

#text_contact {
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:12px;
	color: #8b9a84;
}

#logo_contact {
	width:120px;
	height:62px;
	margin-top:30px;
	margin-left:33px;
	background-image:url(images/logo_classic.png);
	background-repeat:none;
}


/*TV01 _____________________________________________________________*/

#bloc_menuTV01 {
	width:150px ;
	height:121px;
	position:absolute;
	margin-top:200px;
	margin-left:300px;
}

#bloc_lien_TV01 {
	width:150px ;
	height:30px;
	float:left;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#bloc_lien_TV01 a {
	text-align:left;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#8b9a84;
	text-decoration:none;
}

#bloc_lien_TV01 a:hover {
	text-align:left;
	font-family: "Britannic Bold", "Arial";
	font-size:20px;
	color:#FFF;
	background-image:url(images/fond_btn.jpg);
	background-repeat:repeat-x;
}


/*TV02 _____________________________________________________________*/

#conteneur_principal_TVPC {
	width:744px;
	position:absolute;
	margin-top:200px;
	margin-left:500px;
}

#conteneur_TVPC {
	width:340px ;
	float:left;
	margin-top:0px;
	margin-left:50px;
}

#TVPC {
	width:285px ;
	height:235px;
	margin-left:27px;
	background-image:url(images/TV.png);
}

#logo_TVPC {
	width:338px ;
	height:51px;
	margin-top:20%;
	margin-left:1px;
	background-image:url(images/logo8TV02.png);
}

#encart_TVPC {
	width:354px;
	height:336px;
	float:left;
	background-image:url(images/encart_IB_TV02.png);
}

#encart_TVPC_int {
	width:304px;
	height:300px;
	margin:28px 0px 10px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#btn_retour_TVPC02 {
	width:100px;
	height:28px;
	margin-top:0px;
	margin-left:25px;
	float:left;
}

#btn_retour_TVPC02 a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_TVPC02 a:hover {
	text-decoration:underline;
}

#bedside {
	width:232px ;
	height:270px;
	margin-left:10px;
	margin-top:30px;
	background-image:url(images/bedside.png);
}


/*TV03 _____________________________________________________________*/

#encart_IPTV01 {
	width:777px;
	height:309px;
	margin-top:130px;
	margin-left:35%;
	position:absolute;
	background-image:url(images/encart_IB_IPTV01.png);
	background-repeat:none;
}

#encart_IPTV01_int {
	width:720px;
	height:190px;
	margin:20px 0px 10px 20px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#btn_IPTV01 {
	width:48px;
	height:48px;
	margin-top:0px;
	margin-left:590px;
	position:absolute;
}

#btn_IPTV01 a{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_down.png);
	text-decoration:none;
	display:block;
}

#btn_IPTV01 a:hover{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_up.png);
	text-decoration:none;
	display:block;
}

#conteneur_IPTV {
	width:760px;
	height:382px;
	margin-top:130px;
	margin-left:35%;
	position:absolute;
	
}
#encart_IPTV02 {
	width:258px;
	height:382px;
	margin-top:0px;
	margin-left:0;
	float: left;
	background-image:url(images/encart_IB_IPTV02.png);
	background-repeat:none;
}

#encart_IPTV02_int {
	width:215px;
	height:250px;
	margin:20px 0px 10px 15px;
	text-align:justify;
	font-family: "Arial Narrow", "Arial";
	font-size:18px;
	color: #8b9a84;
}

#img_IPTV {
	width:460px;
	height:259px;
	margin-top:50px;
	margin-left:40px;
	float: left;
}

#btn_retour_IPTV {
	width:100px;
	height:28px;
	margin-top:320px;
	margin-left:300px;
	position:absolute;
}

#btn_retour_IPTV a {
	text-align:center;
	font-family: "Arial Narrow", "Arial";
	font-size:15px;
	color:#8b9a84;
	text-decoration:none;
}

#btn_retour_IPTV a:hover {
	text-decoration:underline;
}

#btn_avant {
	width:48px;
	height:48px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}

#btn_avant a{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_down.png);
	text-decoration:none;
	display:block;
}

#btn_avant a:hover{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_up.png);
	text-decoration:none;
	display:block;
}

#btn_arriere {
	width:48px;
	height:48px;
	margin-top:5px;
	margin-left:65px;
	float:left;
}

#btn_arriere a{
	width:48px;
	height:48px;
	background-image:url(images/btn_arr_down.png);
	text-decoration:none;
	display:block;
}

#btn_arriere a:hover{
	width:48px;
	height:48px;
	background-image:url(images/btn_arr_up.png);
	text-decoration:none;
	display:block;
}

#conteneur_IPTV2 {
	height:538px;
	width:704px;
	position: absolute;
	margin-top:80px;
	margin-left:35%;
	background-image:url(images/encart_IPTV.png);
}

#btn_contIPTV_av{
	height:50px;
	width:50px;
	margin:30px 0 0 40px;
	float:left;
}

#btn_contIPTV_av a{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_down.png);
	text-decoration:none;
	display:block;
}

#btn_contIPTV_av a:hover{
	width:48px;
	height:48px;
	background-image:url(images/btn_avant_up.png);
	text-decoration:none;
	display:block;
}
#btn_contIPTV_ar{
	height:50px;
	width:50px;
	margin:30px 0 0 230px;
	float:left;
}

#btn_contIPTV_ar a{
	width:48px;
	height:48px;
	background-image:url(images/btn_arr_down.png);
	text-decoration:none;
	display:block;
} 

#btn_contIPTV_ar a:hover{
	width:48px;
	height:48px;
	background-image:url(images/btn_arr_up.png);
	text-decoration:none;
	display:block;
}

/*slide*/
.container { width:600px; height:393px; overflow:hidden; position:relative; cursor:pointer; margin-top:25px; }
		div.slides { position:absolute; top:0; left:0; }
		ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		div.slides div,ul.slides li { position:absolute; top:0; width:600px; display:none; padding:0; margin:0; }
#loopedSlider,#newsSlider { margin:0 auto; width:600px; position:relative; clear:both; }
		ul.pagination { list-style:none; padding:0; margin:0; }
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a { background:blue; color:white; }
