@import "reset.css"; /*le lien vers le fameux reset */
/* Centrage Vertical / Horizonal le format du contenant est de 840x590 - tu le changes si tu veux*/


#conteneur {
	text-align: center;
	position: absolute;
	top:350px;
	left: 0px;
	width: 950px;

}

#contenu {
	margin-left: -475px;
	position: absolute;
	top: -246px;
	left: 823px;
	width: 950px;
	height: 650px;
	border: 0px;
	text-align: left;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/nom.jpg);
	background-position: 0px 5px;
	background-repeat: no-repeat;

}

#contenu.index {
	width: 850px;
	padding-top: 30px;
	padding-right: 100px;
	text-align: right;
}
h1{
	font-family: century gothic, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold; 
	color: black;
} 

a {
	font-family: century gothic, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold; 
	color: black;
} 

a:hover { 
	text-decoration: underline;
}

/*...*/

#menu {
	
	margin-left: 99px;
	position: relative;
	top: 10px;
	width: 800px;
	height: 30px;
}

#menu a { 
	display:block; 
	float: left; 
	width: 74px; 
	height: 28px; 
	margin-left: 80px; 
}

#peinture { 
	margin-left:0px; 
	background-image: url(../img/peinture.gif);
	background-repeat: no-repeat;
 }
 
#peinture:hover {
 	background-image: url(../img/roll_peinture.jpg);
 }

#archive {  
	background-image: url(../img/archive.jpg);
	background-repeat: no-repeat;
 }
 
 #archive:hover {
 	background-image: url(../img/roll_archive.jpg);
 }
 
 #expo { 
	background-image: url(../img/expo.jpg);
	background-repeat: no-repeat;
 }
 
 #expo:hover {
 	background-image: url(../img/roll_expo.jpg);
 }
 /*...*/
  #texte { 
	background-image: url(../img/texte.jpg);
	background-repeat: no-repeat;
 }
 
 #texte:hover {
 	background-image: url(../img/roll_texte.jpg);
 }
 /*...*/
 #contact { 
	background-image: url(../img/contact.jpg);
	background-repeat: no-repeat;
 }
 
 #contact:hover {
 	background-image: url(../img/roll_contact.jpg);
 }


/*   là  contenu de PEINTURE    */

#contenu_peinture {
	display:block; 
	float: left;
	width: 940px;
	height: 580px;
	border: 0px;
	text-align: left;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/t_peint.jpg);
	background-position: 93px 1px;
	background-repeat: no-repeat;
	
}


/* là le css de la galerie */

#gallery {
		background-color: #fff;
		padding: 10px;
		width: 700px;
		margin-left: 120px;
		margin-top: 67px;
		background-image: url(../img/t_peint.jpg);
		
		background-repeat: no-repeat;
	
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

/*   là  contenu de ARCHIVE    */

#contenu_archive {
	display:block; 
	float: left;
	width: 940px;
	height: 580px;
	border: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/t_archivs.jpg);
	background-position: 93px 5px;
	background-repeat: no-repeat;
}

/*   là  contenu de EXPO    */

#contenu_expo {
	display:block; 
	float: left;
	width: 940px;
	height: 580px;
	border: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/t_expo.jpg);
	background-position: 488px 5px;
	background-repeat: no-repeat;
}

#text_expo {
	display:block;
	margin-left: 130px;
	position: absolute;
	width: 595px;
	height: 410px;
	padding: 15px 115px 5px 15px;
	text-align:left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	top: 70px;
	left: 47px;
}

/*   là  contenu page CONTACT    */

#contenu_contact {
	display:block; 
	float: left;
	width: 940px;
	height: 580px;
	border: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/t_contact.gif);
	background-position: 550px 95px;
	background-repeat: no-repeat;
}


#img_contact{
	display:block; 
	float: left;
	margin-left: 130px;
	position: absolute;
	top: 70px;
}

#text_contact {
	margin-left: 653px;
	position: absolute;
	top: 28px;
	width: 572px;
	height: 450px;
	text-align: left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	left: -146px;
}


/*   là  contenu page TEXTE    */

#contenu_texte {
	display:block; 
	float: left;
	width: 940px;
	height: 580px;
	border: 0px;
	text-align: left;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	background-image: url(../img/t_texte.jpg);
	background-position: 820px 95px;
	background-repeat: no-repeat;
}



#texte_droit {
	margin-left: 720px;
	position: absolute;
	top: 99px;
	width: 235px;
	height: 222px;
	text-align: right;
	font-size: 12px;
	font-family: Century gothic, sans-serif;
	left: -86px;
}

#texte_gauche{
	display:block;
	float: left;
	width: 498px;
	margin-left: 130px;
	position: absolute;
	top: 70px;
	text-align: justify;
}
h2{
	font-family: century gothic, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
	color: black;
	font-size: 14px;
}

.bold{
	font-family: century gothic, Arial, sans-serif;
	text-decoration: none;
	font-weight:bold; 
	color: black;
}

.petit{
	font-family: century gothic, Arial, sans-serif;
	text-decoration: none;
	color: black;
	font-size: 11px;
}
