@charset "utf-8";

/* Applicable à toutes les pages */
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

	/* rend 'invisible' */
.noshow { display:none; }

a.redLink:link, a.redLink:hover, a.redLink:visited, a.redLink:active {
	font-size:12px;
	color:#C02337;
	text-decoration:none;
}

a.dgLink:link, a.dgLink:visited, a.dgLink:active {
	color:#575757;
	text-decoration:none
}

a.dgLink:hover {
	color:#575757;
	text-decoration:underline;
}

a.dg2Link:link, a.dg2Link:visited, a.dg2Link:active,  a.dg2Link:hover{
	color:#575757;
	font-weight:bold;
	text-decoration:none
}

span.thisLink {
	color:#C02337;
}

a.lgLink:link, a.lgLink:visited, a.lgLink:active , a.lgLink:hover{
	color:#575757;
	text-decoration:none
}

div#Containner {
	position:relative;
	margin:auto;
	width:852px;
	height:530px;
}
	/* en-tête */
div#Header {
	height:30px;
	width:100%;
	background-image:url(../im/layout/bg_header.jpg);
	background-repeat:repeat-x;
	line-height:30px;
	text-align:right;
	text-transform:uppercase;
}

div#Header ul {
	margin:0px;
	list-style:none;
}

div#Header li {
	display:inline;
	padding-left:20px;
}
	/* pied de page */
div#Footer {
	position:absolute;
	bottom:0px;
	height:30px;
	width:852px;
	background-image:url(../im/layout/bg_footer.jpg);
	background-repeat:repeat-x;
	line-height:30px;
	font-size:9px;
	color:#575757;
	bottom:0px;
}

	/* corps de page, attention au BG, uniquement pour accueil */
div#pageBody {
	position:relative;
	width:852px;
	height:440px;
	margin:15px 0px 15px 0px; /* marge de 15px haut et bas */
}

	/* mise en page des sous pages SAUF actualites */
div#left_mrg {
	width:243px;
	height:440px;
	position:relative;
	float:left;
}

div#left_Body {
	height:334px;
}

.nav_list {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	text-align:left;
	margin-top:0px;
	background-image:url(../im/layout/list_1.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

.nav_list:hover {
	background-image:url(../im/layout/list_2.jpg);
}

.nav_list span.active {
	background-image:url(../im/layout/list_2.jpg);
}

.innerlist {
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#575757;
	text-align:left;
	padding-left:15px;
}

div#left_Footer {
	position:absolute;
	width:227px;
	height:90px;
	bottom:0;
	padding:8px;
	background-color:#575757;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

div#left_Footer h1 { font-size:11px; font-weight:bold; }

div#left_Footer p { font-weight:normal; }

div#right_mrg {
	width:588px;
	height:440px;
	padding-left:21px;
	float:left;
}

div#right_Body {
	height:400px;
}

div#right_Footer {
	position:absolute;
	width:588px;
	height:40px;
	bottom:0px;
	background-image:url('../im/layout/logo.jpg');
	background-position:bottom right;
	text-align:left;
	background-repeat:no-repeat;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/********** PAGE D ACCUEIL **********/
	/* Carrés "projets" */
div#prj1, div#prj2, div#prj3, div#prj4, div#prj5, div#prj6 {
	width:110px;
	height:110px;
	margin:0px;
	padding:0px;
	position:absolute;
	cursor:pointer;
}
	/* Localisation des carrés */
div#prj1 { left:171px; top:0px; }
div#prj2 { left:281px; top:0px; }
div#prj3 { left:61px; top:110px; }
div#prj4 { left:171px; top:110px; }
div#prj5 { left:171px; top:220px; }
div#prj6 { left:281px; top:330px; }

	/* Vignettes blanches (titres) - animation via JS */
div#i_prj1, div#i_prj2, div#i_prj3, div#i_prj4, div#i_prj5, div#i_prj6 {
	width:100px;
	padding-left:10px;
	display:none;
	font-size:10px;
	color:#575757;
	text-align:left;
	position:absolute;
	line-height:15px;
	background-color:#FFF;
}
	
	/* cadre z-index plus elevé pour mouse over */
.divOver { position:absolute; width:110px; height:110px; z-index:5; }

/************ lien pied de page CONTACT & google maps ***************/
span.left_Footer_f2 {
	position:absolute;
	bottom:10px;
}

a.whiteLink:link, a.whiteLink:hover, a.whiteLink:active, a.whiteLink:visited {
	color:#FFFFFF;
	text-decoration:underline;
}


/************ PATCH WORK PROJETS ***************/
div.prj_PatchWork {
	float:left;
	height:56px;
	width:84px;
}

/************ PATCH WORK EQUIPE ***************/
div.eqp_PatchWork {
	float:left;
	height:98px;
	width:73px;
}
