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


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #b0b0b0;
	margin:0px;
}

#page {
	border: 0px solid #F00;
	width:920px;
	margin-left: auto; 
  	margin-right: auto; 
}

#upper {
	height: 590px;
	background-image:url(../img/templates/upper_bluebg.gif);
	background-repeat: repeat-y;
	padding-left:5px;
}

html>body #upper {
	height: auto;
	min-height: 590px;
} 

#sidebar {
	height: 590px;
	background-color:#176696;
	width:240px;
	float:left;
}

html>body>upper #sidebar {
	height: auto;
	min-height: 590px;
} 

#content 
{
	position:relative;
	float:left;
	height: 560px;
	width:608px;
	margin-left: 25px;
}

#content .content_body
{
	height: 550px;
	width:608px;
	background-image:url(../img/templates/upper_content_body_bg.png);
	background-repeat:repeat-y;
}



html>body>content .content_body {
	height: auto;
	min-height: 550px;
} 

#content #content_footer
{
	height: 9px;
	width:608px;
	background-image:url(../img/templates/upper_content_footer_bg.png);
	background-repeat:no-repeat;
}

#content .content_body .content_submenu, .content_text
{
	width:513px; 
}

#content  ul li
{
	border-left :1px solid #176696;
	padding-left:9px;
	list-style-type:none;

}
#lower
{
	height: 295px;
	width: 912px;
	background-image:url(../img/templates/lower_bluebg.png);
	background-repeat:no-repeat;
}

html>body>content .content_body {
	height: auto;
	min-height: 287px;
}



/* SIDEBAR */

#sidebar #logo {
	background-image:url(../img/templates/upper_sidebar_logo.gif);
	background-repeat:no-repeat;
	background-position: 15px 15px;
	width:240px;
	height:111px;
}

#sidebar #menu
{
	width:240px;
	height:412px;
	background-image:url(../img/templates/upper_sidebar_menu_justciaBG.gif);
	background-repeat:no-repeat;
	padding-top:40px;
}

#sidebar #menu ul
{
	list-style-type:none;
}

#sidebar #menu ul ul
{
	padding:0px;
	font-size:11px;
	background-color:#004c7f;
	width:126px;
	margin-top:-2px;
	margin-bottom:-8px;
	padding-left:20px;
	padding-right:10px;
	margin-left:0px;
}

#sidebar #menu ul ul li
{
	padding-top:10px;
	padding-bottom:10px;
	
}

#sidebar #menu ul ul a
{
	color:#fff;
	text-decoration:none;
}

#sidebar #menu ul ul a:hover
{
	color:#e79800;
}

#sidebar #menu li
{
	padding-bottom:16px;
}

#sidebar #menu img
{
	border:0px;
}

html>body>upper>sidebar>menu {
	height: auto;
	min-height: 462px;
} 

/* LOWER PART */

#lower #encart
{
	float:left;
	width:240px;
	height:252px;
	background-image:url(../img/templates/lower_encart_content.gif);
	background-repeat:no-repeat;
	background-position:23px 30px;
}

#lower #site_plan 
{
	float:left;
	width:660px;
}


.tete_de_liste a
{
	color:#9ddaff;
	font-weight:bold;
}

.sub_rubrique a
{
	color:#FFF;
	font-weight:normal;
	background-image:url(../img/templates/lower_siteplan_linkpuce.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:5px;
}

#lower #site_plan li a
{
	text-decoration:none;
}

#lower #site_plan li a:hover
{
	text-decoration:underline;
}

#lower #site_plan ul
{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 display: block;
 margin:0px;
 padding:0px;
 padding-bottom:8px;
}

#lower #site_plan ul ul
{
	margin-left: -19px;
}

#lower #site_plan li
{
display: inline; 
float: left;
margin:0px;
padding:0px;
padding-left:20px;

}

  .formElement {
clear:both;
display:block;
width:100%;
}
  .formElement .elementLabel {
float:left;
padding:2px 0 0;
text-align:right;
width:180px;
}
  .formElement .elementField {
float:right;
font-size:0.85em;
margin-bottom:4px;
width:320px;
}
  .formElement .elementField input,   .formElement .elementField select {
color:#264A59;
width:180px;
}
  .formElement .elementField textarea {
color:#264A59;
font-family:Arial;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:180px;
line-height:normal;
width:340px;
}
.formElement .elementField #buttonSubmit {
background-color:#003e67;
border:1px solid #264A59;
color:#FFFFFF;
cursor:pointer;
}
.formElement .elementField #buttonSubmit:hover {
background-color:#264A59;
}

#messageOk {
border-bottom:1px solid #CFD3D4;
border-top:1px solid #CFD3D4;
color:#264A59;
margin-top:18px;
padding:6px 0;
text-align:center;
}

#errors {
border-bottom:1px solid #CFD3D4;
border-top:1px solid #CFD3D4;
color:#A50D43;
font-weight:bold;
margin-bottom:18px;
margin-top:18px;
padding:6px 0;
text-align:center;
}