BODY{
	background-color:#F5E3E2;
	background-image:url('img/bg01.png');
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.clear{	clear:both; height:1px; overflow:hidden;}

.container {
	width:960px;
	margin-left: auto; 
	margin-right: auto; 
}
/***********************************************************************************************/
/* HEADER 1 */
.header1 {	
	background:  url('img/header-bg.png') no-repeat;
	background-position:0px 0px;
	height:100px;
	margin-top:0px;
	position:relative;
}
.header1 H1.logo {	
	position:absolute;
	top:18px;
	left:15px;
	border:0px;
}

.header1 DIV.titre {		
	position:absolute;	
	top:18px;
	left:182px;	
}
.header1 DIV.menu1{
	float:right;	
}

.header1 DIV.menu1 UL{
	list-style: none ;
	margin:1px 0px 0px 0px;
	padding:0px;
}

.header1 DIV.menu1 UL LI{
	margin:0px 0px 0px 0px;
	display:inline;	
	
}
.header1 DIV.menu1 UL LI A{
	display: block;
	width: auto;
	float: left;
	height: 26px;
	padding: 5px 7px 0px 7px;
/*	background: transparent url('img/onglet-bleu.gif') top left no-repeat;*/	
}

/***********************************************************************************************/
/* HEADER 2 */
.header2 {	
	position:relative;
	height:50px;
	background-image:url('img/header2-bg.png');
}
.header2 DIV.searchbox {
	width:270px;
/*	background-color:#0066CC;*/
	margin:15px 13px 0 0;
	float:right;
	padding:0 10px;
}
.header2 DIV.searchbox INPUT.search{
	float:left;
	width:224px;
	height:22px;
	padding:1px 5px 0 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width-value: 0px;
	border-right-width-value: 0px;
	border-left-width-value: 0px;
	border-bottom-width-value: 0px;
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url("img/searchbox.png");
}

.header2 DIV.searchbox INPUT.submit{
	width: 34px;
	height: 24px;
	float:right;
	text-align: center;
	margin-top:1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width-value: 0px;
	border-right-width-value: 0px;
	border-left-width-value: 0px;
	border-bottom-width-value: 0px;
	
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:top left;
	
	cursor: pointer;
	background-image:url("img/BTN-search.png");
}

/* ==============================
 * MENU
 * ============================== */
.header2 DIV.menu2{	
	width:632px;
	float:left;
	/*text-align:center;*/
	margin-left:12px;
	/*overflow:hidden;	*/
}
/*
.header2 DIV.menu2 UL{	
	list-style: none ;
	margin:18px 0px 0px 0px;
	padding:0px;
	width:632px;
}
.header2 DIV.menu2 UL LI{
	display:inline;	
	padding: 0 9px 0 7px;
	background: url(img/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
*/
.nav ul {
/*background-color:#00CC33;*/
	width: 632px;
	margin:8px 0px 0px 0px;
	/*height: 38px;*/
	float: left;
/*	margin: 0;
	padding-top: 3px;*/
	list-style: none;
	/*font-size: 15px;*/
}
.nav li {
	float: left;
	padding: 0 1px;
	background: url(img/menu/split.png) no-repeat right center;
	position: relative;
	z-index: 1;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 45px;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(img/menu/menu_left.gif) no-repeat 0 4px;
	/*background-position: 0 4px;*/
	width: 8px;
	height: 39px;
	line-height: 42px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(img/menu/menu_mid.gif) repeat-x 0 4px;
	height: 39px;
	line-height: 40px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(img/menu/menu_right.gif) no-repeat 0 4px;
	width: 8px;
	height: 39px;
	line-height: 42px;
	display: block;
	float: left;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 40px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #09548B ;
}
.nav li:hover .sub,
.nav li.hover .sub {
	display:block;
}
.nav li .sub {
	display: none;
	position: absolute;
	top: 35px;
	left: 0px;
	background: url(img/menu/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.nav li ul {
	background: url(img/menu/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
	font-size: 12px;
}

.nav li:hover li,
.nav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	margin-top:10px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.nav li:hover li a,
.nav li.active li a {
	color: #FFF ;
	background: none !important;
	line-height:normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.nav li:hover li a:hover,
.nav li.active li a:hover {
	color: #fff;
	background: #BC0045 !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.nav li li a:hover,
.nav li li a:hover {
	color: #fff ;
	background: #BC0045 !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.nav .btm-bg {
	background: url(img/menu/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
/***********************************************************************************************/
/* CENTRAL */
.central{
	min-height:800px;
	background-color: #fff;
}

.central DIV.col-droite DIV.contact{
	background: url('img/bloc-jaune.png') no-repeat !important;
	padding-right:100px;
	height:111px;
}
.central DIV.col-droite DIV.block{
	background: url('img/degrade-1bd.jpg') no-repeat;
	padding:10px;
	margin:0px 0px 10px 0px;
}

.central DIV.col-droite DIV.catalogue{
	background:none;	
	padding-top:0px !important;
}
.central DIV.col-droite DIV.newsletter{
	background:url('img/bloc-news-288x105.png') no-repeat;
	height:105px;
}
.central DIV.col-droite DIV.newsletter P{padding-right:120px;}
/***********************************************************************************************/
/* CENTRAL HOME */
.central-home{
	padding-top:10px;
}
/********************************************/
/* CENTRAL HOME COL GAUCHE */
.central-home DIV.col-gauche {
	float:left;
	width:632px;
	margin-left:12px;
}
.central-home DIV.col-gauche DIV.rubriques{
	margin-top:10px;
}
.central-home DIV.col-gauche DIV.block{
	margin:0px 0px 0px 0px;
/*	padding-bottom:15px;	*/
}

.central-home DIV.col-gauche DIV.block2b{
	width:612px;
	background: url('img/degrade-2b.jpg') no-repeat;
	padding:10px;
	height:160px;
	overflow:hidden;
}
.central-home DIV.col-gauche DIV.block2b DIV.block2b{
	width:295px;	
	background:none;	
	padding:0px;
}
.central-home DIV.col-gauche DIV.block2b DIV.block-gauche{float:left; padding-right:10px;}
.central-home DIV.col-gauche DIV.block2b DIV.block-droit{float:right; padding-left:10px;}

.central-home DIV.col-gauche DIV.block DIV.block{
	width:290px;	
	background: url('img/degrade-1b.jpg') no-repeat;
	min-height:129px;
	padding:10px;

}

.central-home DIV.col-gauche DIV.block DIV.block-gauche{float:left;}
.central-home DIV.col-gauche DIV.block DIV.block-droit{float:right;}

.central-home DIV.col-gauche DIV.block DIV.actu{
	background:url('img/degrade-1b-actu.jpg') no-repeat;
}



.central-home DIV.col-gauche DIV.block DIV.actu DIV.actu{
	background-image:none;
	margin: 10px 0px;
	padding-top:5px;
	border-top:#d1d5e1 dotted 1px;
}

.central-home DIV.col-gauche DIV.block DIV.cursus DIV.cursus{
	margin: 10px 0px;
	padding-top:5px;
	border-top:#d1d5e1 dotted 1px;
}
/********************************************/
/* CENTRAL HOME COL DROITE */
.central-home DIV.col-droite {
	float:right;
	width:290px;
	margin-right:13px;
}

.central-home DIV.col-droite DIV.dif{
	background: url('img/degrade-1bd-dif.jpg') no-repeat;
	height:102px;
	padding-right:100px;

}
.central-home DIV.col-droite DIV.centres{
	background: url('img/bloc-centres.jpg') no-repeat;
	height:236px;	
	margin-bottom:13px;
}

.central-home DIV.centres DIV.centres {
	position:relative;top:100px;left:122px;
	width:130px;
	background:none;
}
.central-home DIV.centres H4.paris{float:left;}
.central-home DIV.centres H4.lyon {float:right;}

/*.central-home DIV.col-droite DIV.contact{
	height:105px;
}*/

/***********************************************************************************************/
/* CENTRAL FICHE */
.central-fiche{	
	/*background: #FFF url('img/skyscrapper.jpg') no-repeat;
	background-position:12px 20px;	*/
}
/********************************************/
/* CENTRAL FICHE COL GAUCHE */
.central-fiche DIV.col-gauche {
	float:left;
	width:632px;
	margin:12px 0px 0px 12px;
}
.central-fiche DIV.col-gauche DIV#colonneinfo{
	width:210px;
	padding:0px 10px 0px 0px;
	margin:0px 10px 0px 0px;
	float:left;
	border-right:1px solid #BC0045;
}
.central-fiche DIV.col-gauche DIV#colonneinfo DIV.colonneinfo_1{
	margin:0px 0px 10px 0px;
	/*background-color:#CACACA;*/
}

.central-fiche DIV.col-gauche DIV#colonnecontenu{
	width:400px;
	float:right;
}
/********************************************/
/* CENTRAL FICHE COL DROITE */
.central-fiche DIV.col-droite {
	float:right;
	width:290px;
	margin-right:13px;
	padding-top:10px;
}

.central-fiche DIV.col-droite DIV.actu DIV.actu{
	background-image:none;
	margin: 10px 0px;
	padding-top:5px;
	border-top:#d1d5e1 dotted 1px;
}
/***********************************************************************************************/
/* FOOTER 1 */
.footer1{
	background: url('img/footer1-bg.png') top left no-repeat;
	min-height:200px;
	/*height:auto !important;
	height:200px;*/
	padding-top:60px;
	overflow:hidden;
	margin-bottom:20px;
}

.footer1 DIV.col1,
.footer1 DIV.col2,
.footer1 DIV.col3{
	width:290px;
	float:left;
	margin:0px 0px 0px 22px;
}

/***********************************************************************************************/
.footer2 DIV.groupe{
	background:url('img/footer2-01.png') top center no-repeat;
	height:100px;
	text-align:center;
	position:relative;
}
.footer2 DIV.groupe UL{	
	padding-top:20px;
	height:60px;
}
.footer2 DIV.groupe UL LI{	
	display:inline;
	margin:0px 10px 0px 10px;
}
.footer2 DIV.copyright{
	background-color:#FFFFFF;
	text-align:center;
	font-size:11px;
	padding-bottom:5px;
}