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

/* ------------------------------------------
   XHTML style redefinition
------------------------------------------ */

*{
	margin:0;
	padding:0;
	border:none;
	color:#626262;
}
body{
	height:100%;/* ie selection help */
	background:#f2f2f5 url(images/bkg-body.gif) center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}
a{
	color:#e31818;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#626262;
}
h1{
	margin:0 0 92px 0;
}
h2{
	position:absolute;
	left:250px;
	top:61px;
	z-index:3;
}
h3{
	position:relative;
	left:-14px;
	background:url(images/bkg-h2.gif) no-repeat;
	padding:0 0 0 14px;
	margin:0 0 13px 0;
	text-transform:uppercase;
	font-size:1.1em;
}
address{
	background:#f5f5f1 url(images/bkg-addr.gif) no-repeat;
	font-size:0.9em;
	width:530px;
	clear:left;
	font-style:normal;
}
address img{
	position:relative;
	top:6px;
}
legend{
	display:none;
}
label{
	display:block;
	clear:left;
	float:left;
	width:80px;
}
input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
}
hr{
	margin:20px 0 20px 0;
	border-bottom:1px solid #626262;
}

/* ------------------------------------------
   general styles
------------------------------------------ */

#general{
	position:absolute;
	left:50%;
	margin-left:-373px;
	width:750px;
}
body>#general{
	margin-left:-374px;
}
#main{
	position:absolute;
	z-index:2;
	background:url(images/bkg-navig.jpg) repeat-y;
	background-position: 0 60px;
}
#identityNav{
	width:237px;
	float:left;
}
#identityNav dt, #identityNav dd{
	padding:0 0 0 20px;
	line-height:1.8em;
}
#identityNav dd ul{
	list-style-type:none;
	line-height:1.6em;
	padding:0 0 10px 0;
}
#identityNav li{
	padding:0 0 0 20px;
}
#identityNav ul a{
	font-weight:normal;
}
#language{
	margin:30px 20px 0 0;
	background:#eeeeee;
	border:1px solid #DDD;
}
#language a{
	font-weight:normal;
}
#language li{
	line-height:1.6em;
	list-style-type:none;
}
#content{
	margin-top:276px;
	width:265px;
	float:left;
	padding:0 0 120px 14px;
}
#content p{
	margin-bottom: 5px;
}
#content li{
	margin-bottom: 5px;
	margin-left: 15px;
}
#rightContent{
	position:absolute;
	margin-left:462px;
	width:280px;
	height:356px;
	z-index:1;
}
#highlight{
	margin-left:64px;
	margin-top:60px;
}
#copyright{
	position:absolute;
	bottom:-15px;
	left:640px;
	width:160px;
/*	margin:10px 0 0 5px;*/
	padding:0 0 5px 0;
	font-size:0.9em;
	color:#999999;
}
#copyright a{
	font-weight:normal;
	color:#CC6666;
}

/* ------------------------------------------
   classes
------------------------------------------ */

.noshow{
	display:none;
}
.hiddenStructure{
	display:none;
}
.activeMenu{
	background-color:#dadad8;
	border:1px solid #c3c3c3;
	color:#626262;
	font-weight:bold;
	margin:0 20px 0 0;
}
.activeMenu a{
	color:#626262;
}
.subList{
	list-style-type:square;
	margin-left:25px;
}
.bigMargin{
	margin-bottom:20px !important;
}

/* ------------------------------------------
   classes : tableaux
------------------------------------------ */

.contentTable{
	width:350px;
	border-collapse:collapse;
}
.contentTable th{
	width:50%;
	padding:0 0 5px 0;
	vertical-align:top;
	text-align:left;
	font-size:0.9em;
	
}
.contentTable td{
	margin:0;
	padding:5px 0 15px 5px;
	vertical-align:top;
}
.contentTable td.title{
	padding:0;
	background-color:#dadad8;
	font-weight:bold;
}

/* ------------------------------------------
   classes : formulaires
------------------------------------------ */

.required{
	color:#e31818;
}
.formError{
	border: 1px solid #e31818 !important;
}
.smallInput, .mediumInput, .largeInput{
	border: 1px solid #e3e3e3;
}
.smallInput{
	width: 120px;
}
.mediumInput{
	width: 150px;
}
.largeInput{
	width: 180px;
}
.validateButton{
	padding:2px 5px 4px 5px;
	background-color:#e31818;
	color:#ffffff;
	font-weight:bold;
}
