body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:.80em;
	margin: 0;
	padding: 0;
	text-align: center; 
	color:#000;
}
body td
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:.80em;
	color:#000;
}
body > form
{
	margin:0;
	padding:0;
}
a
{
	color:#000;
}
h1
{
 	color:#019663;
	font-size:130%;
}
h1 a
{
 	text-decoration:underline;
 	color:#019663;
	font-size:100%;
}
h2
{
 	color:#019663;
	font-size:120%;
	text-decoration:none;
}
h2 a
{
 	color:#019663;
	font-size:100%;
	text-decoration:none;
}
h3
{
 	color:#019663;
}
h4
{
 	color:#019663;
}

hr
{
	border-collapse:collapse;
	border:1px #019663 solid;
}
.row
{
	clear:both;
}
#outer
{
	background-image:url(images/layout/background.png);
	background-repeat:repeat-x;
	background-position:top center;
}
#container {
	width: 790px;  
	margin:0 auto; 
	padding-top:170px;
	text-align: left;
	position:relative;
}
.panel-control
{
	margin:0;
	padding:0;
}
.header
{
	width:810px;
	height:170px;
	background-image:url(images/layout/header.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:-29px;
	z-index:2;
}

.header .navigation ul
{
	margin:-10 0 0 0;
	padding:0;
	float:right;
	list-style:none;
	line-height:40px;
	position:relative;
	right:40px;
	top:10px;
}
.header .navigation li
{
	position:relative;
	padding:0 2px;
 	float:left;
}
.header .navigation a
{
	display:block;
}
.header .navigation img
{
	position:absolute;
	right:10px;
	top:10px;
}
.header  a
{
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:95%;
	color:#000000;
}
.header a:hover, .header .selected
{
	background-repeat:no-repeat;
}
.header a:visited
{
	color:#000000;
}

#logo
{
	 position:relative;
	 top:4px;
	 left:35px;
}
.header #navigation-sub
{
	 position:absolute;
	 top:40px;
	 right:15px;
}
.header #navigation-sub ul
{
	list-style:none;
	margin:0 0 -12 -2px;
	overflow:visible;
}

.header #navigation-sub li
{	
	float:left;
	margin-top:8px;
	height:120px;
	width:111px;
	text-align:center;
	border-left:1px solid #FFF;

}
.header #navigation-sub a
{
	height:120px;
	width:111px;
	margin-bottom:-20px;	
	text-align:center;	
	padding-top:15px;
	display:block;
	line-height:140%;
}
.header #navigation-sub a:hover
{
	height:120px;
	width:111px;
}
.header #navigation-sub a:hover .visible, .header #navigation-sub .selected .visible
{
	visibility:hidden;
}

#mainContent {

	top:178px;
	padding-top:108px;
	background-image:url(images/layout/background-container.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
	z-index:1;
}
#mainContent p.a
{
	text-decoration:underline;
	color:#000;
}
#mainContent a:hover
{
	background-color:#FFFF00;
		text-decoration:none;
}
.top
{	
	position:absolute;
	width:835px;
	top:140px;
	left:5px;
	clear:both;
	float:none;
	height:200px;
	z-index:4;
}
#flash-corner
{
	width:202px;
	float:left;
}

.headerContent
{

	float:left;
}
.details .headerContent
{
	margin:0 26px 0 26px;
	width:500px;
}
.headerContent ul
{
	width:100%;
	margin:0;
	list-style:none;
}
.headerContent 
{
	white-space:normal;
}
.headerContent .flash
{
	margin:0;
	padding:0;
	border-left:1px solid #fff;
	float:left;
}
#breadcrumb a
{
	color:#019663;
	text-decoration:none;
}
#breadcrumb
{
	height:18px;
	line-height:18px;
	background-image:url(images/layout/background-breadcrumb.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#B0EBD7;
	color:#019663;
	padding:0 2px;
	font-size:70%;
	position:relative;
}
.master #breadcrumb
{
	float:left;
	margin:20px 0 0 24px;
	width:500px;
}
#breadcrumb a:hover
{
	text-decoration:underline;
}
.level1
{
	background-color:#D8F1E3;
}
.TabChildGroup
{
	background-color:#BAE0D0;
}
.headerContent li
{
	float:left;
}
.column-left
{
	width:203px;	
	margin:5px;
	padding-top:10px;
	float:left;
	background-image:url(images/layout/background-left-column.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#CDE8D2;
	position:relative;
	z-index:1;
	font-size:11px;
}
.column-left p
{
	margin:6px 0;
}
.column-left .summary p
{
	margin:0;
	padding:0;
}
.column-left a
{
	text-decoration:underline;	color:#000;

}
.column-left a:hover
{
	background-color:#ffe42f;

	color:#000;
}
.column-left .Normal
{
	margin:0 15px 0 10px;
}
.column-left img
{
	border:none;
}
.column-right
{
	width:500px;
	padding-bottom:20px;
	margin:10px 26px 0 26px;
	float:left;
}
.footer
{
	width:810px;
	height:60px;
	padding-top:10px;
	background-image:url(images/layout/background-footer.png);
	background-position:bottom center ;
	background-repeat:no-repeat;
	position:relative;
	left:-9px;
}
.footer .navigation
{
	position:relative;
	margin:0;
	padding:0;
}
.footer .navigation ul
{
	position:absolute;
	right:20px;
	width:750px;
	display:block;
	list-style:none;
	padding:0;
}
.footer .navigation img
{
	position:absolute;
	right:50px;
	top:-5px;
}
.footer .navigation li
{
	position:relative;
 	float:left;
	text-align:center;
	line-height:20px;
	margin:0;
	padding:0;
}
.footer .navigation a
{
	color:#019663;
	text-decoration:none;
	padding:5px; 
	font-size:80%;
}
.footer .navigation a:hover
{
	background-color:#019663;
	color:#FFF;
}
#footer
{
	margin-left:-20px;
	text-align:center;
	font-size:10px;
}
#footer a
{	
	text-decoration:underline;
	color:#000;
}
#footer a:hover
{
	color:#000;
		text-decoration:none;
}
.panel-control
{
	background-color:#FFFFFF;

}
#nav-accueil a
{
	width:54px;
}
#nav-accueil a:hover, #nav-accueil .selected
{
	background-image:url(images/layout/btn-hover-54.png);
	background-position:center -15px;
}
#nav-leCEM a
{
	width:54px;
}
#nav-leCEM a:hover, #nav-leCEM .selected
{
	background-image:url(images/layout/btn-hover-54.png);
	background-position:center -15px;
}
#nav-galerie a
{
	width:108px;
}
#nav-galerie a:hover, #nav-galerie .selected
{
	background-image:url(images/layout/btn-hover-108.png);
	background-position:center -15px;
}
#nav-actualites  a
{
	width:78px;
}
#nav-actualites a:hover, #nav-actualites .selected
{
	background-image:url(images/layout/btn-hover-78.png);
	background-position:center -15px;
	}
#nav-infosPratiques  a
{
	width:108px;
}
#nav-infosPratiques  a:hover,#nav-infosPratiques .selected
{
	background-image:url(images/layout/btn-hover-108.png);
	background-position:center -15px;
}
#nav-ressources  a
{
	width:78px;
}
#nav-ressources  a:hover, #nav-ressources  .selected
{
	background-image:url(images/layout/btn-hover-78.png);
	background-position:center -15px;
}  
#nav-contacts a
{
	width:60px;
} 
#nav-contacts a:hover, #nav-contacts .selected
{
	background-image:url(images/layout/btn-hover-60.png);
	background-position:center -15px;
}
#nav-lARIMC a
{
	width:58px;
}
#nav-lARIMC a:hover, #nav-lARIMC .selected
{
	background-image:url(images/layout/btn-hover-58.png);
	background-position:center -15px;
}
#nav-accueil a:hover, #nav-accueil .selected
{

}
#nav-services a:hover, #nav-services .selected
{
	background-image:url(images/layout/btn-hover-services.png);
	background-position:top center;
}
#nav-internat a:hover , #nav-internat .selected
{
	background-image:url(images/layout/btn-hover-internat.png);
	background-position:top center;
	}
#nav-pedagogique a:hover, #nav-pedagogique .selected
{
	background-image:url(images/layout/btn-hover-pedagogique.png);
	background-position:top center;
}
#nav-paramedical a:hover, #nav-paramedical .selected
{
	background-image:url(images/layout/btn-hover-paramedical.png);
	background-position:top center;
}
#nav-generaux a:hover, #nav-generaux .selected
{
	background-image:url(images/layout/btn-hover-generaux.png);
	background-position:top center;
	height:120px;
}
.clear
{
	float:none;
	clear:both;
}
.item img
{
	border:#fff3a2 4px solid;
}
#textonly
{
	top:0;
	height:18px;
	line-height:18px;
	background-color:#58AA8E;
	position:absolute;
	right:0;	
	margin:0;
	padding:0;
	color:#fff;
}
#textonly a:link
{
	height:18px;
	line-height:18px;
	padding:0 2px;
	font-weight:bold;
	background-color:#58AA8E;
	color:#fff;
	text-decoration:none;
}
#textonly a:hover
{
	height:18px;
	line-height:18px;
	font-weight:bold;
	background-color:#fff;
	text-decoration:none;
	color:#019663;
}
#textonly a:visited
{
	height:18px;
	line-height:18px;
	font-weight:bold;
	color:#fff;
}
#textonly a:visited:hover
{
	height:18px;
	line-height:18px;
	font-weight:bold;
	background-color:#fff;
	text-decoration:none;
	color:#019663;
}
h2.highlight, h3.highlight
{
	text-decoration:none;
	background-color:#FFEF85;
	color:#000000;
	font-size:110%;
}
h2.highlight a, h3.highlight  a
{
	text-decoration:none;
}
#top
{
	position:absolute;
	right:50px;
	bottom:0;
	color:#000;
}
#top a
{
	color:#000;
}
/* HACKS */
* html #mainContent 
{
	height:100%;
} 
* html .header
{
	left:-30px;
}
* html .footer
{
	left:-9px;
}
