/*
CSS V2
Plopito.com V1
---------------------
- Chartre couleur
		Rose: #FF004E
		vert fonce: #3b4e12
		vert clair: #acb74e
		vert vif:#cedd52
		Orange: #fbaf4d

- Sommaire
	1) Les styles balises
	2) Styles des structures
	3) Les classes
	4) Styles du menu

---------------------
1) Les Balises

*/
body {
	margin: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em; /* big : 1.1em */
	color: #000;
	text-align: center;
	}

a {
text-decoration: none;
border-bottom: 1px dotted;
color: #fff;
}
h3 {
	font-size: 12px;
	margin:0;
	margin-left: 10px;
	
}
h1 {
	font-size: 1em;
	color: #fbaf4d;
	margin:0;

}
h2 {
font-size: 1.2em;
color: #3b4e12;
}


.titrecontent2 h2 {
margin:0;
font-size:1.4em;

}
.titrecontent h2:first-letter {
font-size: 1.4em;
color: #cedd52;
}
.titrecontent2 h2:first-letter {
font-size: 1.5em;
color: #cedd52;
}
h3:first-letter {
	font-size: 12px;
	color: #fb8d00;
	background-color: white;

}

kbd {
	border: 1px solid white;
	padding: 1px;
	background-color: white;

}
input, textarea {
	background-color: #fbaf4d;
	border: 1px solid black;
	font-size: 14px;

	padding: 0;
}
label {
	display: block;
}
legend {
	font-size: 0.7em;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
	color: #000;
}
fieldset {

border-collapse : collapse;
border: 1px solid black;
background-color: #cedd52;
}

/*

2) les styles associées a la structure du template

conteneur : container
entête : header
pied de page: footer
left: partie gauche entre header et footer
right: partie droite entre header et footer 
*/

#container {
	margin: 0 auto;
	width: 740px;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 0;
	text-align:left;
	border-left: 4px solid #fbaf4d;
	border-right: 0;
	
	}


#first-head-photo {
	width: 750px;
	height: 77px;
	margin: 0; 
	border: 0px solid #fff; /* I.E. Fix */ 
	background-image: url('../img/fsthead-photo.jpg');
	background-repeat: no-repeat;
	text-align: right;

	
	}
#header {
	width: 750px;
	height: 91px;
	margin: 0; 
	border: 0px solid #fff; /* I.E. Fix */ 
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	
	}
#footer { 
	width: 730px;
	height: 18px;
	padding-left: 30px;
	padding-top: 2px;
	margin: 0;
	margin-left: -10px;
	border: 0px solid #fff; /* I.E. Fix */ 
	background-color: #fbaf4d;
	color: #fff;
	font-size: 12px;
	
	}

#first-head-photo ul { padding: 0; 	margin:0;  }

#catmodsupr a {
color: #fff;
font-size:0.85em;
margin-left: 20px;
width:100px;
height:15px;
padding:1px;
background-color: #fbaf4d;
border: 1px solid black;


}

#first-head-photo ul li {
	float: right;
	margin-right:10px;
	margin-left: 10px;
	white-space: nowrap; /* I.E. Fix */ 
	list-style-type: square;
	color: #fbaf4d;
	font-weight: bold;

}

#header ul li {
	float: left;
	margin-right:11px;
	margin-left: 11px;
	white-space: nowrap; /* I.E. Fix */ 
	list-style-type: square;
	color: #fbaf4d;

}
#left
 { 
	width: 516px;
	float: left;
	padding: 0;
	margin:0;
	background-image: url('../img/fond.gauche.gif');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #acb74e;

  }

#left2
 { 
	width: 100%;
	float: left;
	padding: 0;
	margin:0;
	background-image: url('../img/fond.gauche.gif');
	background-position: 9px 0px;
	background-repeat: no-repeat;
	background-color: #acb74e;

  }
#left li a {
	
	text-decoration: none;
	height: 1.73em;
	display: block;
	float: left;
	width: 13.5em;
	text-align: center;
	padding: 0;
	color: #3b4e12;
	background-color: #cedd52;
	margin-bottom: 8px;
}

#right 
	{ 
	float: left;
	background-image: url('../img/ombre.png');
	background-repeat: repeat-y;
	background-color: #fbaf4d;
 	width: 210px;
 	border:0;
	padding: 0;
	margin:0;
	margin-left: 0px;
   font-size: 0.9em;
 	}
#menuadmin li {
	font-size: 0.9em;
	list-style-type: none;
	display: inline;
	margin:20px;


}


#menuadmin li a {
	border-bottom: 3px solid #cedd52;
	border-top: 3px solid #cedd52;
	margin-left:10px;
	text-decoration: none;
	height: 1.5em;
	width:7.3em;
	display: block;
	float: left;
	background-color: #cedd52;
	text-align: center;
	padding: 0;
	color: black;

}
#menuadmin li a:hover {
border-color:#fff;

}


/*

3) les classes



*/
.red {
	font-weight: bold;
	color: red;

	}
.clear {clear: both;} 
.hr1 {
	height: 6px;
	margin-left: -10px;
	margin-top: 5px;
	width: 150px;
	background-color: #fbaf4d;
	
	}
	.bulle1 {

	height: 21px;
	padding-top: 4px;
	padding-left: 7px;
	margin-top: -14px;
	margin-left: 140px;
	background-image: url('../img/bulle1.gif');
	background-repeat: no-repeat;
	}
.erreur {
background-color:#acb74e;
border:3px solid #fbaf4d;
height:50px;
color: white;
font-weight: bold;
padding-left:50px;
text-align:center;
padding-top:30px;
background-image: url('../img/erreur.png');
background-repeat: no-repeat;

}
.titrenews {
	margin-top:15px;
   width: 13.5em;
	height: 2.1em;
	background-image: url('../img/titre2.png');
 	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #fff;
	
	}
.titregaleries {
	margin-top:15px;


	background-image: url('../img/test.png');
	background-repeat: repeat;
	color: #fff;
	
	}
	.titre h2 {

	padding-left: 45px;
	height:1.5em;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	margin-left: 54px;
	font-size: 15px;
	color: #3b4e12;

}

.titre {
	margin-top:20px;
   	width: 540px;
	height: 2.1em;
	background-image: url('../img/titre2.png');
 	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #fff;
	
	}
.news {

	margin-top: 10px;
	margin-left: 10px;
	width: 500px;
	margin-bottom:16px;
	}
	
.news:first-letter {

	font-size:2em;
	color: #3b4e12;
	font-weight: bold;

	}
.news img {
float: left;
margin: 6px;
}

.clear { 
clear: both;
visibility:hidden;
}
.jour {
	width:100px;
	font-weight: bold;
	font-size: 0.9em;
	margin-top:0px;
	margin-left:50px;
	
	}

.titrecontent {
	padding-left: 50px;
	height:1.8em;
	width:387px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-left: 54px;
	padding-right:25px;
	overflow:hidden;
}
.titrecontent2 {
	padding-left: 40px;

	width:375px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	overflow:hidden;
}
.titrenews h2 {

	font-size: 1.1em;
	color: #3b4e12;
	margin:0;
	padding:0;
	

}

.gras {
	font-weight: bold;
}
.cat h2 {
	font-weight: bold;
	color:  #3b4e12;
	font-size:1.2em;
}.cat {

	margin-top: 15px;
	margin-bottom:5px;
	margin-left: 0;
	margin-right:6px;
	font-size: 1.1em;
	color: #000;
	
	}
.tof {
	text-align: center;
	background-color:white;
	margin-left:10px;
	margin-right:10px;
}
.tof h3 {

	color: #000;
	font-size: 1.2em;
	margin:2px;;
}
.tof a {
	font-size: 0.8em;
	text-align: right;
	color: black;
}
.miniphoto {
width: 114px;
height: 114px;
padding:10px;
border: 1px solid #fff;
margin:4px;
text-align: center;
background-color: #fff;
float: left;


}
.miniphoto2 {
width: 125px;
height: 135px;
padding-left:10px;
border: 1px solid #fff;
margin:8px;
text-align: center;
background-color: #fff;
float: right;
font-size:0.8em;
color: black;

}
.miniphoto3 {
width: 125px;
height: 135px;
padding-left:10px;

border: 1px solid #fff;
margin:8px;
text-align: center;
background-color: #fff;
float: left;
font-size:0.8em;
color: black;
}
.miniphoto4 {
width: 125px;
height: 135px;
padding-left:10px;

border: 1px solid #fff;
margin:2px;
text-align: center;
background-color: #fff;
float: left;
font-size:0.8em;
color: black;
}
.miniphoto4 a {
color: black;


}
.miniphoto:hover, .miniphoto2:hover, .miniphoto3:hover {
background-color: #cedd52;

}
.com {
border: 1px solid black;
border-collapse: collapse;
background-color: #cedd52;
font-size:0.9em;

}
.galerie_text {

width:415px;
background-color: #fff;
float:left;
margin:8px;
background-image: url('../img/haut.galeries.jpg');
background-position: -20px 0px;
background-repeat: no-repeat;
}
.descgal {
	margin-left: 50px;
	border-left: 12px solid #fbaf4d;
	background-color: #fff;
	font-size: 1.2em;
	padding-left: 5px;
	padding-right: 3px;
}
.imglistpay {

	float: left;
	border: 1px solid black;
	width: 114px;
	height: 75px;
	margin-top: 19px;;
}
.imglistpor {

	float: left;
	border: 1px solid black;
	width: 75px;
	height: 114px;
	margin-left: 19px;

}

.commentaire {
border: 1px solid black;
margin:0;
padding:0;
margin-bottom:6px;
width:100%;
border-collapse: collapse;
}
.testoverflow {
overflow:hidden;

}
.pseudo {
background-color:#cedd52;
width: 160px;
border-right: 1px dotted #3b4e12;
color:#3b4e12;
margin:0;
padding:0;
}
.message {
background-color: #fff;
margin:0;
padding:0;
}
/*

4) les élements du menu

*/


#nav {
	padding: 1px;

	margin:0;

}
#menu {

	width: 750px;
	padding: 0;
	padding-top:14px; /* big 10px; */

}

#nav li {
	font-size: 1.2em;
	list-style-type: none;
	display: inline;
	margin: 0 0 0 0;


}


#nav li a {
	
	text-decoration: none;
	height: 1.3em;
	display: block;
	float: left;

	text-align: center;
	padding: 0;
	color: #3b4e12;
	border:0;

}

#nav li a:hover { 

border-bottom: 5px dotted white;
  }
#selected {

color: #000;


}
 	
/*


5) les ID

*/

#edito {
width:190px;;
padding-left: 12px;
padding-top:5px;
font-size:0.9em;

}
#exif {

	visibility: hidden;
	width: 80px; 
	float: left;
	border: 1px solid black;
	border-right: none;
	background-color: #bbbbbb;
}


	#right H2 {
	background-image:url('../img/puce3.png');
	background-repeat:no-repeat;
	background-position: top left;
	height:3.5em;
	padding-left:20px;
	padding-top:5px;
	color: black;
	font-size: 1.2em;
	margin:0;
	}

