/*  Reset
-------------------------------------------------------*/
@import "reset.css";
/*  Hack
-------------------------------------------------------*/
@import "hacks.css";
/*  Scroll
-------------------------------------------------------*/
/*html {
	overflow:hidden;
}
* html {
	overflow:hidden;
}
/* Conteneurs
-------------------------------------------------------*/
#conteneur {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}
#contenu {
	margin-left: -450px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 900px;
	height: 600px;
	border: 0px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #b2b4aa;
}
/*  Couleurs
-------------------------------------------------------*/
body {
	background-color: #61645c;
}
/*  Typo & alignement
-------------------------------------------------------*/
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}
.t_justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/*  Header
-------------------------------------------------------*/

/*  Liens
-------------------------------------------------------*/
a {
 	color: #b2b4aa;
}
a:hover {
	color: white;
}
a.select {
	color: #3f3f3f;
}
a.actu_link {
	display: inline-block;
	float: right;
	margin-left: 3px;
	width: 12px;
	height: 12px;	}
	
a.actu_ext {
	background-image: url(../images/external_link.png);
	background-position: left top;	}
	
a.actu_ext:hover {
	background-position: left bottom;	}	
		
/*  Classes spécifiques
-------------------------------------------------------*/
/*. {

}
/*  Navigation
-------------------------------------------------------*/
a.nav {
	display: block;
	position: relative;
	left: 370px;
	width: 160px;
	height: 30px;
	font-size: 24px;
	background-repeat: no-repeat;
	background-position: top left;
}
a.nav:first-child {
	margin-top: 180px;	}
	
a.nav:hover, a.selected {
	background-position: bottom left;
}

/* Img Background dans sommaire.php */
	
	
/*  Blocks
-------------------------------------------------------*/
#choix_langues {
	position: absolute;
	top: 360px;
	left: 600px;
	width: auto;
	height: auto;
}
#proj, #actu, #comm, #info {
	width: 250px;
	height: auto;
	display: block;
	position: absolute;
}
#proj {	top: 223px;
		left: 490px;
		width: 310px;
		padding-left: 65px;
		padding-top: 10px;
		background: url(../images/l_proj.png) no-repeat 0px 2px;	}
#actu {	bottom: 402px;
		left: 490px;
		width: 310px;
		height: auto;
		padding-left: 65px;
		background: url(../images/l_actu.png) no-repeat bottom left;	}
#comm {	top: 255px;
		right: 545px;
		width: 350px;
		padding-right: 65px;
		padding-top: 10px;
		background: url(../images/l_comm.png) no-repeat top right;
		text-align: right;	}
#info {	top: 305px;
		left: 370px;
		width: 250px;
		height: auto;
		padding-top: 65px;
		padding-left: 10px;
		background: url(../images/l_info.png) no-repeat top left;	}

/*  Contenu
-------------------------------------------------------*/
ul li {
	margin: 0 0 10px;
}
ul.listInfo li {
	margin-bottom: 5px; 
}
ul li ul li {
	margin: 0;}
span.titre_item {
	font-size: 14px;
	font-weight: 700;
}
/*  Form
-------------------------------------------------------*/
/*# {

}
