/*
 		Style Css for LHI - Pages specifiques

Author N.Cuvillier
Version 1.0 - 25/04/2010

Updates:
	1.1 - 4/5/2010 : 	Fusion des style pres et appart dans un générique
				Cht du style contact, commun avec ff2 et ie6

*/

/* ------------ */
/* --- Home --- */
/* ------------ */
#home img
{
	float:left;
	width:40%;
	margin: 0 20px 0 0;

}

#home p
{
	font-size:1.1em;
	margin-top:5px;
	margin-bottom:0;
	line-height:1.15em;
}

/* ----------------- */
/* --- pres.html --- */
/* ----------------- */

#pres img
{
	float:left;
	width:40%;
	margin: -10px 20px 0 0;
	vertical-align:middle;
}

#pres p
{
	font-size:1em;
	margin-top:10px;
	margin-bottom:0;
	line-height:1.1em;
}
/* ------------- */
/* --- tarif --- */
/* ------------- */
#tarif h2
{
	color:black;
	background:#64B4FC;
	border: 1px solid black;
	padding-left:20px;
	margin-bottom:10px;
}
.itemtarif
{
	margin-left:20px;
	font-size:80%;
	line-height:80%
}
.itemtarif ul
{
	margin:15px 0 15px 20px;
	padding:0;
	list-style: none;
}

.itemtarif ul li
{
	padding: 6px 0 6px 30px;
	background: url("img/mybutton.gif") no-repeat left center;
	
}
.itemtarif .comment
{
	text-decoration:blink;
	font-size:80%;
	font-style:italic;
	padding-bottom:10px;
}
/*----------------*/
/* ---- team ---- */
/* --- appart --- */
/* css generique  */
/*----------------*/
#sstitre
{
	padding: 0 20px 0px 20px;
	overflow:hidden;
}
#sstitre #intro
{
	font-size:90%;
	margin-bottom:5px;
}

#chapitres .titre
{
	color:black;
	background:#64B4FC;
	border: 1px solid black;
	margin-bottom:10px;
	font-family:Arial Black;
	font-size:90%;
}

/* specif des pages l'equipe */
#chapitres .tousmembres
{
	height:160px;
	padding-top:1px;
	overflow:visible;
}
#chapitres .tousmembres img
{
	width:160px;
	border: 1px solid black;
}
.allmembers .chapitred p
{
	padding-right:180px;
	text-align:right;
}
.allmembers .chapitreg p
{
	padding-left:180px;
}
/* specifs des pages appart */
#chapitres .tousapparts
{
	height:auto;
	min-height:228px;
	overflow:visible;
}
#chapitres .tousapparts img
{
	width:300px;
	border: 1px solid black;
}
.allapparts .chapitreg p
{
	padding-left:320px;
}
.allapparts .chapitred p
{
	padding-right:320px;
	text-align:right;
}
.allapparts .descriptif li
{
	font-size:80%;
	line-height:1.25em;
	list-style: none;

}
.allapparts .chapitred .descriptif
{
	margin-left:auto;
	margin-right:300px;
	width:320px;
}
.allapparts .chapitreg .descriptif
{
	margin-left:320px;
	width:420px;
}
/* general */
#sstitre .chapitred img
{
	float:right;
}
#sstitre .chapitreg img
{
	float:left;
}
#sstitre p
{
	font-size:85%;
	line-height:1.5em;
}


/* --------------- */
/* --- Contact --- */
/* --------------- */

/* logos pour cartographie web */
#contact #web
{
	width:600px;
	margin: 20px auto 0 auto;
}

#contact .google,
#contact .bing
{
	height:40px;
}
#contact a
{
	float:left;
}
#contact .google img
{
	width:30px;
	margin: 0 25px;	
}
#contact .bing img
{
	width:80px;
}
#contact p
{
	font-size:80%
}

/* carte */
#carte
{
	clear:both;
}
#carte img
{
	width:100%;
	border: 1px solid black;
}
#carte p
{
	text-align: left;
	font-size:120%;
}

/* ----------------- */
/* --- autresite --- */
/* ----------------- */
#autresite
{
	padding: 0 20px;
}
#autresite #intro p
{
	font-size: 90%;
	margin-bottom:20px;
}
#autresite #aubenas
{
	width:500px;
	margin:0 auto;	
}
#autresite #aubenas img
{
	width:500px;
}
/* ------------------- */
/* --- partenaires --- */
/* ------------------- */
.partner
{
	padding:15px 30px;
	font-size:80%;
	line-height: 1.2em;
}

