*{padding:0; margin:0;}

body {
	font-size:62.5%; 
	font-family:verdana,arial,sans-serif;
	background:rgb(255, 255, 255);
	text-align: center; 
	padding: 0; 
	margin: 0;
}

h1 {
	font-size:500%; 	

}

h2 {
	font-size:200%; 	

}

p.texte {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	text-align:justify;
	color: rgb(142,111,87);
}

.texte {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	text-align:justify;
	color: rgb(142,111,87);
}

.marron {
	font-weight:bold; 
	color: rgb(142,111,87);
}


.rouge {
	font-style:italic;
	color: rgb(255,0,0);
}

.marronMenus {
	font-style:italic;
	font-weight:lighter; 
	color: rgb(102,51,0);
	font-size:13pt;
	line-height:120%;
	font-family : Times New Roman;
}

.marronSousMenus {
	font-style:italic;
	font-weight:lighter; 
	color: rgb(102,51,0);
	font-size:11pt;
	line-height:120%;
	font-family : Times New Roman;
}

.marronTexte {
	font-style:italic;
	font-weight:lighter; 
	color: rgb(102,51,0);
	font-size:10pt;
	line-height:120%;
	font-family : Times New Roman;
}

.marronJustify {
	font-style:italic;
	font-weight:lighter; 
	color: rgb(102,51,0);
	font-size:12pt;
	line-height:120%;
	font-family : Times New Roman;
	text-align: justify;
}

.marronGrasJustify {
	font-style:italic;
	font-weight:bold; 
	color: rgb(102,51,0);
	font-size:12pt;
	line-height:120%;
	font-family : Times New Roman;
	text-align: justify;
}

li {list-style-position : inside;}
.rougeTitre {
	font-style:italic;
	font-weight:bold; 
	color: rgb(255,0,0);
	font-size: medium;
	font-size:16pt;
	line-height:120%;
	font-family : Times New Roman;
}

.rougePetitTexte {
	font-style:italic;
	font-weight:bold; 
	color: rgb(255,0,0);
	font-size: medium;
	font-size:10pt;
	line-height:120%;
	font-family : Times New Roman;
}


.rougeTexte {
	font-style:italic;
	font-weight:lighter; 
	color: rgb(255,0,0);
	font-size: medium;
	font-size:16pt;
	line-height:120%;
	font-family : Times New Roman;
}

table {
	margin-right: -15px;
	font-size: 12px;
	margin : 0px auto auto auto;
}

td {
	padding:0px 20px;
}

a.lien1 { 
	color:rgb(255,0,0);
	text-decoration:none; 
} 

a.lien1:hover { 
	color:rgb(142,111,87);
	
} 

a.lien2 { 
	color:rgb(142,111,87);
	
} 

.borders {
	border:solid 1px rgb(153,51,0);
}
#gallery {
    position: relative;
    width: 750px;
}
#thumbs {
    width: 230px;
    float: left;
}
#thumbs a {
    display: block;
    float: right;
    margin: 0 0 5px 5px;
    width: 50px;
    height: 50px;
    border: 0px solid #000;
}
#thumbs a img {
    width: 50px;
    height: 50px;
    border: 0;
}
#thumbs a:hover {
    border-color: #ddd;
}
#thumbs a:hover img {
    position: absolute;
    width: auto;
    height: auto;
    left: 300px;
    top: 0;
    border: 1px solid #333;
}

