@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../Image/fond.png);
	background-repeat: repeat-x;
	margin:auto;
	height: auto;
	width: auto;
}

#global{
	background-position:center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#entete {
	
	background-image:url(../Image/entete.png);
	background-repeat: no-repeat;
	width:1000px;
	height:200px;
	}
.titre1
{
	text-align: center;
	font-family: "Tekton Pro";
	font-size: 24px;
}

.RSS{
	background-image:url(../Image/RSS-icon.png);
	height: 30px;
	width:30px;
	position: absolute;
	left:965px;
	top:10px;
	}
/*      MENU      
------------------------------------------------------------------------*/

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	top:10px; /* FIREFOX*/
	#top:10px; /* IE */
	position: relative;
}

#menu ul {
 list-style-type:none;
 }
#menu li {
 float:left; /*pour IE*/
 }
#menu ul li a {
	float:left;
	width:93px;
	line-height:32px;
	text-decoration:none;
	text-align:center;
 }
#menu ul li a:hover {
	background-image: url(../Image/bouton_menu.png);
 color:black;
 }  
#menu a:visited{
	color:white;
}

#header{
		#top:10px; /* IE */
	width: 1000px;
	position: relative;
	height:60px;
	background-image: url(../Image/header.png);
	background-repeat: no-repeat;
}
/*      contenu      
------------------------------------------------------------------------*/
.content
{
	padding-top:20px;
	padding-right:30px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contenu{
	#top:10px; /* IE */
	width: 1000px;
	position: relative;
}

#contenu_header{
	width: 1000px;
	position: relative;
	height:16px;
	background-image: url(../Image/contenu_header.png);
	background-repeat: no-repeat;
}
#contenu_middle{
	padding-top:20px;
	padding-bottom: 20px;
	width: 1000px;
	position: relative;
	font-family: "Tekton Pro";
	font-size: 18px;
	background-color:#FFF;
}
#contenu_footer{
	position: relative;
	width: 1000px;
	height:15px;
	background-image: url(../Image/contenu_footer.png);
	background-repeat: no-repeat;
}

#footer{
	position: relative;
	top:10px;
	width: 1000px;
	height:40px;
	background-image: url(../Image/footer.png);
	background-repeat: no-repeat;
}

/*                                          flag  
------------------------------------------------------------------------*/
.flag_deutch{
	background-image: url(../Image/Flag_deutch.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 38px;
	position: absolute;
	left:955px;
	top:-40px;
}

.flag_english{
	background-image: url(../Image/Flag_english.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 38px;	
	position: absolute;
	left:910px;
	top:-40px;
}
/*                                                   liens 
------------------------------------------------------------------------*/
#lien{
	text-decoration: inherit;
	color:#039
}

#lien a:hover {
   color:#FC0;
 }
/*                                          contact  
------------------------------------------------------------------------*/	
.contact{
	padding-left: 50px;
	position: relative;
	top:-400px;
	height:230px;
	width: 900px;
	}
	
.map{
	padding-left: 360px;
	padding-top: 30px;
	}
	
/*                                         Menu info
------------------------------------------------------------------------*/	
#menu_info {
	font-family: "Tekton Pro";
	font-weight: bold;
	font-size: 20px;
}

#menu_info ul {
 list-style-type:circle;
 }
#menu_info li {
 }
#menu_info ul li a {
	line-height:32px;
	text-decoration:none;
 }
#menu_info ul li a:hover {
	color:#00F;
 }  
#menu_info a:visited{
	color:#000;
}

/*                                    
------------------------------------------------------------------------*/	

.retour {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.retour a {
	float:left;
	text-decoration:none;
 }
.retour a:hover{
	color:#C93;
 }  
 
.retour a:visited{
	color:black;
	
}
/*                                    
------------------------------------------------------------------------*/	
#maison{
	margin-top: -280px;
	margin-left: 200px;
	}
	
	/*        
------------------------------------------------------------------------*/
.titre2{
	width:960px;
	height:30px;
	background-image:url(../../Domotique-DCE/fond_liens.png);
	text-align:center;
	font-family: "Tekton Pro";
	font-size: 23px;
	vertical-align: middle;
}
.qrcode{
	background-image:url(../Image/QRcode.jpg);
	background-repeat:no-repeat;
	height:200px;
	position: relative;
	width: auto;
	left: 550px;
	top: -250px;
	}