/*
	Feuille de style du site www.vigier-construction.com
*/
body{
	color:#333333;
	background-color:#ffffff;
	margin:0;
	padding:0;
}
*{
	font-family:arial;
	font-size:12px;
	color:#333333;
}
img{
	border:0;
}
h2{
	background-image:url(/images/commun/flech.gif);
	background-repeat:no-repeat;
	padding:0 0 0 40px;
	line-height:42px;
	font-size:16px;
}
h3{
	font-size:14px;
}
/*
	Elements communs à tous les mini-sites
*/
.page{
}
#haut{
	border-bottom:5px solid #475963;
	height:130px;
	background-repeat:no-repeat;
}
#haut h1{
	display:none;
}
#milieu{
	clear:both;
	background-image:url(/images/fond01.gif);
	background-repeat:repeat-x;
	background-color:#009de0;
	overflow:auto;
	_height:100%;
	padding:20px;
}
#gauche{
	float:left;
	width:164px;
	margin:0 20px 0 0;
}
#gauche .menu{
	margin:20px 0 0 0;
	padding:0;
	background-color:transparent;
}
#gauche .menu li{
	border-top:1px solid #ffffff;
	list-style:none;
}
#gauche .menu li a{
	text-decoration:none;
	display:block;
	width:154px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:right;
	padding:0 10px 0 0;
	_width:164px;
	text-transform:uppercase;
}
#gauche .menu li a:hover,
#gauche .menu li a.actif{
	color:#ffffff;
	background-color:#475963;
}
#centre{
	float:left;
	width:70%;
}
#centre *{
	color:#ffffff;
}
#centre #vue3d{
	float:left;
	margin:20px 20px 20px 0;
}
#bas{
	text-align:center;
}
.menu{
	background-color:#475963;
	margin:0;
	padding:0 0 0 14%;
	height:30px;
}
.menu li{
	float:left;
	list-style:none;
}
.menu li a{
	display:block;
	_width:10px;
	_white-space:nowrap;
	padding:0 10px 0 10px;
	height:30px;
	line-height:30px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.menu li a:hover{
	background-color:#009de0;
}
/*
	Elements propres à chaque mini-site
*/
#groupe{
	text-align:center;
}
#groupe #haut{
	background-image:url(/images/commun/accueil-vigier-2.jpg);
	background-position:top center;
	height:315px;
	margin:0 auto 0 auto;
}
#groupe #centre{
	float:none;
	text-align:left;
	width:723px;
	margin:0 auto 0 auto;
}
#vbc #haut{
	background-image:url(/images/vbc/VBC.gif);
}
#vbr #haut{
	background-image:url(/images/vbr/VBR.gif);
}
#cmv #haut{
	background-image:url(/images/cmv/CMV.gif);
}
#evigier #haut{
	background-image:url(/images/commun/VGE.gif);
}
#smba #haut{
	background-image:url(/images/smba/SMBA.gif);
}
#v2i #haut{
	background-image:url(/images/v2i/V2I.gif);
}
/*
	Diaporama
*/
#diaporama{
	background-color:#009de0;
	padding:10px 0 10px 0;
}
#diaporama *{
	color:#ffffff;
}
#diaporama .legende{
	position:absolute;
	visibility:hidden;
	text-align:left;
}
#diaporama img{
	cursor:pointer;
	margin: 20px 0 0 0;
}
/*
	Popup plan d'accès
*/
#popup{
	text-align:center;
}
#popup ul{
	width:100%;
}
#popup ul li{
	width:50%;
	float:left;
	list-style:none;
}
#popup ul li a{
	display:block;
	height:30px;
	width:100%;
}