﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0067b1;
}
.homeAwe {
	background-image: url(../images/bg/fond_awe_groupe_home_ei.png);
	background-repeat: no-repeat;
	width:1300px;
	height:700px;
}
.homeDroitAwe {
	background-image: url(../images/bg/fond_droit_home.png);
	background-repeat: repeat-x;
}
.homeGaucheAwe {
	background-image: url(../images/bg/fond_gauche_home.png);
	background-repeat: repeat-x;

}

.langueText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	height:18px;
	text-align:center;
}
.langueText a {
	color: #ffffff;
	text-decoration:none;
}
.langueTextSel {
	font-weight: bold;
	color: #00a7ff;
}
.langueTextSel a {
	color: #00a7ff;
	text-decoration:none;
}


.indexText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	height:30px;
	text-align:center;
}
.indexText a {
	color: #ffffff;
	text-decoration:none;
}
.indexText a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.asblText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	height:25px;
	text-align:right;
}
.asblText a {
	color: #ffffff;
	text-decoration:none;
}
.asblText a:hover {
	color: #00ddfe;
	text-decoration:underline;
}

.asblTitreText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #00d8ff;
	height:33px;
	text-align:right;
}

.asblTitreText a {
	text-decoration:none;
	color: #00d8ff;
}
.asblTitreText a:hover {
	text-decoration:none;
	color: #00d8ff;	
}

.asbl {
	background-color: #00d8ff;
	height:3px;
}

.asblTitreAccueilText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	text-align:right;
}

.asblTitreAccueilText a {
	text-decoration:none;
	color: #ffffff;
}
.asblTitreAccueilText a:hover {
	text-decoration:none;
	color: #ffffff;
}



.commercialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	height:33px;
	text-align:left;
}
.commercialText a {
	color: #ffffff;
	text-decoration:none;
}
.commercialText a:hover {
	color: #50fee7;
	text-decoration:underline;
}

.commercialTitreText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #50fee7;
	height:33px;
	text-align:left;
}

.commercialTitreText a {
	text-decoration:none;
	color: #50fee7;
}
.commercialTitreText a:hover {
	text-decoration:none;
	color: #50fee7;
}

.commercial {
	background-color: #50fee7;
	height:3px;
}

.commercialTitreAccueilText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #ffffff;
	text-align:left;
}

.commercialTitreAccueilText a {
	text-decoration:none;
	color: #ffffff;
}
.commercialTitreAccueilText a:hover {
	text-decoration:none;
	color: #ffffff;
}

.pageError p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}

.pageError img {
    max-width: 50%;
	height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}
