@import url("reset.css");

body {
	background: #172c39 url(/images/bgBody.jpg) repeat-x top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


a:link {}
a:visited {}
a:hover {}
a:active {}


#page {
width: 780px;
margin: 0 auto;
}

/* Header
--------------------------------------------------------------------------------------- */

#header {}



/* Content
--------------------------------------------------------------------------------------- */

#content {
	width:780px;
	height:515px;
	background:url(/images/bgContent.jpg);
	}

#textAreaCenter{
	padding-left:93px;
	padding-top:180px;
	width:615px;
}

#textAreaCenter h1{
	color:#8db941;
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
}

#textAreaCenter p{
	font-size:12px;
	color:#2278d1;
	text-align:justify;
}

ul{
color:#fff;
width:300px;float:left;font-size:12px;
padding-top:110px;
}

li{
	padding-left:9px;
	background:url(../images/bullet.gif) no-repeat top left;
}








/* Le Footer
--------------------------------------------------------------------------------------- */

#footer {
clear: both;

}





/* Classes diverses
------------------------------------- */

.clear {clear: both;}
.flt-right {float: right;}
.flt-left {float: left;}
.txt-right {text-align: right;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.img-left {
	float: left; 
	margin: 0 10px 4px 0; 
}
.img-right {
	float: right; 
	margin: 0 0 4px 10px;
}
.noborder {border: none;}
.alt {background: #f0f0f0;}
.langues{
	color:#8db941;
	font-size: 11px;
	text-align: center;
	}

.lnk1{
	color:#8db941;
	font-size:24px;
	font-weight:bold;
	padding-bottom:20px;
	text-decoration: none;
	}
a.lnkLangue{
	color: #628A9D;
	font-size: 11px;
	}
