@CHARSET "ISO-8859-1";

/* Feuille de style de la partie publique du site Ailipse Technique*/

#EnsembleDuSite{
	width: 990px;
	margin: auto;
	padding: 0;
	height: auto;
	background-color: #FFFFFF;
	}

/* --------------------Bandeau du site------------------------*/
#bandeau {
	display:none;
	}

#bandeau h1 {
	/*float: left;*/
	/*padding-top:1px;*/
	padding-top:10px;
	padding-left:30px;
	width: 400px;
	display:block;
	}

#bandeau h3 {
	color:#FFF;
	font-size:18px;
	margin:0 0 5px 0;
	}

/* --------------------Sous Bandeau du site------------------------*/
#bandeau2{
	display:none;
	}

.bandeau2_left{
	float:left;
	width: 65%;
	}

#bandeau2_right{
	float:right;
	width: 30%;
	height: 40px;
	text-indent:-9999px;
	}

#bandeau2_right ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:right;
	}

#bandeau2_right ul li{
	display: inline;
	padding:0;
	margin:0;
	}

#bandeau2_right ul li a.blog{
	display:inline-block;
	background : transparent url('img/link_bg_top2_shop.jpg') no-repeat 100% 0%;
	width: 98px;
	height: 40px;
	}

#bandeau2_right ul li a.blog:hover{
	display:inline-block;
	background : transparent url('img/link_bg_top2_shop.jpg') no-repeat 100% -40px;
	width: 98px;
	height: 40px;
	}

#bandeau2_right ul li a.tech{
	display:inline-block;
	background : transparent url('img/link_bg_top2_blog.jpg') no-repeat 100% 0%;
	width: 98px;
	height: 40px;
	}

#bandeau2_right ul li a.tech:hover{
	display:inline-block;
	background : transparent url('img/link_bg_top2_blog.jpg') no-repeat 100% -40px;
	width: 98px;
	height: 40px;
	}

#bandeau2 h2 {
	color:#FFF;
	font-size:14px;
	margin-left:25px;
	margin-top:5px;
	}
	
span.none{
	display:none;
	}
	
	
/*--------------------Fil d'ariane------------*/
#barre-navigation {
	height: 15px;
	vertical-align: middle;
	font-size: 11px;
}

/* -----------------Barre de navigation globale sous bandeau---------------*/

#menu {
    display:none;
	}

.imgcontent{
	display:block;
	margin: auto;
	}

.listem{
	float:left;
	}

.listem ul{
	font:bold 11px helvetica;
	padding-left: 0;
	margin-left: 40px;
	}

.listem ul li{
	list-style: none;
	display: inline;
	width:150px;
	height:40px;
	}

.listem ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: black;
	/*background-color: #FFF2BF;*/
	border-right: 1px solid #6d6d6d;
	width:140px;
	height:22px;
	text-align:center;
	padding-top:7px;
	}

.listem ul li a:hover{
	background-image:url(img/liste_hover.jpg);
	background-repeat:repeat-x;
	color:#f18e00;
	/*background-color: #FFE271;*/
	/*border-style: outset;*/
	}

#barre-rubrique {
	font-weight: bolder;
	height: 25px;
	background-image: url(../squelettes/fond-section.JPG);
	background-repeat: repeat-x;
	font-size: 18px;
	text-align: center;
}
#barre-rubrique a:link {
	color: #EEEEEE;
	}
#barre-rubrique a:visited {
	color: #EEEEEE;
	}
#barre-rubrique a:hover {
	color: #FFE500;
	}

/* ----------------------Conteneur situé entre le tête et le pied de page------------------------*/	
#conteneur-central {
	width: 100%;
	height: 100%;
	padding: 5px;
}

/* -----------------base de page----------------------------------------------------------------*/
#bas-page {
	height: auto;
	color: #000000;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	font-weight: lighter;
	border-top-style: solid;
	border-width: 2px;
	border-color: #3233FF;
}

/* --------------------Tableau droite et gauche contenu situé dans contenuer central--------------*/
#gauche {
	width: 200px;
	float: left;
}
#droite {
	width: 200px;
	float: right;
}

.titre{
	text-align: center;
	padding: 10px;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
	}

.sous-titre{
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}

.texte-normal{
	padding: 10px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}

.paragraphe
	{
	width: 90%;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	height: auto;
	background-color: #FFFFFF;
	}
	
td {
	text-align: left;
	}


body, html  
	{
	height: 100%;
	}



body, html, p, ul, ol 
	{
	margin: 0;
	padding: 0;
	border: none;
	}

/* Eléments HTML en général
-------------------------------------------------------- */

body 
	{
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	/*background: #f5f5f5 url(img/bg_body.jpg) no-repeat center top;*/
	background: #292929 url(img/body_bg.png) no-repeat 100% 80%;
	background-attachment:fixed;
	/*background-color: #f5f5f5;*/
	color:#515053;
	font-size:12px;
	}

h1, h2, h3, h4 
	{
	margin: 0;
	padding: 0;
	color:#515053;
	}



h1
	{
	font-size: 28px;
	}


h2
	{
	font-size: 24px;
	/*margin:0 0 20px 0;*/
	padding-bottom:10px;
	}

h3
	{
	font-size: 20px;
	margin:0 0 10px 0;
	}

h4
	{
	font-size: 15px;
	margin:0 0 10px 0;
	}

h5
	{
	font-size: 12px;
	margin:0;
	clear:both;
	}

a, a:visited 
	{
	color: #00529a;
	text-decoration: none;
	}

 a:hover  
 	{
	color: #00529a;
	text-decoration: underline;
	}

