@import url("menu.css");

/* CSS Document */
html, form{
	min-height:100%;
}
Body {
	background:#ededed;
	min-height:100%;
	margin:0;
	padding:0;
}
img{
	border:none;
}


/* Blocs */

.ColG{
	background:url(images/FondG.jpg) no-repeat right top;
	margin:0;
	min-height:100%;
	width:30%;
}
.ColD{
	background:url(images/FondD.jpg) no-repeat left top;
	min-height:100%;
	width:30%;
}
.Centre{
	width:955px;
	background:#fff url(images/FondCB.jpg) no-repeat bottom right;
}
.VilleH{
	background:#fff url(images/VilleHaut.gif) no-repeat top left;
	height:200px;
	width:955px;
	vertical-align:top;
}
.Menu{
	position:relative;
	left:50px;
	top:154px;
}
.logo{
	position:relative;
	float:left;
	vertical-align:bottom;
}
.TopPane{
	background-color:#fff;
}
.ContentPane{
	margin:0;
	vertical-align:top;
}
.LeftPane{
	padding:0 30px;
	vertical-align:top;
}
.BottomPane{
	margin-bottom:35px;
	padding:0 35px;
}
.RightPane{
	vertical-align:top;
	padding:0 30px;
}
.Telephone{
	background:url(images/Telephone.gif) no-repeat left bottom;
	padding-left:240px;
	height:330px;
}

/* Typos */
.SMALL{
	font-size:9px;
	color:#727274;
}
H1{
	margin:0;
	padding:2px 0;
	color:#727274;
	font-size:15px;
	line-height:1em;
}
.Normal{
	color:#9e1f63;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.7em;
}
a,a:link,a:visited,a:active{
	color:#9e1f63;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#727274;
	text-decoration:underline;
}
.Head{
	color:#9e1f63;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
}
.SubHead{
	color:#9e1f63;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}








.SubSubHead{color:#6E8AA0;}



a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}





/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#C00;}

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited { color:#3E81B5;}
a.user:hover{color:#C00;}

/*-------------- Footer Style --------------*/
.footer,a.footer:link,a.footer:active,a.footer:visited { color:#3E81B5;}
a.footer:hover{color:#C00;}

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}
