
/************************************/
/*Modification du header*/
/************************************/

#header {
	height: 118px;
	position: relative;
	z-index: 2;
}

.hLeft .langue {
	padding-right: 20px;
}

.hLeft .langue a {
	border-top: 2px solid #d5c1c7;
	color: #d5c1c7;
}

.hRight .search {
	height: 73px;
}




/************************************/
/*Modification du menu de gauche*/
/************************************/

#blocLeft {
	padding-top: 9px;
}

#menuLeft {
	margin-bottom: 0px;
}



/************************************/
/*Journal*/
/************************************/

#journal {
	margin-left: 12px;
	margin-right: 11px;
	background: url('../img/puce_bloc.jpg') 0px 5px no-repeat;
	padding-left: 12px;
}

#journal a{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}


#links {
	margin-left: 12px;
	margin-right: 11px;
}

#links ul {
	list-style-type: none;
}

#links ul li {
	padding-bottom: 5px;
}

#links ul li.last {
	padding-bottom: 0px;
}

#links ul li a {
	background: url('../img/puce/puce_home.jpg') 0px 3px no-repeat;
	padding-left: 8px;
	text-decoration: none;
	color: #807960;
}




/************************************/
/*On rajoute l'illustration*/
/************************************/

#illustrationHome{
	margin-left: -1px;
	margin-top: -2px;
	height: 208px;
	position: relative;
	z-index: 1;
	margin-bottom: 7px;
}

#main {
	width:650px;
	float: left;
	padding:12px;
}

#main h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: url('../img/bg_title.jpg') 0px 4px repeat-x;
	margin-bottom: 20px;
	padding-left:0px; 
}

#main h1 span {
	background-color: #ffffff;
	padding-right: 5px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
}

#main p {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#main #presentation{
	margin-bottom:25px;
}


#main .rubrique {
	background: url('../img/pointille_horizontal.jpg') bottom repeat-x;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#main .last {
	margin-bottom: 5px;
	background:none;
}

#main .rubrique .link {
	text-align: right;
}

#main .allLinks {
	text-align: right;
	margin-right: 11px;
}

#main .allLinks a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}



/************************************/
/*Galerie "en Images"*/
/************************************/


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 150px;
	height:60px;
	float:left;
	margin:0 3px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
	margin:5px;
}


.next{
	cursor:pointer;
	background:url('../img/next.jpg') 0px 0px no-repeat;
	width:16px;
	height:16px;
	float:left;
	margin-top:20px;
}

.prev{
	cursor:pointer;
	background:url('../img/prev.jpg') 0px 0px no-repeat;
	width:16px;
	height:16px;
	float:left;
	margin-top:20px;
}

#enImage .link a {
    background: url("../img/puce/puce_home.jpg") no-repeat scroll 0 3px transparent;
    color: #807960;
    padding-left: 8px;
    text-decoration: none;
}