@CHARSET "UTF-8";

#welcomePage h1{
	background-repeat: no-repeat;
	padding: 5px 0 0 35px;
	height: 35px;
	color: #FAC02A;
	background-image: url(/media/images/columnLogoOrange.png);
	margin: 18px 0 0 12px;
}



#blueFrame h1 {
	color: #0493b4;
	background-image: url(/media/images/columnLogoBlue.png);
	margin: 0 0 0 12px;
}

p.contentText {
	color: #414042;
	margin: 21px 12px 21px 47px;
	font-size: 14px;
}

p.link {
	margin: 0 0 0 47px;
}

#banner {
	width: 932px;
	height: 240px;
	margin: 21px 0 0 21px;
}

#welcomePage {
	margin: 21px 0 9px 0;
}

#welcomePage .leftColomn {
	width: 304px;
	margin:0 0 0 21px;
	float:left;
	
}



#rightColomn {
	width: 282px;
	margin:0 0 0 21px;
	float:left;
	
}

#blueFrame {
	width: 282px;
	
	float:left;
}

#blueFrame .leftTop {
	width: 14px;
	height: 13px;
	background-image: url(/media/images/content_in_left.png);
	float:left;
}

#blueFrame .top {
	width: 254px;
	height: 13px;
	background-color: #e5f4f7;
	float:left;
}

#blueFrame .rightTop {
	width: 14px;
	height: 13px;
	background-image: url(/media/images/content_in_right.png);
	float:left;
}

#blueFrameCenter {
	width: 282px;
	height: auto;
	background-color: #e5f4f7;
	padding: 0 0 21px 0;
	float:left;
}

.aquaButton {
	text-align: center;
	margin: 0 0 0 77px;
}
.aquaButton a:active
{
	outline:none;
}
.aquaButton a:focus
{
	outline:none;
}
.aquaButton a.orange,.aquaButton a.orange:visited {
	color:#414042;
	font-weight:normal;
	text-decoration:underline;
	font-size: 16px;
	display: block;
	background-image: url(/media/images/orange_button.png);
	padding: 10px 0 0 0;
	width: 155px;
	height: 28px;
	text-decoration: none;
}

.aquaButton a.blue,.aquaButton a.blue:visited {
	color:#fac02a;
	font-weight:normal;
	font-size: 16px;
	display: block;
	background-image: url(/media/images/blue_button.png);
	padding: 10px 0 0 0;
	width: 155px;
	height: 28px;
	text-decoration: none;
}

.aquaButton a.blue:hover {
	background-image: url(/media/images/blue_button_hover.png);
}

.aquaButton a.orange:hover {
	background-image: url(/media/images/orange_button_hover.png);
}
/**************page accueil ******************/
