/* CSS des pages */

body {
	margin:0;
	padding:0;
	background:#F2E4CF;
	font-family:arial;
	font-size:12px;
	color:#666;
}

table {
	border-collapse:collapse;
}
input {
	font-size:10px;
}
h1 {
	font-size:16px;
	color:#9f050c;
}
h2 {
	font-size:12px;
	color:#9f050c;
}
a {
	font-weight:bold;
	color:#000;
}
img {
	border:0;
}

#page
{
width:910px;
position:relative;
margin:auto;
}

table p {
  text-align: justify;


}

p {
  text-align: justify;


}



/* PARTIE HAUTE   */
#haut {
	width:910px;
	height:297px;
	margin:0;
	padding:0;
	z-index:50;
	background-image: url(img/bg_haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #463031;
}
#logo {
  position: absolute;
  top: 30px;
  left: 0px;

}

#color {
	background-image: url(img/ligne_coloree.gif);
	background-repeat: repeat-x;
	background-position: center center;
  background-color: #463031;
  border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #463031;
	height: 6px;
	width: 910px;
	}

/****************/
/* bando de news */

#bando {
/*	height: 80px;
	width: 700px;*/
	color: #000;
	font-weight: 600;
  left: 0px;
	padding: 8px;
	position:absolute; 
  top:0; 
  left:0px; 
  width:580px;
  margin-top: 0px;
  height:54px; 
	/*top: 150px;
	left: 30px;*/
	}
#bando p {
  text-indent: 0px;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 11px;

}	
	
#bando h2 {
  color: #463031;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
 /* margin-left: 20px;
  margin-bottom: 5px;*/
}

#bando ul {
  
}

#bando li {
	list-style-position:outside;
	list-style-type:none;
}

#bando a {
  color: #D04F1A;
  text-decoration: none;

}
#flash_event {
  width: 600px;
  height: 74px;
}


#animation {
   position:absolute;
    width: 600px;
    padding: 0px;
    height: 74px;
    top: 230px;
    left: 30px;

}
	
	
/* PARTIE GAUCHE MENU ET LOGIN  */	
	
#left_container {
	font-family:"Times New Roman";
	/*position:absolute;*/
	position:relative;
	margin:0;
	padding:0;
  margin-top:8px;
	left:-100px;
	width:160px;
	z-index:10;
	
	float: left;
	letter-spacing: 1px;
	}	
	
	
/* MENU  */	
	
#menu_haut {
	margin-bottom: 0px;
	background: url(img/bg_menu_haut.gif);
  background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	width: 160px;
	}
#menu {
	width:140px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	background-image: url(img/bg_menu_center.gif);
	background-repeat: repeat-y;

}
#menu ul {
margin:0;
	margin-left:0;
	padding:0;

}
#menu li {
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding:0;
	padding:2px;
}

#menu_bas {
	background-image: url(img/bg_menu_bas.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 160px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-position: top;
	}

.menu_item {
	width:131px;
	margin:0px 0;
	text-align:left;
	font-weight:bold;
	color:#F2E4CF;
}
.item {
	padding:0 0 0 0;
}
.item a {
	color:#F2E4CF;
	text-decoration:none;
}

/****************/
/* encart login */

#spacer_login {
	height: 20px;
	width: 160px;
	}


#login {
  color: #F2E4CF;
	width:160px;
	z-index:10;
	padding:0;
	background:url(img/bg_menu_center.gif) repeat-y ;
	
}
#login input {
  width: 120px;

}

#login a {
  color: #FFF;

}
#login_haut {
	width: 160px;
	height: 10px;
	background:url(img/bg_menu_haut.gif) no-repeat top center;
	background-position: bottom;
	
	}
#login_bas {
	width: 160px;
	height: 10px;
	background:url(img/bg_menu_bas.gif) no-repeat bottom center;
	margin-bottom:20px;
	background-position: top;
	}

#login_t {
	font-weight:bold;
	color:#D04F1A;
	text-align:center;
	width:100%;
	height: 15px;
	vertical-align: bottom;
	padding-top: 15px;
	border-bottom-style: solid;
	border-bottom-color: #D04F1A;
	border-bottom-width: 2px;
}
#login_bloc {
	border-left:none;
	width:100%;
	text-align:left;

}
#login_bloc table {
	margin-left:10px;

}
#login_bloc table td {
	padding:5px;
	vertical-align:top;
	font-weight:bold;
	color:#F2E4CF;
}
#submitlog {
	border:0;
	background-color:#F2E4CF;
	color:#000;
	font-weight:bold;
	padding:0;
}
#infolog {
	color: #D04F1A;
  margin:0px;
	width:150px;
	padding:5px;
	background:url(img/bg_menu_center.gif) repeat-y ;
	font-size:14px;
	
}
#infolog ul {
  padding-left: 0px;
  margin-left: 0px;
  color: #F2E4CF;
}
#infolog li {
  padding-left: 0px;
  color: #F2E4CF;
  list-style-position:outside;
	list-style-type:none;
	
	margin-left: 0px;
}

#infolog li a {
  text-decoration: none;
  color: #F2E4CF;
  font-size: 13px;
  padding-top: 5px;
}

#infolog_haut {
  background:url(img/bg_menu_haut.gif) no-repeat bottom center;
  width: 160px;
  height: 10px;
}
#infolog_bas {
  background:url(img/bg_menu_bas.gif) no-repeat top center;
  width: 160px;
  height: 10px;
  margin-bottom:20px;
}


/* PARTIE PRINCIPALE   */
#page_bottom
{
position:relative;
background-color: #F2E4CF;
}
#main {
  float:right;
  position:relative;
	width: 780px;
	/*background-color: #F2E4CF;	*/
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #4B3629;
	}
	

#main_middle {
	margin-right: 0px;
  float: left;
  margin-left: -70px;
  width: 660px;
	/*border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #4B3629;*/
	}

#content {
	position:relative;
	
	
	/*min-height:550px;*/
	padding-top: 30px;
	/*padding-right: 10px;
	padding-left: 30px;
	margin-left: 0px;
	margin-right: 0px;*/

	
}
#content_left {
	width:320px;
	float: left;	
}
#content_right {
  position: relative;
 	width:300px;
	margin-top: 0px;

	float: right;		
}

/* ACTUS ET TELE  */

#actus {
	background-image: url(img/actus.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:280px;
	height: 320px;
	min-height:250px;
  padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top: 10px;
		
	}
	
#actus h2 {
  padding-top: 20px;

}

#actus h3 {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #463031;	

}

#actus table td
{
  margin:0;
  padding:0;
  padding:1px;
}

#actus ul {
	padding-left: 10px;	
	}

#actus li {
	margin-top: 5px;
	margin-bottom: 5px;	
	}

#actus a {
	color: #D04F1A;	
	text-align: right;
	
	}

#actus_titre {
  margin-top: 10px;
  height: 35px;
  width: 300px;
  background-image: url(img/news.gif);
	background-repeat: no-repeat;
	background-position: center center;

}


#tele {
	background-image: url(img/tele.gif);
	margin-top: 30px;
	margin-bottom: 20px;
  position: relative;
	padding-bottom: 0px;
	height: 211px;
	padding-top: 1px;
	width: 301px;
	background-repeat: no-repeat;
	background-position: center center;

	}
	
#film {
  position: relative;
  /*width: 172px;*/
  /*height:20px;*/
  /*margin:auto;*/
    /*text-align:left;*/
  margin-top: 17px;
  text-align: center;
}

  
.spacer {
	clear: both;
	}
/* FOOTER   */
#footer {
	width:780px;
	color:#f6b973;
	text-align:center;
	background-image: url(img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 48px;
  margin-top:20px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	position: relative;
	left: 0px;

}
#footer a {color:#FFFFFF; text-decoration:none;}

#footp {
  text-align: center;
	position:relative;
	top:32px;
	margin: 0px;
	padding: 0px;
	}

/****************/
/* autres       */
.chp_ok {
}

.chp_nok {
   border:1px solid #CC0000;
}
.nota {
	font-weight:bold;
}
.alert {
	font-weight:bold;
	color:#9f050c;
	font-size:14px;
}

.tliste {
	width:100%;
	border:1px solid #666666;
}
.tliste th, .tliste td {
	border:1px solid #999999;
	padding:3px;
}
.tform th, td {
	padding:3px;
}
.tform th {
	text-align:left;
	color:#CC0;
	font-size:14px;
	border-bottom:1px solid #990000;
}
.imgBorder {
	border:3px solid #990000;
}
.bouton {
	border:2px outset #9F050C;
	background-color:#9F050C;
	color:#FABE77;
	font-weight:bold;
}
.acc_compte {
	float:left;
	width:250px;
	border:1px solid #999999;
	padding:10px;
	margin:10px;
}
.acc_compte a {
	text-decoration:none;
}
.piti {
	font-size:10px;
}
.module {
	margin:10px 5px 0px 5px;
}
.module td {
	border:1px solid #CCCCCC;
	padding:2px;
	width:100px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	color:#4b3434;
}
.module td.img {
	width:75px;
}

.topleft {
	float: left;
	top: 0px;	
	
	}
