* {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #2a2825;
	text-align: center;
	font-size: 1em;
}

body#background {
	background-image: url(background_lagarde.png);
	background-repeat: repeat;

}

a img {
	border-style: none;
	border-width: 0;
}

h1.titre {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 160%;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: none;
}

h2.soustitre {
	margin-top: 5px;
	font-size: 120%;
	font-style: italic;
}

h3 {
	margin-top: 15px;
	font-size: 100%;

}

p.texte,
p {
	padding: 15px 20px  15px 20px;
	text-align: justify;
	color: #FFFFFF;
	font-size: 100%;
}

p.milieu {
	text-align: center;

}

ul.prix {
	margin-left: 50px;

}

ul.prix li {
	list-style: square;
	margin: 5px;

}

p.resume{
	display: none;
}


#content {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 30px;
}

#contentindex {
width: 1000px;
margin-left: -500px;
height: 700px;
margin-top: -350px; 
position: absolute; 
top: 50%; 
left: 50%;
}

#center{
	margin-left: 300px;
}

#pieddepage{
	border-top: #FFFFFF solid 1px;
	padding-top: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
	font-size: 90%;
	margin-left: 300px;

}


#titre {
	margin: 0 0 0 0;
	padding: 0;
	width: 60px;
	height: 400Px;
	background-image: url(../images/michel_lagarde_titre.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -1000px;
}
/* menu */

#imageMenu {
	width: 260px;
	height: 480px;
	margin-top: 0px;
	float: left;
	position: fixed;
	.position: static; /* hack pour ie7 */
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	width: 200px;
	padding: 0;
	float: right;
	}

#imageMenu ul li {

}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-bottom: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 200px;
	height: 80px;
}

#imageMenu ul li.dramagraphie a {
	background-image: url(dramagraphies.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#imageMenu ul li.dramagraphie2 a {
	background-image: url(dramagraphies2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#imageMenu ul li.illustrations a {
	background-image: url(illustrations.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#imageMenu ul li.roman a {
	background-image: url(roman.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#imageMenu ul li.decors a {
	background-image: url(decors.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#imageMenu ul li.bio a {
	background-image: url(bio.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

.floatleft {
	float: left;
	text-align: center;

}

.cache {
	display: none;

}

/**************************fin menu**************************/

/* vignette */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

/* containair images */
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #4e4e4e;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

/* bordure image */
#lbImage {
	border: 10px solid #4e4e4e;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 118px;
	height: 17px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel_hover.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel_hover.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #4e4e4e;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 93px;
	height: 14px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCloseLink:hover {
		background: transparent url(../images/closelabel_hover.gif) no-repeat center;
}
#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
	font-size: 1.5em;
	color: #000;
	margin-bottom: 15px;
}

#lbNumber {
	font-size: 130%;
	color:#333;
}

.lightboxDesc {
	display: none;
	color: #CCCCCC;
	font-size: 1.3em;
}

/**************************fin vignette**************************/

#center a img {
	border-color: #c0b9b1;
	border-style: solid;
	border-width: 1px;
	margin: 15px
}

#center a:hover img,
#center a img:hover {
	border-color: #635c55;
}

.pos_gauche {
	float: right;
}


/** formulaire **/
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}

#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	background: transparent;
}

#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	display: block;
	clear: both;
}

#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}

#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background-color: #333333;
	color:#CCCCCC;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
	color: #000000;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #FFFFFF;
}

#corpForm textarea{
	color: #000000;
}

input.envoimsg {
	color: #000000;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
	margin-left: 30%;
	clear: both;

}
/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
#corpForm .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}

