* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Times New Roman, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE */
}
.global {
	margin-left: auto;
	margin-right: auto;
	width: 993px;
	text-align: left;
	background-image: url(/resources/Images/fondhome.jpg);
	background-repeat: no-repeat;
	z-index:1;
}


/*----------------------------------------------------------------------*/
								/*ENTETE*/
.entete {
	padding: 18px 0px 5px 170px;
	height:85px;
}
.menu li {
	margin-right:9px;
	font-size: 17px;
	font-weight: normal;
	display: inline;
	color: #9a0057;
}
.menu li span.texte,
.menu li span.texte A {
	vertical-align: top;
}
.menu li span.flags {
	padding-left:30px;
}
.menu li a {
	color: #6595BD;
	TEXT-DECORATION: none
}
.menu li a:hover {
	color: #9a0057;
}


/*--------------------------------------------------------------------*/
								/*MAIN*/
.bloc {
	text-align: left;
	height:530px;
	border-bottom: 0px red dashed;
}
.titre {
	height: 107px;
	padding: 0px 0px 5px 80px;
	color: #002c5a;
	font-weight: bold;
	font-size: 35px;
	letter-spacing: 1px;
	line-height: 48px;
}

.soustitre /*Version EN*/
{
   	font-size: 30px; 
}


/*----------------------------------------------------------------------*/
								/*FOOTER*/
.footer {
	padding: 0px 0px 0px 402px;
	height: 80px;
}
.footer .logos 
{
    margin:0px 10px 0 0;
	float: left;
	width: 161px;
	height:82px;
	line-height:82px;
	text-align:center;
	
	_vertical-align:middle;
	_display: inline-block;
	_display:table-cell;
}

.footer .logos span {
    _display: inline-block;
    _height: 100%;
    _width: 1px;
}

.footer .logos img
{
	vertical-align:middle;
}

.footer .menufooter 
{

}
.footer li {
	margin-right: 1px;
	font-size: 20px;
	font-weight: bold;
	display: inline;
	color: #9a0057;
	line-height: 80px;
}

.footer li a {
	font-size: 11px;
	color: #5F649E;
	text-decoration: none;


}
.footer li a:hover {
	color: #9a0057;
}


/*------------------------------------------------------------------------------*/
									/*FOOTER-LIENS*/

.footerLienGlobal
{
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:999px;
    min-height:115px;
    background: url(/resources/Images/footerLien-home.jpg) repeat-x top ;
}

.footerLien
{
    padding: 20px 0 10px 340px;
    text-align:right;
}

.footCol
{
    float:left;
    margin-left:20px;
    font-size:9px;

}

.footTitre
{
    display:block;
    color:#3774A9;
    font-weight:bold;

}
.footLien
{
    display:block;
}

.footLien a
{
    color:#8CAECC;
}

.footLien a:hover
{
    color:#3774A9;
}


/*----------------------------------------------------------------------*/
								/*Actualité*/

.actu
{
    position:absolute;
    top:628px;
    padding-left:50px;
    width:298px;
}

.actuElt
{
    padding-bottom:5px;
}

.actuTxt
{
    font-size:11px;
    color:#3774A9;
}

.actuTxt a
{
    color:#182F58;
    text-decoration:none;
}

.actuTxt a:hover
{
    color:#991D5A;
}