/* ------------------- CSS Document ---------------------- */

/*-------------------- 1. general document  ---------------------- */

 * {
	margin:0;
	padding:0;
}


body{
	font-family:"Trebuchet MS", helvetica, sans-serif;
	font-size:71%;
	line-height:140%;
	color:#1a171b;
	background-image:url(../images/body_bg.gif);
	padding:0;
	margin:0;
}
img{
	border:0;
}

.clear {clear:both}

/*-------------------- 2. general text ---------------------- */

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2.3em;
	line-height:1.2em;
	margin-bottom:0.2em;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.9em;
	line-height:1em;
	margin-bottom:0.9em;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:1em;
	color:#fff;
	word-spacing:-1px;
	margin-bottom:0.2em;
}
p{
	margin-bottom:0.3em;
}
a {
	text-decoration:none;
	color:#E4156A;
}
a:hover{
	text-decoration:underline;
}

ul {padding:0;margin:0px 0px 18px 15px; }
ul li{padding:0; margin:0px 0px 5px 0px}

/*-------------------- 3. blocs position  ---------------------- */

#wrapper {
	width:900px;
	margin:20px auto 0px auto;
	background:url(../images/wrapper_bg.gif) repeat-y;
	border-left:18px solid #fff;
	border-right:18px solid #fff;
	border-top:18px solid #fff;
}

	/* LEFT COLUMN */
#column_left {
	width:158px;
	float:left;
	background:#604918;
	padding:18px 0px 0px 0px;
	margin:0;
	color:#fff;
}

	/* RIGHT COLUMN */
#column_right {
	float:left;
	width:724px;
	margin:0;
	border-left:18px solid #fff;
}

/* FOOTER */

#footer {
	clear:both;
	margin:0px 0px 50px 0px;
}


/*-------------------- 4. detailled blocs  ---------------------- */


/*-------------------- 4.1 left column ---------------------- */
	
#column_left h3 {
	margin-left:10px;
	margin-bottom:5px;
	color:#fff;
}

#column_left p{
	margin-left:10px;
	color:#a89572;
}
#column_left form {
	font-family:"Times New Roman", Times, serif;
}

/*-------------------- 4.1.1 login ---------------------- */

#login_form {
	height:132px;
	border-bottom:18px solid #fff;
}

#login_form form .inputform {
	background:#7b6334;
	color:#fff;
	border:none;
	width:127px;
	height:19px;
	margin-bottom:4px;
	padding-top:2px;
	padding-left:8px;
}
#login_form form .btnsubmit {
	/*background:#7b6334;*/
	font-family:"Times New Roman", Times, serif;
	background:#604918;
	color:#a89572;
	border:none;
	cursor:pointer;
	margin:0px 0px 0px 7px;
}
#login_form form .btnsubmit:hover {
	text-decoration:underline;
}

/*-------------------- 4.1.2 nav up ---------------------- */

#column_left #nav_up{
	width:138px;
	height:125px;
	padding:10px 10px 5px 10px;
	color:#fff;
	background:#b9a880;
	font-size:10px;
}

#column_left #nav_up p {
	color:#fff;
	padding:0;
	margin:0;
}

/*-------------------- 4.1.3 menu left (center) ---------------------- */

/* level 1 */

ul#nav_center {
	background:#fff;
	width:158px;
	text-align:right;
	padding:16px 0 44px 0;
	margin:0;
}
ul#nav_center li {
	list-style:none;
	background:url(../images/bg_nav.gif) no-repeat right bottom;
	padding:8px 0px 16px 0px;
	margin:0;
}
ul#nav_center li a {
	font-family:"Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:lighter;
	color:#e4156a;
}
ul#nav_center li a:hover, ul#nav_center li a:active {
	color:#b9a880;
	text-decoration:none;
}

/* LEVEL 2 */

ul#nav_center li ul {
	margin:0;
}

ul#nav_center li.lastItem {
	background:none;
}

ul#nav_center li ul li{
	background:none;
	padding:0;
}

ul#nav_center li ul li a {
	font-size:1.1em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
       color:#7b6334;
}

/*-------------------- 4.1.4 menu left (down) ---------------------- */

	
ul#nav_down {
	padding:3px 10px;
	background:#b9a880;
	margin:0;
}	
ul#nav_down li{
	font-family:"Times New Roman", Times, serif;
	display:inline;
}	
ul#nav_down li a{
	font-family:"Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:0.9em;
	color:#fff;
	word-spacing:-1px;
}	


/*-------------------- 4.2 right column ---------------------- */

/*-------------------- 4.2.1 header ---------------------- */

#header_right {
	height:150px;
	background:#979300;
	border-bottom:18px solid #fff;
}

.path{float:right; margin:15px 18px 0px 0px; color:#fff}
.path a{color:#fff;}
.imghead{float:left}

#header_right ul {
	width:300px;
	margin:30px 0px 0px 15px;
	padding:0;
	list-style:none;
}


#header_right ul li{
	float:left;
	height:30px;
	margin:0px 30px 0px 0px;
}

#header_right li a {
	color:#c8c47a;
	text-align:left;
	padding:0;
	font-size:1.8em;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:lighter;
}

#header_right li a:hover, #header_right li a:active {
	text-decoration:underline;
}

#header_right img {
	margin:28px 0 0 16px
}

#header_right h1 {
	color:#fff;
	margin : -10px 20px 0px 550px;
	padding:0;
}

#header_right h1 a { 
	color:white;
	text-decoration:none; 
}


/*-------------------- 4.2.2 content ---------------------- */

#canevas {
	padding:0;
	margin:0;
}

.global_content {
	width:325px;
	float:left;
	padding:0;
	margin:0;
	text-align:justify;
	
}

/* INTRO */
.global_content .intro{
	width:312px;
	height:120px;
	padding:10px 20px 10px 0px;
	background:#e4156a;
	color:#fff;
	font-size:10px;
	text-align:justify;
}

.global_content .intro img{
	float:right;
	margin-top:5px;
}

.global_content .intro a{ 
	color:#fff;
}

.global_content .intro p{
	width:185px;
}

/* text in 2 columns */

.global_intro{
	width:700px;
}

.global_intro h2 {
	padding:20px 0px 0px 18px;
	margin:0;
}

.global_intro .intro_2c h2 {
	padding:0px 0px 17px 0px;
}

.intro_2c{
	width:312px;
	height:120px;
	padding:10px 20px 10px 18px;
	background:#e4156a;
	color:#fff;
	font-size:10px;
	text-align:justify;
}

.intro_2c img{
	float:right;
	margin-top:5px;
}

.intro_2c a{ 
	color:#fff;
}

.intro_2c p{
	width:185px;
}

 .text_2c{
	margin:20px 40px 0px 25px;
	padding:0;
	float:right;
	width:300px;
	height:480px;
}

 .text_2c p{
margin-bottom:15px;
 }

.ecart {height:20px}

/* NEWS */

.news {
	margin:0px 0px 15px 0px;
}

.news h2, .agenda h2, .content h2  {
	color:#1a171b;
}

/* AGENDA */

.agenda {margin:0px 0px 18px 0px}
.event{margin:0px 0px 10px 0px}
.date_event {float:left; width:50px;}
.text_event {float:right; width:220px;}

/* CONTENT */

.global_content .content{
	background:#FFFFFF;
	margin:0;
	padding:0;
}
.content h1{
	font-size:1.8em;
}
.content p{
	margin-bottom:15px;
}

/* GENRAL CONTENT */

.global_content .intro, .global_content .agenda, .global_content .news, .global_content .content{
	padding-left:18px;
}

/* RIGHT IMAGE */

 .img_right{
	margin:0;
	padding:0;
	float:right;
	width:357px;
	height:480px;
}

/* TABLE */

table{
	font-family:"Trebuchet MS", helvetica, sans-serif;
	font-size:11.5px;
	line-height:140%;
	color:#1a171b;
	padding:0;
	margin:0;
} 

