body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/fond.jpg) repeat-y center; /*#888888;#ece9d8 */
/*#ddeeff;*/
	font-family: "Times New Roman", Times, serif;
}




#conteneur {
	position: relative;
	width: 1000px;
	height: 730px;
	margin: auto;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #cd3700;
	/*border: 1px solid black;*/
	/*overflow: hidden;*/
}
.cadre {
	position: absolute;
	background-color: #404040;
	border: 2px solid black;
}
.cadrephoto {
	position: absolute;
	background-color: #404040;
}
.cadretexte {
	position: absolute;
	color: #303030;
}

.T1 {
	font-size: 2.3em;
}
.T2 {
	font-size: 1.4em;
}

.cadrelien {
	position: absolute;
	font-size: 1.4em;
}

.cadrelien a:link {
	color: #cd3700;
	text-decoration: none;
}
.cadrelien a:visited {
	color: #cd3700;
	text-decoration: none;
}
.cadrelien a:hover {
	color: #cd3700;
	text-decoration: underline;
	font-weight: bold;
}

.gauche {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 730px;
	text-align: center;
	background-color: #cd3700;
	z-index: 1;
	/*overflow: hidden;*/
	/*border-right: 1px solid black;*/
}
.droite {
	position: absolute;
	top: 0;
	left: 280px;
	float: left;
	width: 720px;
	height: 730px;
	text-align: center;
	background-color: #404040;
	z-index: 1;
}

.galerie {
	float: left;
	width: 1000px;
	height: 730px;
	text-align: center;
	background-color: #404040;
}

.gauche_haut {
	float: left;
	width: 280px;
	height: 120px;
	font-size: 2.2em;
	color: #404040; /*#666666;*/
	
}

.gauche_bas {
	width: 280px;
	height: 610px;
}

.gauche_bas_centre {
	width: 280px;
	height: 590px; /* Normalement 610, mais moins pour eviter de faire depasser la barre de defilement*/
	text-align: center;
	overflow: auto;

}
.gauche_bas_centre a img {
	border: 3px solid #cd3700;
}
.gauche_bas_centre a.active img {
	border: 3px solid #404040;
}

.gauche_bas_centre a:link {
	border: 3px solid #cd3700;
	
}
.gauche_bas_centre a:visited {
	border: 3px solid #cd3700;
	
}
.gauche_bas_centre a:hover img {
	border: 3px solid #404040;
	
}

.categorie {
	margin-bottom: 50px;
}

.categorie p {
	font-size: 1.1em;
	color: #404040; /*#666666;*/
}



.droite_haut {
	float: left;
	width: 720px;
	height: 120px;
	font-size: 1.5em;
	color: #cd3700;
}

.droite_bas {
	width: 695px;
	height: 590px;
	text-align: left;
	margin-left: 20px;
	font-size: 1.1em;
	color: White;
	overflow: auto;
}	
.droite_bas p {
	margin-top: 0;
}
/*	scrollbar-face-color:#cd3700;
  	scrollbar-arrow-color:#404040;
  	scrollbar-track-color:#f9a68d;
  	scrollbar-shadow-color:#ab1500;
  	scrollbar-highlight-color:'#000';
  	scrollbar-3dlight-color:'white';
  	scrollbar-darkshadow-Color:'white';
*/

.droite_titre {
	margin-top: 5px;
	color: #cd3700;
	font-size: 1.3em;
	/*font-weight: bold;*/
}

.droite_titre2 {
	color: #cd3700;
	font-size: 1.1em;
	margin-bottom: 8px;
}

.droite_titre a:link {
	color: #cd3700;
	text-decoration: none;
}
.droite_titre a:visited {
	color: #cd3700;
	text-decoration: none;
}
.droite_titre a:hover {
	color: #cd3700;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	float: left;
	margin: 30px;
}

.droite_haut a:link {
	color: #cd3700;
	text-decoration: none;
}
.droite_haut a:visited {
	color: #cd3700;
	text-decoration: none;
}
.droite_haut a:hover {
	color: #cd3700;
	font-weight: bold;
	text-decoration: none;
}

.droite_bas a:link {
	color: #cd3700;
	text-decoration: none;
}
.droite_bas a:visited {
	color: #cd3700;
	text-decoration: none;
}
.droite_bas a:hover {
	color: #cd3700;
	font-weight: bold;
	text-decoration: none;
}

.thumb_gal {
	float: left;
	width: 150px;
	margin-bottom: 30px;
	text-align: right;
}

.thumb_gal a img {
	border: 3px solid #404040;
}

.thumb_gal a:link {
	border: 3px solid #404040;
	
}
.thumb_gal a:visited {
	border: 3px solid #404040;
	
}
.thumb_gal a:hover img {
	border: 3px solid #cd3700;
	
}

.descr_gal {
	float: left;
	width: 420px;
	margin-left: 30px;
	margin-bottom: 30px;
	text-align: left;
	font-size: normal;
}

.descr_gal p {
	margin: 0;
}

.titre_gal {
	font-weight: bold;
	color: #cd3700;
}


#liens {
	position: absolute;
	top: 160px;
	left: 50px;
	width: 925px;
	height: 560px;
	overflow: auto;
	z-index: 2;
}
.titre_lien {
	float: left;
	width: 210px;
	margin-right: 40px;
	margin-bottom: 30px;
	text-align: right;
}
.titre_lien p {
	margin: 0;
	font-size: 1.2em;
	color: #404040;
}
.titre_lien a:link {
	color: #404040;
	text-decoration: none;
}
.titre_lien a:visited {
	color: #404040;
	text-decoration: none;
}
.titre_lien a:hover {
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}

.texte_lien {
	float: left;
	width: 650px;
	margin-bottom: 30px;
}
.texte_lien p {
	margin: 0;
	font-size: 1.1em;
	color: white;
}
.texte_lien a:link {
	color: white;
	text-decoration: none;
}
.texte_lien a:visited {
	color: white;
	text-decoration: none;
}
.texte_lien a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#prestations {
	width: 685px;
	height: 580px;
	padding-right: 10px;
	overflow: auto;
}

#prestations_gauche_0 {
	text-align: right;
	margin-right: 20px;
	font-size: 1.1em;
}

#prestations_gauche_0 p{
	margin-top: 0;
}

#prestations_gauche_1{
	
	margin-top: 80px;
}

.gauche_centre {
	text-align: center;
}

.gauche_blanc{
	color: white;
	font-size: 1.1em;	
	font-style: italic;
}

.gauche_blanc2{
	color: white;
	font-size: 1.1em;
	text-align: right;
	font-style: italic;
}

.gauche_gris {
	color: #404040;
	font-size: 1.3em;
}
.gauche_gris a:link{
	color: #404040;
	text-decoration: none;
}
.gauche_gris a:visited{
	color: #404040;
	text-decoration: none;
}
.gauche_gris a:hover{
	color: #404040;
	text-decoration: none;
	font-weight: bold;
}

.pied {
	font-size: 0.7em;
}

.pied a:link {
	color: #ABABAB; /*#cd3700;*/
	text-decoration: none;
}
.pied a:visited {
	color: #ABABAB; /*#cd3700;*/
	text-decoration: none;
}
.pied a:hover {
	color: #ABABAB; /*#cd3700;*/
	text-decoration: underline;
}

#FrogJS{
width: 980px;
height: 630px;
margin: 0 auto;
}
#FrogJS img{

}
#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #999;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}





