/*
CSS V2
Plopito.fr V1 - accueil central
-------------------------------
- Chartre couleur
		Gris fond: #626262
		Gris foncé bord: #474747
		Texte: #ffffff

- Sommaire
	1) Les styles balises
	3) Les classes
	4) Les id

------------------------------
1) Les Balises
*/
body {
	margin: 0;
	background-color: #fff;
	font-family: Trebuchet, 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;
}
h1 {
	color: #fff;
	font-size:1.1em;
	padding:0;

}
h2 {
	color:#fff;
	font-size:1.1em;
	padding:0;
	margin:0;


}
h3 {
	color:#fdeaa9;
	font-size:1em;
	padding:0;
	margin:8px;

}

/*

2) Les classes

*/

/*  classe desc contenant l'affichage pour chaque sous-site */
.desc {
	float: left;
	color: #fff;
	font-weight:bold;
	font-size:1.1em;
	width:230px;
	height:20px;
	margin-top:260px;
	margin-left:15px;
	border:0;
	padding:0;


}
/* classe adr designant l'adresse du site décrit par la classe desc*/
.adr {
	margin:0;
	font-size:0.8em;
	font-weight:normal;
}
.titrenews {

	background-color: #474747;
	
}
/*

3) Les id

*/
#first-head {
	margin-top:30px;
	background-color:#626262;
	width: 768px;
	height: 100px;
	background-image: url('../img/logo.plopito.png');
	background-repeat: no-repeat;
	background-position: 50px 20px;
	border-right:8px solid #474747;
	border-left:8px solid #474747;
	border-top:8px solid #474747;
	margin-left: auto;
	margin-right: auto;

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

#footer {
	color:#fff;
	background-color: #474747;
	width: 784px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.7em;

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

}


#choose {
	background-color: #626262;
	width: 768px;
	height: 380px;
	margin: 0; 
	background-image: url('../img/image5.jpg');
	background-repeat: no-repeat;
	background-position: 0px 30px;
	border-right:8px solid #474747;
	border-bottom: 8px solid #474747;
	border-left:8px solid #474747;
	margin-left: auto;
	margin-right: auto;


}
#content  {
	background-color: #626262;
	width: 768px;
	color:#fff;
	border-right:8px solid #474747;
	border-bottom: 8px solid #474747;
	border-left:8px solid #474747;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	text-align: left;
}

