/* sophie hartung CSS */

BODY {
	background-color: #2a2a71;
	color: #ff9;
	font-size: 0.9em;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
}

#wrapper {
	width: 700px;
	margin: 2em auto;
	background-color: #669;
}
.default {
	background: #669 url(img/commun/bkg-accueil.jpg) no-repeat left 50px;
}
.photos {
	background: #669 url(img/commun/bkg-photos.jpg) no-repeat left top;
}
.form {
	background: #669 url(img/commun/bkg-form.jpg) no-repeat left top;
}
.camembert {
	background: #669 url(img/commun/bkg-camembert.jpg) no-repeat left top;
}
.valentine {
	background: #669 url(img/commun/bkg-valentine.jpg) no-repeat left top;
}
#wrapperPhoto {
	width: 725px;
	margin: 2em auto;
	text-align: center;
}
#header {
	margin-left: 130px;
	text-align: left;
}
H1 {
	padding: 2em 0 0; margin: 0;
	clear: both;
	z-index: 20;
}
UL.extrait LI {
	list-style-type: none;
	background: transparent url(img/commun/notes.gif) no-repeat left top;
	height: 38px; width: 200px;
	padding-left: 50px;
	float: right;
	margin-top: 1em;
}
H2 {
	background-color: #c33;
	width: 13.5em;
	margin: -20px 0 5px;
	padding: 0 0.2em;
	z-index: 10;
}
#header P.head {
	margin: 0;
	width: 100%;
	text-align: left;
}
#content {
	width: 420px !important;
	width: 400px;
	margin: 0 0 80px 140px;
	background-color: transparent;
	color: inherit;
	position: relative;
}

UL.extrait LI A, #content A, #content2 A {
	color: #ff9;
}
UL.extrait LI A:hover, #content A:hover, #content2 A:hover {
	color: #fc3;
}
	H3 {
		font-size: 1.6em;
		text-align: center;
		color: #fc3;
	}
	P.adresse {
		text-align: center;
	}
	P.infosup {
		margin: 1.6em 0;
	}
	.communiques P {
		margin: 0;
	}
	.rouge {
		color: #fc3;
	}
	H4.titreSpect {
		color: #fc3;
		margin: 0 0 2em;
	}
/* formulaire contact */
FORM DIV {
	margin-bottom: 2em;
}
FORM DIV LABEL {
	display: block;
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 7px;
}
FORM INPUT.btn {
	display: block;
	background-color: #ff9;
	color: #c33;
	padding: 0.2em;
	text-decoration: none;
	border: 1px solid #c33;
	margin-left: 117px;
}
FORM .frm {
	margin: 0 0 0 117px;
	padding: 0;
}
/* END formulaire contact */
/* menu */
UL#menu {
	float: right;
	width: 130px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
UL#menu LI {
	padding: 0;
	margin: 0.5em 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}
UL#menu LI A {
	display: block;
	background-color: #ff9;
	color: #c33;
	width: 110px;
	padding: 0.2em;
	text-decoration: none;
	border: 1px solid #c33;
}
UL#menu LI A:hover, UL#menu LI A.in {
	background-color: #c33;
	color: #ff9;
	border: 1px solid #ff9;
}
/*END menu */

/*affiche accueil*/
#moreInfo {
	width: 306px;
	text-align: center;
	background: #ffe700 url(img/tuques/piano.gif) no-repeat 95% 93%;
	width: 306px;
	color: #000;
	margin: 0 0 30px 190px;
	padding-bottom: 15px;
	
}
#moreInfo IMG.aff {
	display: block;
	margin: 0;
}
#moreInfo P {
	margin: 0;
	font-style: italic;
	font-size: 120%;
}
#moreInfo P.logo {
	float: left;
	margin-left: 0.3em;
}
#moreInfo P.smll {
	font-size: 90%;
}
#moreInfo P.jpl {
	clear: both;
	text-align: right;
	margin-right: 0.3em;
}
/*END affiche accueil*/

/* galerie photo*/
IMG.galerie {
	border: 1px #fc3 solid;
	padding: 3px;
}
.photo {

	float: left;
	margin: 4px;
	height: 12em;
	text-align: center;
}
.photo IMG {
	border: 1px #fc3 solid;
	padding: 2px;
}
.photo P {
	margin: 0;
	font-size: 80%;
	width: 110px;
}

/* END galerie photo*/
#copy {
	padding: 70px 0 15px;
	width: 700px;
	clear: both;
	text-align: center;
}
	#copy IMG {
		padding-right: 15px;
	}