@charset "utf-8";
/* CSS Document */

body {
background-color : #ffcc99;
background-image : url(images/fond1.png);
background-repeat : repeat-x;
margin : 0;
padding : 0;
text-align : center;
background-position : center top;
/*position:absolute;*/
}


/*////////////////////////////////ARRIRERE PLAN//////////////////////////////////*/
#fond {
margin : 0;
padding : 0;
}
#fond1 {
width : 100%;
background-image : url(images/fond1.jpg);
background-repeat : repeat-x;
background-position : top;
height : 95px;
}
#fond2 {
width : 100%;
background-image : url(images/fond2.jpg);
background-repeat : repeat-x;
background-position : top;
height : 503px;
}

/*////////////////////////////////NAVIGATION HEADER//////////////////////////////////*/
#haut {
	width : 901px;
	background-image : url(images/en-tete.jpg);
	height : 95px;
	display : block;
	background-position : left top;
	margin : 0px;
	padding : 0px;
/*	position : absolute;*/
	position : relative;
	z-index:2000;
}
a {
text-decoration : none;
outline : none;
}

/*////////////////////////////////NAVIGATION Haute/////////////////////////////*/
#menuhaut {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 27px;
	margin : 0px;
	padding : 0px;
	height : 30px;
	left:0;
	width:424px;
	display : block;
	float : left;
	position:relative;
}
#menuhaut a {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
line-height : 27px;
margin : 0;
padding : 0;
height : 30px;
display : block;
float : left;
}
#menuhaut a.espaceprive {
background-image : url(images/bouton_haut.png);
width : 182px;
text-align : center;
vertical-align : bottom;
padding : 0;
margin : 0;
color : #fff;
background-position : left top;
}
#menuhaut a.espaceprive:hover {
background-position : left bottom;
}
#menuhaut a.localisation {
background-image : url(images/bouton_haut.png);
width : 83px;
text-align : center;
vertical-align : bottom;
padding : 0;
margin : 0;
color : #fff;
background-position : 153px top;
}
#menuhaut a.localisation:hover {
background-position : 153px bottom;
}
#menuhaut a.contact {
background-image : url(images/bouton_haut.png);
width : 71px;
text-align : center;
vertical-align : bottom;
padding : 0;
margin : 0;
color : #cc9966;
background-position : 71px top;
}
#menuhaut a.contact:hover {
background-position : 71px bottom;
}

/*////////////////////////////////NAVIGATION ORGANISMES/////////////////////////////*/
#haut #menuhtdroite {
	right:-5px;
	margin:0;
	padding:0;
	width:480px;
	display:block;
	position:absolute;
	z-index: 900;
}

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight : bold;
	font-family : Arial;
	font-size: 100%;
	cursor: default;
	width:480px;
	position:relative;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	display:block;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size : 12px;
	cursor: default;
	width: 480px;
	position: absolute;
	z-index: 1020;
	left: -1000em;
	background-image: url(images/barre-menu.png);
}
ul.MenuBarHorizontal ul.creche
{
	margin: 0 0 0 -3px ;
	background-position : 0px 0px;	
}

ul.MenuBarHorizontal ul.gan{
	margin: 0 0 0 -122px;
	background-position : 0px -34px;
}
ul.MenuBarHorizontal ul.ecole
{
	margin: 0 0 0 -243px;
	background-position : 0px -68px;
}

ul.MenuBarHorizontal ul.college
{
	margin: 0 0 0 -362px;
	background-position : 0px -102px;
}

ul.MenuBarHorizontal ul.complexe
{
	float: left;
	margin: -66px 0 0 -2px;
	background-position : 0px -137px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
/*	left: auto;*/
left:0px;
}

/* Menu item containers are same fixed width as parent */

ul.MenuBarHorizontal ul li
{
	width: 119px;
	height:34px;
	display:block;
	vertical-align : middle;
	font-size : 12px;
	text-align:center;
	float:left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/*ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}*/
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
/*	left: 50px;*/
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
/*	background-color: #EEE;*/
	color : #ffffff;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #663300;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(images/bouton_etablissement.gif);
	background-repeat: no-repeat;
	background-position : 0 -95px;
	width: 120px;
	height:95px;
	display:block;
	font-size:1px;
	color : #ffcc99;
}


ul.MenuBarHorizontal a#liencreche.MenuBarItemSubmenu
{
	background-image: url(images/bouton_etablissement.gif);
	background-repeat: no-repeat;
	background-position : 0 -95px;
	width: 120px;
	height:95px;
	display:block;
}
ul.MenuBarHorizontal a#liengan.MenuBarItemSubmenu
{
	background-image: url(images/bouton_etablissement.gif);
	background-repeat: no-repeat;
	background-position : -119px -95px;
	width: 120px;
	height:95px;
	display:block;
}
ul.MenuBarHorizontal a#lienecole.MenuBarItemSubmenu
{
	background-image: url(images/bouton_etablissement.gif);
	background-repeat: no-repeat;
	background-position : -238px -95px;
	width: 120px;
	height:95px;
	display:block;
}
ul.MenuBarHorizontal a#liencollege.MenuBarItemSubmenu
{
	background-image: url(images/bouton_etablissement.gif);
	background-repeat: no-repeat;
	background-position : -357px -95px;
	width: 120px;
	height:95px;
	display:block;
}

ul.MenuBarHorizontal a#liencomplexe.MenuBarItemSubmenu
{
	background-image: url(images/Mordekhai.jpg);
	background-repeat: no-repeat;
	background-position : -4px 0px;
	width: 423px;
	height:67px;
	margin: 0 0 0 -422px;
	padding:0;
	display:block;
	font-size:0px;
	color : #FFF;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);*/
	width: 120px;
	height:32px;
	display:block;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position : 0 0;
}

ul.MenuBarHorizontal a#liencreche.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position : 0 0;
}
ul.MenuBarHorizontal a#liengan.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position : -125px 0;
}
ul.MenuBarHorizontal a#lienecole.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position : -240px 0;
}
ul.MenuBarHorizontal a#liencollege.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarDownHover.gif);*/
	background-repeat: no-repeat;
	background-position : -360px 0;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */

ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
/*	filter: alpha(opacity:0.2);*/
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	/*	background: #FFF;*/
	}
}


/*////////////////////////////////NAVIGATION COMPLEXE/////////////////////////////*/

#haut2 {
	width : 901px;
	height : 401px;
	padding : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 12px;
	margin : 0;
	text-align : center;
	display : block;
	background-image : url(images/flash-dessous.jpg);
	background-repeat : no-repeat;
	background-position : top;
	position:relative;
}


/*////////////////////////////////LE FLASH/////////////////////////////*/
#flash {
	top: 0px;
	outline : none;
	position:relative;
	z-index : 1;
	}
#flash object:focus {
outline : none;
}

/*////////////////////////////////LE SITE/////////////////////////////*/
#site {
	width : 901px;
	padding : 0;
	margin : 0;
	/*background-image : url(images/h3.jpg);*/
	/*background-image : url(images/fondsite.jpg);*/
	/*background-repeat:repeat-y;*/
	text-align : center;
	display : block;
	background-repeat : no-repeat;
	background-position : top;
	z-index : 10;
	position:relative;
}

/*////////////////////////////////COLONNE GAUCHE/////////////////////////////*/
#gauche {
	width : 180px;
	margin : 0;
	padding : 0;
	float : left;
	z-index : 20;
	position:relative;
}
#news {
width : 172px;
/*margin : 0 0 0 5px;*/
margin:0;
padding : 0;
}
.newsconteneur {
width : 172px;
margin : 0;
padding : 0;
background-image : url(images/news-contenu.png);
background-repeat : repeat-y;
}

li.newsconteneur a {
margin : 0;
padding : 0;
color : #8080ff;
text-decoration : none;
}

li.newsconteneur a.img {
width : 123px;
margin : 0 8px 0 0;
padding : 0;
border : 1px solid #ccc;
}

li.newsconteneur a img {
width : 123px;
margin : 0 8px 0 0;
padding : 0;
border : 1px solid #ccc;
}

li.newsconteneur img {
width : 123px;
margin : 0 8px 0 0;
padding : 0;
border : 1px solid #ccc;
}

li.newsconteneur h1 {
margin : 0;
padding : 0 10px 0 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
line-height : 17px;
font-weight : bold;
color : #666666;
text-align : left;
}
li.newsconteneur p {
margin : 0;
padding : 0 10px 0 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
line-height : 14px;
font-weight : normal;
color : #999999;
text-align : justify;
}

li.newsconteneur a.ensavoir {
margin : 0 0 0 100px;
padding : 0;
width : 75px;
height : 13px;
background-image : url(images/news-ensavoir+.png);
background-position : top;
display : block;
background-repeat : no-repeat;
line-height: 0px;
}
li.newsconteneur a.ensavoir:hover {
background-image : url(images/news-ensavoir+.png);
background-position : bottom;
}
#newsfleche {
width : 49px;
height : 78px;
padding : 0;
background-image : url(images/news-fleche.png);
background-repeat : no-repeat;
float : left;
/*margin : 0 0 0 -20px;*/
margin:0;
position:absolute;
}
#newsfleche p {
margin : 0 0 0 5px;
padding : 15px 0 0 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-style : italic;
font-weight : bold;
color : #fff;
}
#newsbottom {
width : 172px;
height : 15px;
margin : 0 0 0 5px;
padding : 0;
background-image : url(images/news.png);
background-repeat : no-repeat;
background-position : bottom;
}
#video {
width : 181px;
height : 196px;
margin : 10px 0 0 5px;
padding : 10px 0 0 0;
background-image : url(images/video-fond.png);
background-repeat : no-repeat;
}

#video-droite {
width : 170px;
height : 196px;
margin : 10px 0 0 0px;
padding : 10px 0 0 0;
background-image : url(images/video-fond.png);
background-repeat : no-repeat;
display:block;
}
#video-droite h1 {
margin : 0 0 0 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-style : italic;
line-height : 17px;
font-weight : bold;
color : #fff;
text-align : center;
}
#video-droite p {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #fff;
text-align : center;
}
#videoflash-droite {
margin : 10px 0 0 15px;
padding : 0;
width : 100px;
height : 115px;
background-image : url(images/video-image.png);
background-repeat : no-repeat;
position:relative;
display : block;
}
#videoflash-droite a {
	/*margin : 98px 0 0 130px;*/
	margin : 0 0 0 130px;*/
	padding : 0;
	width : 33px;
	height : 15px;
	background-image : url(images/video+.png);
	background-repeat : no-repeat;
	background-position : top;
	display : block;
	line-height: 0px;
}
#videoflash-droite a:hover {
background-image : url(images/video+.png);
background-repeat : no-repeat;
background-position : bottom;
}

#video h1 {
margin : 0 0 0 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-style : italic;
line-height : 17px;
font-weight : bold;
color : #fff;
text-align : center;
}
#video p {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #fff;
text-align : center;
}
#videoflash {
margin : 10px 0 0 15px;
padding : 0;
width : 141px;
height : 115px;
background-image : url(images/video-image.png);
background-repeat : no-repeat;
position:relative;
display : block;
}

#videoflash object{
	display:block;
	width : 141px;
height : 115px;
}

#videoflash a {
	/*margin : 98px 0 0 130px;*/
	margin : 0 0 0 130px;*/
	padding : 0;
	width : 33px;
	height : 15px;
	background-image : url(images/video+.png);
	background-repeat : no-repeat;
	background-position : top;
	display : block;
	line-height: 0px;
}
#videoflash a:hover {
background-image : url(images/video+.png);
background-repeat : no-repeat;
background-position : bottom;
}

/*////////////////////////////////COLONNE CENTRE/////////////////////////////*/
#centre {
	width : 541px;
	height:100%;
	margin : 0;
	padding : 0;
	float : left;
	z-index : 20;
	position:relative;
	}
#bienvenue {
	width : 541px;
	height : 150px;
	margin-bottom : 0;
	padding : 0;
}
#bienvenue img {
margin : 30px 0 0 0;
padding : 0;
width : 174px;
float : left;
}
#bienvenue h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-weight : normal;
line-height : 20px;
margin : 0;
padding : 60px 0 0 185px;
text-align : left;
color : #ff6600;
}
#bienvenue p {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
line-height : normal;
margin : 0;
padding : 0 0 0 185px;
text-align : left;
color : #999999;
}
#bienvenue a.ensavoir {
margin : 0 0 0 450px;
padding : 0;
width : 77px;
height : 22px;
background-image : url(images/ensavoir+.png);
background-repeat : no-repeat;
background-position : 0 0;
display : block;
}
#bienvenue a.ensavoir:hover {
background-image : url(images/ensavoir+.png);
background-repeat : no-repeat;
background-position : 0 -20px;
}
#barrehorizontale {
	margin :0;
	padding :0;
	border:0px;
	width : 541px;
	height : 1px;
	background-image : url(images/barrehoriz.png);
	background-repeat : no-repeat;
	background-position : 0 0;
	font-size: 2px;
	line-height: 2px;
}

#ensemblemenu{
	display:block;
	font-size: 0px;
}

#centre div.menu {
	width : 175px;
	/*height : 180px;*/
	margin : 0px;
	padding : 0px;
	float : left;
	color: #FFF;
	position:relative;
}
#centre div.menu h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
line-height : 20px;
margin : 0;
padding : 5px;
text-align : left;
color : #996633;
}
#centre div.menu p {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : normal;
line-height : normal;
margin : 0;
padding : 5px;
text-align : left;
color : #999999;
}
#centre div.menu a.ensavoir {
margin : 0 0 0 100px;
padding : 0;
width : 77px;
height : 22px;
background-image : url(images/ensavoir+.png);
background-repeat : no-repeat;
background-position : 0 0;
display : block;
float : left;
}
#centre div.menu a.ensavoir:hover {
background-image : url(images/ensavoir+.png);
background-repeat : no-repeat;
background-position : 0 -20px;
}
#centre div.barreverticale {
margin : 20px 0 0 0;
padding : 0;
border:0px;
width : 1px;
height : 72px;
float : left;
background-color : #fff;
}
#contactez {
width : 178px;
height : 55px;
margin : 30px 0px 30px 89px;
padding : 0;
float : left;
position:relative;
font-size: 0px;
}
#contactez a {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
margin : 0;
padding : 5px;
text-align : left;
color : #fff;
background-color : #cc3333;
display : block;
}

#contactez a.creche {
background-color : #F09;
}

#contactez a.gan {
	background-color : #C60;
}

#contactez a.ecole {
	background-color : #33F;
}

#contactez a.college {
	background-color : #A81CE3;
}

#contactez a:hover {
background-color : #f63;
}
#contactez span {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold;
line-height : normal;
margin : 0;
padding : 0 5px 0 5px;
color : #cccccc;
}

#page {
	width : 541px;
	height:100%;
	margin-bottom : 0;
	padding : 0;
/*	background-color: #FFDFBF;*/
	position:relative;
	z-index:1000;
}
#page h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
font-weight : normal;
line-height : 20px;
margin : 0;
padding : 5px;
color : #ff6600;
}
#page h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 20px;
	margin : 0;
	padding : 5px;
	color : #630;
}
#page p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	text-align : justify;
	color : #999;
}

#page p.noir {
	color : #333;
}

#page p.blancp {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	text-align : left;
	color : #FFF;
}
#page p.orangep {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	text-align : left;
	color : #ff6600;
}
.orange {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	text-align : left;
	color : #ff6600;
}

.blanc {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	text-align : left;
	color : #FFF;
}

#page pre {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	line-height : normal;
	margin : 0;
	padding : 5px;
	color : #CCC;
}

/*////////////////////////////////COLONNE DROITE/////////////////////////////*/
#droite {
	width : 180px;
	border:0px;
	margin : 0;
	padding : 0;
	float : left;
	z-index : 20;
	background-image : url(images/coindroit.png);
	background-repeat : no-repeat;
	background-position : right top;
	position:relative;
}
#espaceprive {
width : 176px;
margin : 20px 0 0 0;
padding : 0;
}
#espaceprivehaut{
width : 176px;
height : 153px;
margin : 0;
padding : 0;
background-image : url(images/espaceprivefondhaut.png);
background-repeat : no-repeat;
background-position : top;
display:block;
}
#espaceprivehaut:hover{
background-image : url(images/espaceprivefondhaut.png);
background-repeat : no-repeat;
background-position : 0 -153px;
display:block;
}
#espacepriveconteneur {
width : 176px;
margin : 0;
padding : 0;
background-image : url(images/espaceprive-fondcontenu.png);
background-repeat : repeat-y;
}
#espacepriveconteneur h1 {
margin : 0;
padding : 0 15px 0 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-style : italic;
line-height : normal;
font-weight : bold;
color : #330000;
text-align : left;
}
#espacepriveconteneur h2 {
margin : 3px 0 0 0;
padding : 0 15px 0 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : italic;
line-height : normal;
font-weight : bold;
color : #330000;
text-align : left;
}
#espacepriveconteneur p {
margin : 0;
padding : 0 15px 0 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
font-style : normal;
line-height : normal;
font-weight : normal;
color : #fff;
text-align : left;
}
#espacepriveconteneur p.h1 {
font-size : 11px;
color : #cc9900;
}
#espacepriveconteneur p.h2 {
color : #cc0000;
}
#espaceprive a.bottom-inscrire {
width : 176px;
height : 37px;
margin : 0 0 0 -2px;
padding : 0;
background-image : url(images/espaceprive-inscrire.png);
background-repeat : no-repeat;
background-position : top;
display : block;
}
#espaceprive a.bottom-inscrire:hover {
background-image : url(images/espaceprive-inscrire.png);
background-repeat : no-repeat;
background-position : bottom;
}

#menu-organisme{
	width:173px;
	display:block;
	position:relative;
	color: #FFFFFF;
	background-color:#400000;
	}
#menu-organisme.complexe{
	background-color:#400000;
	}
#menu-organisme.complexe2{
	/*background-color:#400000;*/
	background-color:#F09;
	}
#menu-organisme.crecheorganisme{
	background-color:#F09;
	}	

#menu-organisme p {
	margin:0;
	padding:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	line-height :20px;
	font-weight : bold;
	color: #FFFFFF;
	display: block;
	background-position: center center;
}

#menu-organisme ul {
	margin:0;
	padding:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	line-height :15px;
	color: #FFFFFF;
	display: block;
	background-position: center center;
	background-color: #B00000;
	position:relative;
}
#menu-organisme ul li{
	list-style-type: none;
	margin:0;
	padding:0;
}
	
#menu-organisme a {
	color: #FFFFFF;
	display: block;
	background-position: center center;
	vertical-align: top;
}
#menu-organisme a:hover {
	display: block;
	background-image: url(images/point-blanc.gif);
	background-position: 0 0 0 0px;
	margin-left:0px;
	/*	height: 20px;*/
	background-repeat: no-repeat;
	text-indent: 10px;
}
#menu-organisme a.page {
	display: block;
	background-image: url(images/point-blanc.gif);
	background-position: 0 0 0 0px;
	margin-left:0px;
	/*	height: 20px;*/
	background-repeat: no-repeat;
	text-indent: 10px;
}



/*////////////////////////////////LE FOOTER/////////////////////////////*/
#conteneurfooter {
width : 100%;
height : 168px;
margin : 0;
padding : 0;
background-image : url(images/footer.jpg);
background-repeat : repeat-x;
position:relative;
}
#footer {
width : 901px;
height : 168px;
margin : 0 auto;
padding : 0;
position:relative;
}
#plansite {
	width : 360px;
	margin : 0;
	padding : 0;
	float : left;
	position:relative;
}
#plansite a {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
font-weight : normal;
line-height : 12px;
color : #ffcc99;
text-align : left;
text-decoration : none;
}
#plansite pre {
margin : 0;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-style : normal;
line-height : 20px;
font-weight : bold;
color : #fff;
text-align : left;
position:relative;
}
#plansite ul {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
font-weight : normal;
line-height : 12px;
text-align : left;
}
#plansite ul.complexe {
margin : 0 20px 0 0;
padding : 0;
display:block;
float : left;
}
#plansite li a.complexe {
color : #ff9933;
}
#plansite ul.creche {
margin : 5px 0 0 0;
padding : 0;
display : block;
}
#plansite li a.creche {
color : #ffcccc;
}
#plansite ul.gan {
margin : 0;
padding : 0;
text-align : left;
}
#plansite li a.gan {
color : #cc6633;
}
#plansite ul.ecole {
margin : 0;
padding : 0;
text-align : left;
}
#plansite li a.ecole {
color : #6699ff;
}
#plansite ul.college {
margin : 0;
padding : 0;
text-align : left;
float : left;
}
#plansite li a.college {
color : #cc33ff;
}
#plansite ul li {
color : #ffcc99;
list-style-type : none;
}
#plansite ul li ul li a {
color : #ffcc99;
}
#baniere {
width : 542px;
margin : 0 0 0 360px;
padding : 12px 0 0 0;
position:absolute;
z-index:1;
}

/*////////////////////////////////BOTTOM/////////////////////////////*/

#dernier {
width : 901px;
padding : 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
line-height : 20px;
margin : 0 auto;
text-align : right;
display : block;
color : #663300;
}
#dernier a {
color : #663300;
}
#dernier a:hover {
color : #666;
}


/*//////////////LES POP-UP//////////////////*/
#box{
font-family : Arial, Helvetica, sans-serif;
}
#box p{
font-size : 12px;
font-weight : normal;
line-height : 20px;
font-style : normal;
color : #999999;
text-align: left;
}
#box p.align{
margin: 0 0 0 190px;
}

#box p.petit{
width:300px;
	font-size : 9px;
	font-weight : bolder;
	line-height : normal;
	font-style : italic;
	color : #FF6600;
	text-align: left;
}

#box p.info{
	font-size : 10px;
	font-weight : bolder;
	line-height : normal;
	font-style : italic;
	color : #FF6600;
	text-align: center;
}

#box form p.login{
	width:100%;
	height:120px;
	text-align: center;
	display:block;
	border: 1px solid #663300;
}

#box h1{
	font-size : 16px;
	font-weight : bold;
	line-height : 20px;
	font-style : normal;
	color : #FF6600;
	text-align: left;
}

#box form {
margin:0 auto 5px auto;
padding:0;
display:block;
width:300px;
text-align:left;
color:#FF9933;
}

#box form label {
margin:3px 0 3px 0;
padding:0;
display:block;
float:left;
width:295px
}

#box form label.organisme {
	margin:5px 0 0 0;
	font-size : 12px;
	font-weight : normal;
	line-height : 20px;
	font-style : normal;
	color : #666666;
	text-align: center;
}
#box form label.organisme input {
margin:0 0 0 50px;
width:80%;
}

#box form label.creche {
	background-color:#FFCCFF;
}

#box form label.gan {
	background-color:#FFFF99;
}

#box form label.ecole {
	background-color:#D9F2F2;
}

#box form label.college {
	background-color:#FFCCFF;
}

#box form input.identifier{
margin:0 auto 5px auto;
padding:0;
display:block;
width:120px;
text-align:center;
color:#FF9933;
}

#box form.login{
margin:2px;
padding:0;
display:block;
float:left;
width:280px;
border:1px solid #FF6600;
font-size : 12px;
font-weight : normal;
line-height : 20px;
font-style : normal;
color : #999999;
text-align: left;
}

#box form.login label{
margin:10px;
padding:0;
display:block;
float:left;
width:265px;
}
#box form.login label span{
margin:2px;
padding:0;
display:block;
float:left;
width:80px;
}
#box form.login input.identifier{
margin:0 auto 5px auto;
padding:0;
display:block;
width:120px;
text-align:center;
color:#FF9933;
}

#box form.fermer input.fermer{
	margin:0 0 5px 300px;
	padding:0;
	display:block;
	width:30px;
	text-align:center;
	color:#FF9933;
}