
body {
	background-color : #1f1f1f;
	font-family      : verdana;
	font-size        : 11px;
	margin           : 0;
	text-align       : center;
	padding-top:30px;
}

#main {
	background:url('../images/background.jpg') top left no-repeat #ffffff;	
	position         : relative;		
	width            : 900px;
	height           : 522px;
	margin			: auto;
	text-align       : left;	
}

#menuBar {
	position         : relative;
	color            : white;
	top              : 79px;
	height           : 28px;
	line-height      : 28px;
	z-index          : 2;
}

.menuItemGroup {
	float            : left;
	margin-left      : 70px;
}

.languageItem {
	float            : left;
	text-align       : center;
	padding-top      : 7px;
	padding-left     : 5px;
	padding-right    : 5px;
	cursor           : pointer;
}

.menuItem {
	float            : left;
	font-size        : 12px;
	text-align       : center;
	padding-left     : 15px;
	padding-right    : 15px;
}

.menuItemBis {
	background-color : #5f74e1;
	float            : left;
	font-size        : 12px;
	text-align       : center;
	padding-left     : 15px;
	padding-right    : 15px;
}

.subMenuGroup {
	position         : absolute;
	left			 : 0px;
	background-color : #3549b2;	
	display          : none;	
	z-index          : 3;
}

.subMenuItem {
	color            : white;
	font-size        : 11px;
	text-align       : left;
	padding          : 6px;
	padding-right    : 15px;
}

#content {
	position         : relative;
	top              : 88px;
	width            : 680px;
	height           : 380px;
	z-index          : 1;
}

#footer {
	position         : absolute;
	font-size        : 11px;
	left             : 0px;
	bottom           : 0px;
	width            : 100%;
	padding          : 4px;
	text-align       : center;
}

p {
	margin           : 0;
	margin-left      : 10px;
	padding-top      : 4px;
	padding-bottom   : 4px;
	width            : 96%;
	line-height      : 20px;
	text-align       : justify;
	color            : #393d3e;
}

p.header {
	font-size        : 13px;
}


p.title {
	margin-top       : 12px;
	margin-bottom    : 4px;
	background-image : url( '../images/leftCorner.png');
	background-repeat: no-repeat; 
	background-color : #96b459;
	font-weight      : bold;
	padding-left     : 8px;
	line-height      : 19px;
	font-size        : 12px;
	text-align       : left;
	color            : white;
}

p.text {
	margin-top       : 5px;
	margin-bottom    : 5px;
	font-size        : 11px;
}


a.text {
	color            : #393d3e;
}

#logoApave {
	position : absolute;
	bottom   : 60px;
	right    : 30px;
}

#logoEASA {
	position : absolute;
	bottom   : 25px;
	right    : 8px;
}

table.main {
	background-color : #acbde7;
	width            : 96%;
	margin-left      : 20px;
	margin-top       : 4px;
}

tr.title {
	font-family      : verdana;
	font-size        : 14px;
	color            : white;
	line-height      : 30px;
	font-weight      : bold;
	background-color : #353891;
	text-align       : center;
}

tr.headers {
	font-family      : verdana;
	font-size        : 12px;
	color            : white;
	line-height      : 22px;
	background-color : #163e88;
	text-align       : center;
}

tr.section {
	font-family      : verdana;
	font-size        : 12px;
	color            : white;
	line-height      : 30px;
	background-color : #5f74e1;
	text-align       : center;
}

tr.lineImpair {
	font-family      : verdana;
	font-size        : 12px;
	line-height      : 24px;
	text-align       : center;
	background-color : white;
}

tr.linePair {
	font-family      : verdana;
	font-size        : 12px;
	line-height      : 24px;
	text-align       : center;
	background-color : #dae0f3;	
}

td.lib {
	text-align   : left;
	padding-left : 4px;
}

 .lienImgPartner img{padding:15px;}

/** Css des blocs de l'accueil **/
.blockFormations {width:350px;float:left;}
.blockSGS {border:solid 1px #5e82ba;width:300px;height:60px;float:left;}
.blockSGS h4 {margin:0px;padding:0px;background-color:#5e82ba;color:#ffffff;}
.blockSGS h4 a {color:#ffffff;}
.blockSGS p {text-align:center;}
#blockSGS_En {float:none;margin-left:20px;}
