@import url("standard.css");

h1{
	/*font-family: Century Gothic;*/
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #d76422 ;
	font-weight: normal;
}



/***************************
FEUILLE DE STYLE HOME
Défini la structure de la page d'accueil (colonnage...)
***************************/


div.partieBasse {
width: 957px; 
padding: 0 0 10px 0; 
background: url(../images/fond_partie_basse.png) bottom no-repeat; 
_background: url(../images/fond_partie_basse.gif) bottom no-repeat; 
float:left;
position:relative; 
top:-6px; 
left:0;
}


/***************************
		GAUCHE
***************************/

div#gauche{
	width: 710px;
	/*for ie*/ _width: 700px;
	float: left;
	margin-left: 15px;
}
div.partieHaute {
	width: 957px; 
	background: url(../images/fond_partie_haute.jpg) top  no-repeat; 
	float:left;
}

/***************************
		DROITE
***************************/

div#droite{
	width: 193px;
	float: left;
}
div#droite div{
	border: none;
	float: left;
}

/***************************
	ACTUALITES
***************************/

div#actualitesR {
	width: 168px; 
	margin: 10px 0 0 0; 
	padding: 0px; 
	background: url(../images/actu_partie_repeat.jpg) 0 top repeat-y ;
	font-size: 10px;
}

div#actualitesH {
	width: 168px;
	margin : 0;
	padding : 0;
	background: url(../images/actu_partie_haute.jpg) 0 top  no-repeat; 
}

div#actualitesB{ 
	width: 168px;
	background: url(../images/actu_partie_basse.jpg) 0 bottom no-repeat;
	margin:0;
	padding:0 0 10px 0;
}

div#actualitesB h2{ 
	color: #FFF;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-left: 10px;
}

div#actualitesB div{

	display: block;
	width: 164px;
	margin : 0;
	padding-left: 5px;
}
div#actualitesB div img{ 
	padding: 0;
	margin : 5px;
	border: 1px solid #d2dace;
	float: right;
}

div#actualitesB div p{ 
	padding: 5px;
	margin : 0;

	width: 98px;
	border: none;
	padding: 2px;
}


/***************************
	RECHERCHER
***************************/

div#rechercher{
	width: 193px;
	margin-top: 11px;
}


/***************************
	CARTE FLASH
***************************/
div#carteflash{
	width: 164px;
	height: 160px;
	border: 1px solid #a6b99b;
	margin-top: 5px;
	clear-both;
}	

div#carteflash img{
	border: none;
}	

/***************************
	BOUTONS	DROITE
***************************/

div.boutondroite, div.boutondroite2 {
	width: 170px;
	height: 30px;
	background: url(../images/fond_boutton.jpg) no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	margin-top: 8px;
	font-weight: normal;
	
}	

div.boutondroite2{
	margin-top: 5px;
}


div.boutondroite a, div.boutondroite2 a{
	/*font-family: Verdana;*/
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	line-height: 9px;
}	

/***************************
		GAUCHE
***************************/

div#infos {
	margin-left: 15px;
	margin-top: 20px;
}

div#infos p{
	width: 550px;
	margin-top: 10px;
	font-size: 14px;
	/*font-family: Century Gothic;*/
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

div#axes{
	background: url(../images/fond_axes.jpg) no-repeat;
	margin-top: 10px;
	margin-left: 15px;
}

div#axes div.colonne1, div#axes div.colonne2, div#axes div.colonne3{
	width: 210px;
	margin-left: 10px;
	float: left;
}
div#axes img{
	border: none;
}
div#axes div.colonne1{
	margin-top: 35px;
}

div#axes div.colonne2{
	margin-top: 25px;
}

div#axes div.colonne3{
	margin-top: 15px;
}


div#axes div.colonne1 p, div#axes div.colonne2 p, div#axes div.colonne3 p{
	font-size: 13px;
	/*font-family: Verdana;*/
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	padding-left: 35px;
	display: block;
	padding-bottom: 5px;
}
div#axes div.colonne1 p {
	background : url(../images/rond1.jpg) no-repeat ;
}
div#axes div.colonne2 p{
	background : url(../images/rond2.jpg) no-repeat ;

}

div#axes div.colonne3 p{
	background : url(../images/rond3.jpg) no-repeat ;
}

div#axes a{
	text-decoration: none;
	color: #6a6a6a;
}
