/*	Table des matires VEPRES CONSTRUCTIONS
	
	Les bandeaux horizontaux
	Contenu du bandeau haut
	Contenu du bandeau centre
	Contenu du bandeau bas
*/
/*	Les bandeaux horizontaux
------------------------------------------------------------------------*/
* { outline:none;} 	
#bandeau-haut{
	background-color:#FFFFFF;
	background-image:url('http://www.vepres-constructions.com/squelettes/img/fond_maquette_haut.gif');
	background-position:top left;
	background-repeat:repeat-y;
}
#bandeau-centre{
	border-top:1px solid rgb(197,82,44);
	border-bottom:1px solid rgb(8,96,168);
	background-position:center 0;
	background-repeat:no-repeat;
}
#bandeau-bas{
	background-color:#FFFFFF;
	background-image:url('http://www.vepres-constructions.com/squelettes/img/fond_maquette_bas.gif');
	background-position:top left;
	background-repeat:repeat-y;
	border-bottom:1px solid rgb(243,128,40);
}
/* Contenu du bandeau haut
------------------------------------------------------------------------*/
#bandeau-haut #bloc-haut{
	background-color:white;
	margin: 0 auto;
	width:950px;
}
#bandeau-haut #bloc-haut #col-haut-gauche{
	height:150px;
	float:left;
	width:230px;
	
}
#bandeau-haut #bloc-haut #col-haut-centre{
	height:150px;
	float:left;
	width:235px;
}
#bandeau-haut #bloc-haut #col-haut-centre p.spip{
	font-size:77%;
	padding:15px 50px 15px 0;
	line-height:1.1em;
}
#bandeau-haut #bloc-haut #col-haut-droit{
	background-image:url('http://www.vepres-constructions.com/squelettes/img/vepres-constructions-slogan.png');
	background-repeat:no-repeat;
	height:150px;
	float:left;
	width:485px;
}
/* Tableau du beandeau haut : menu suprieur  + lien intrieur*/
#bandeau-haut #bloc-haut #col-haut-droit #table-menu{
	width:485px;
	border-top:1px solid rgb(197,82,44);
	margin:100px 0 0 0;
}
#table-menu table{
	margin:0 auto;	
}
#table-menu table td{
	padding:10px 10px 0 10px;
	text-align:left;
}
#table-menu table a{
	font-size:93%;
	color:black;
	position: relative;
	font-family:Verdana, sans-serif;
	text-decoration:none;
}
#table-menu table a:hover{
	color:rgb(197,82,44);
}
/* Contenu du bandeau centre
------------------------------------------------------------------------*/
#bandeau-centre #bloc-centre{
	margin: 0 auto;
	width:950px;
}
/*
Page index - maj MARS 2009
------------------------------------------------------------------------*/
#CENTRE{
	width:720px;
	margin-left:230px;
}
#CENTRE #CentreGauche{
	margin-top:150px;
	margin-bottom:100px;
	width:345px;
	height:280px;
	float:left;
	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/fond-index-gauche.png');
	background-repeat:no-repeat;
}
#CENTRE #CentreDroit{
	margin-top:150px;
	margin-bottom:100px;
	width:345px;
	height:280px;
	float:left;
	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/fond-index-droit.png');
	background-repeat:no-repeat;
}
#CentreGauche h2,#CentreGauche p, #CentreDroit h2, #CentreDroit p{
	text-align:center
}
#CentreGauche h2{
	margin:40px 25px 20px 25px;
	font-size:100%;
	color:rgb(243,128,40);
	font-weight:bold;
	
}
#CentreDroit h2{
	margin:40px 10px 20px 10px;
	font-size:100%;
	color:rgb(197,82,44);
	font-weight:bold;	
}
#CentreGauche p,#CentreDroit p{
	margin:0 25px 0 25px;
	font-size:85%;
	font-family:Verdana, sans-serif
}
#CentreDroit ul,#CentreGauche ul{
	text-align:left;
	margin:0px 50px 0 85px;
	font-size:93%;
}
#CentreDroit ul{
	margin-left:110px;
}
#CentreDroit ul li a,#CentreGauche ul li a{
	color:white;
	font-weight:bold;
	
	padding-left:15px;
	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/plus.png');
	background-repeat:no-repeat;
	background-position:0 1px;
	
	text-decoration:none
}
#CentreDroit ul li a:hover,#CentreGauche ul li a:hover{
	text-decoration:underline
}
.Cale30{
	width:30px;
	float:left
}

/* Menu principal
------------------------------------------------------------------------*/
#menu-principal{
	display:block;
	float:left;
	width:152px;
	height:285px;
	margin:0;
}
/* Page
------------------------------------------------------------------------*/
/*Les deux colonnes*/
#col-centre-gauche{
	float:left;
	padding:44px 0 0 0;
	width:235px;
	margin-top:40px;
}
#MenuA{
	width:235px;
	height:60px;
	margin-bottom:10px;	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/fond-col-gauche-A.png');
	background-repeat:no-repeat;
}
#MenuB{
	width:235px;
	height:60px;
	margin-bottom:10px;	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/fond-col-gauche-B.png');
	background-repeat:no-repeat;
}

#MenuB ul,#MenuA ul{
	text-align:left;
	padding:7px 5px 5px 30px;
	font-size:93%;
}
#MenuB ul{
	padding-left:50px;
}
#MenuB ul li a,#MenuA ul li a{
	color:white;
	font-weight:bold;
	
	padding-left:15px;
	
	background-image:url('http://www.vepres-constructions.com/squelettes/img-v2/plus.png');
	background-repeat:no-repeat;
	background-position:0 1px;
	
	text-decoration:none
	
}
#MenuB ul li a:hover,#MenuA ul li a:hover{
	text-decoration:underline
}

#col-centre-droite{
	float:right;
	padding:0;
	width:485px;
	margin-top:40px;
}
/*Contenu : mise en forme*/
/*
 Voir les feuilles de style squelette_A.css et squelette_B.css
*/
#col-centre-droite #page-top{
	float:left;
	width:485px;
	height:44px;
	
	background:url('http://www.vepres-constructions.com/squelettes/img-v2/TopPage.png');
	background-repeat:no-repeat;
}
#col-centre-droite #page{
	float:left;
	width:485px;
	background: url('http://www.vepres-constructions.com/squelettes/img/fond-page.png');
	background-repeat:repeat-y;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:85%
}

#page p.spip,#page ul.spip{
	margin:15px 30px;
	list-style:inside;
}
#page p.spip strong.spip{
	font-weight:bold
}
#page p.spip a{
	color:rgb(197,82,44);
	text-decoration:underline
}
/**/
a.LienPlan{
	background-image:url('http://www.vepres-constructions.com/squelettes/img/fleche.gif');
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:15px;
}



/* Tableau des pages
------------------------------------------------------------------------*/
table.table-orange{
	border:1px solid rgb(8,96,168);
	border-bottom:none;
	background-color:rgb(197,82,44);
}
table.table-blanc{
	border-top:1px solid rgb(8,96,168);
}
#bandeau-centre #bloc-centre #col-centre-droite #page table.commun{
	width:485px;
}
#bandeau-centre #bloc-centre #col-centre-droite #page table.commun td{
	vertical-align:top
}	
#bandeau-centre #bloc-centre #col-centre-droite #page table.commun td img{
	margin:20px 10px 20px 30px;
	/*border:1px solid rgb(8,96,168);*/
}
#bandeau-centre #bloc-centre #col-centre-droite #page table.commun td p.spip{
	margin:20px 30px 20px 10px;
	color:black;
}
/*Tableau fond orange*/
#bandeau-centre #bloc-centre #col-centre-droite #page table.table-orange td h3.spip{
	text-transform:uppercase;
	font-weight:bold;
	color:white;
	margin:10px 10px 0 0;
}
/* Le menu vertical
------------------------------------------------------------------------*/
#menu-principal a.menu-ultra-propre{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;

	background: url('http://www.vepres-constructions.com/squelettes/img/menu-ultra-propre.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}
#menu-principal a.menu-ultra-propre:hover{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;

	background: url('http://www.vepres-constructions.com/squelettes/img/menu-ultra-propre-on.png') ;
	background-repeat:no-repeat;
	
	cursor:pointer;
	}
#menu-principal a.menu-propre-medical{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;
	background: url('http://www.vepres-constructions.com/squelettes/img/menu-propre-medical.png');
	background-repeat:no-repeat;
	
	cursor:pointer;
	}
#menu-principal a.menu-propre-medical:hover{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;
	background: url('http://www.vepres-constructions.com/squelettes/img/menu-propre-medical-on.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}
#menu-principal a.menu-techno-propre{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;
	background: url('http://www.vepres-constructions.com/squelettes/img/menu-techno-propre.png') ;
	background-repeat:no-repeat;
	cursor:pointer;
	}
#menu-principal a.menu-techno-propre:hover{
	background-position:0 0;
	margin-bottom:10px;
	float:left;
	width:152px;
	height:88px;
	background: url('http://www.vepres-constructions.com/squelettes/img/menu-techno-propre-on.png') ;
	background-repeat:no-repeat;
	cursor:pointer;
	}

#menu-principal a span{position:absolute;left:-5000px;top:-5000px;text-indent:-5000px;}
/* Contenu du bandeau bas
------------------------------------------------------------------------*/
#bandeau-bas #bloc-bas{
	background-color:white;
	margin: 0 auto;
	padding:45px 0 45px 0;
	width:950px;
}
#bandeau-bas #bloc-bas p.spip{
	font-size:77%;
	margin: 0 15px 0 15px;
	padding: 10px 0 0 0;

}
#bloc-bas a{
	color:black;
}
#bloc-bas a:hover{
	color:rgb(197,82,44);
}
.hexagone p.spip a.suite{
	text-decoration:underline;
	color:rgb(197,82,44);
}
.hexagone p.spip a.suite:hover{
	text-decoration:underline;
	color:black;
}
.hexagone-off p.spip a.suite{
	text-decoration:underline;
	color:white;
}