body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 11pt Arial,Helvetica,sans-serif;
	background:white url(../img/sys/bg.png);
	line-height:20px;
	
}

#page
{
	/*border: 1px solid #C9E0ED;*/
	margin-right:auto;
	margin-left:auto;
}

#header
{
	margin: 0;
	padding: 0;
	/*border-top: 3px solid #C9E0ED;*/
	background:#AAD1F1 url(../img/sys/header_bande.png) no-repeat;
	height:200px;
	padding-bottom:20px;
	color:white;
}

#header #language-selector
{
	float:right; margin:3px;
	margin-top:0;
}
#header form option, select
{

	background-color:#1C9AD6;	
	color:white;

}

#header form option, select:hover
{

	background-color:gray;
	
}


#header form 
{
	margin:0;
	padding:0;

}

#header #language-texte
{
float:right; margin-top:5px;color:white; padding:0;}


#content
{
    padding: 5px;
    min-height:400px;
	background:url(../img/sys/txt_bg.png);
	font:12pt;
	
	
}


#content p
{
	padding-top:20px;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
}

#content h1
{
 color:#6B95D9;
 text-transform:uppercase;
 font: bold Cambria;
 text-align:center;
 
}

#content h2
{
	background-image:url(../img/sys/ct1_bg.png);
	height:39px;
	width:640px;
	color:white;
	text-transform:uppercase;
	font-size:12pt;
	line-height: 36px;
	text-align:justify;
	/*font-weight:bold;*/
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;

}
#content ul
{
		list-style-image:url(../img/sys/list1.gif);
		margin-left:10px;
}


#sidebar
{
	/*border:#000 solid 1px;*/
	margin-right: 5px;
	width:227px;
	margin-left:30px;
	font-size:10pt;
	


}

#sidebar .btn
{
	background:url(../img/sys/btn_gauche.png) no-repeat;
	height:58px;
	text-align:center;
	padding-top:20px;
	color:white;
	text-transform:uppercase;

}


#sidebar .info
{
	background:#F5FAFE url(../img/sys/add_bg.png) repeat-x;
	margin-bottom:10px;
	padding:5px;
	/*color:#6B95D9;*/ 
}

#sidebar .info p,ul li.titre
{
 color:#6B95D9;
 font-weight:bold;
}

#sidebar .info ul li.titre
{
 list-style-type:none;
}




#footer
{
	padding: 20px;
	/*margin: 10px 20px;*/
	background:#AAD1F1 url(../img/sys/footer_bg.png) repeat-x;
	font-size: 0.8em;
	text-align: center;
	height:69px;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}



#mainmenu {
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	background:url(../img/sys/menu_bg.png);
	height:80px;
}
#mainmenu li {
	float: left ;
	width: 220px ;
	list-style-type:none;
	margin-right: 5px ;
	text-transform:uppercase;
	color: #fff ;
	background: #c00 ;
	}
#mainmenu li a {
	height:80px;
	display: block ;
	background: #900 url(../img/sys/menu_btn.png) right top no-repeat ;
	color: #fff ;
	font: 1.7em "Trebuchet MS",Arial,sans-serif ;
	line-height: 2em ;
	padding-top:9px;
	text-align: center ;
	text-decoration: none ;
}
#mainmenu li a:hover, #mainmenu li a:focus, #mainmenu li a:active,#mainmenu li a:visited {
	background: #033 url(../img/sys/menu_btn.png) left top no-repeat ;
	text-decoration: underline ;
	font-size: 1.4em;
	padding-top:13px;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}