html, body {
 	margin: 0px;
 	padding: 0px;
 	text-align: left;
 	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666;
	height: 100%;
	background-color: #fff;
	font-style: normal;
	
}





/* ----------------------------------
				
			STYLES GENERIQUES 
				
------------------------------------ */
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}




a {
	text-decoration: none;
	color: #000;
	background-color: transparent;
	outline: none;
}

a:hover {
	color: #dc2b62;
	background-color: transparent;
}






/* ----------------------------------
				
				STRUCTURE 
				
------------------------------------ */

#total {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 1024px;

}

div {
	border: 0px solid #F90;

}

h1 {
 	font-family: Arial, "Lucida Grande", Verdana, Arial, sans-serif;

}


#colonneGauche {
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 850px;
	background-image: url(images/commun/fondColonne_gauche.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
}
#colonneCentrale {
	float: left;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 1300px;
	min-height: 1300px;
	background-image: url(images/commun/fondColonne.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #fff;
	padding-top: 10px;
}

#colonneDroite {
	float: left;

	width: 590px;
	margin: 0;
	padding: 0;
	height: 1200px;
	background-image: url(images/commun/fondColonne_droite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
}



#contenuCentrale {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;

}


/* ----------------------------------
				
		SECTION ET OUVERTURE 
				
------------------------------------ */

.section {
	float: left;
	width: 340px;
	margin-bottom: 8px;
	clear: both;
}



#colonneCentrale h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background-color: transparent;
}

#colonneCentrale h1 a {
	padding-left: 25px;
	line-height: 22px;
	font-size: 12px;
	display: block;
	border: 0px solid #000;
	background-image: url(images/commun/hautSection_ouvert.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


#colonneCentrale h1 a:hover {
	background-image: url(images/commun/hautSection_ouvert.gif);
	color: #000;
	cursor: pointer ;
}

#colonneCentrale .ouvert {
	background-image: url(images/commun/hautSection_ouvert.gif);
	color: #000;
}


#colonneCentrale .ferme  {
	background-image: url(images/commun/hautSection_ferme.gif);
	color: #666;
}







.sectionContenu {
	float: left;
	background-image: url(images/commun/fondSection_.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 0px;
	
}

p {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
	clear: both;
	border: 0px solid #ccc;
}

.sectionContenu p {
	width: 325px;
}
.sectionContenu ul {
	float: left;
	width: 325px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
}

.sectionContenu ul li {
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(images/commun/point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
}




/* ----------------------------------
				
				RESEAU 
				
------------------------------------ */
.imageReseau {
	border: 1px solid #e7e7e7;
	padding: 5px;
	margin-right: 5px;
	width: 50px;
	height: 50px;
}

.imageReseau:hover  {
	border: 1px solid #e7e7e7;
}

.lienReseau {
	font-weight: bold;
}



/* ----------------------------------
				
				NAV PROJETS 
				
------------------------------------ */
#totalNav {
	padding: 0;
	margin: 0;
	padding-top: 0px;
	margin-top: 8px;
}

#totalNav ul{
	float: left;
	width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
}



#totalNav ul li {
	background-color: transparent;
	padding-left: 0px;
	border-left: 0px solid #fff;
	font-size: 10px;
}

#totalNav ul li a {
	background-color: transparent;
	background-image: url(images/commun/point.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 8px;

}

#totalNav ul li a:hover {
	background-color: transparent;
	border-left: 0px solid #dc2b62;
	padding-left: 10px;
}




/* ----------------------------------
				
				FICHE 
				
------------------------------------ */

#fiche {
	float: left;
	margin-top: 100px;
	margin-left: 60px;
	background-image: url(images/commun/fiche_fond.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	width: 510px;

}

#ficheHaut {
	float: left;
	width: 510px;
	height: 5px;
	background-image: url(images/commun/fiche_haut.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#ficheContenu {
	margin-top: 4px;	
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
}




#ficheContenu h1 {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #333;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: normal;
}

#ficheContenu h2 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #333;	
}


#ficheTexte {
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#ficheTexte a {
	background-image: url("images/commun/fleche_pixel.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 14px;
}


#ficheTexte p {
	width: 475px;
	padding-top: 0px;
	padding-bottom: 10px;
}


#ficheTexte ul {
	float: left;
	width: 470px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	
}

#ficheTexte ul li {
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(images/commun/point2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 8px;
}




/* ----------------------------------
				
				HOME 
				
------------------------------------ */



.homeGauche, .homeDroite {
	float: left;
	width: 239px;
	margin: 0;
	padding: 0;
	border: 0px solid #ccc;
	margin-bottom: 10px;
	margin-top: 5px;
}


.homeGauche a, .homeDroite a{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
	background: transparent;
}

.homeGauche a:hover, .homeDroite a:hover{
	color: #dc2b62;
	background: transparent;
}


.homeGauche img, .homeDroite img {
	border: 0px solid #ccc;
}

.homeDroite {
	padding-left: 2px;
	float: right;
}







/* ----------------------------------
				
				OUTILS 
				
------------------------------------ */
.visible {
	padding: 0;
	margin: 0;
	display: block;
}

.invisible {
	padding: 0;
	margin: 0;
	display: none;
}


/* ----------------------------------
				
			FORMULAIRES 
				
------------------------------------ */


.champs {
	border: 1px solid #666;
	height: 15px;
	width: 150px;
}

textarea {
	width: 480px;
	height: 120px;
	border: 1px solid #666;
}

.bouton {
	border: 1px solid #666;
}




#rechercher_champ {
	margin: 0;
	padding: 0;
	float: right;
	padding-top: 3px;
}

#rechercher_champ .email {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 15px;
	width: 120px;
	color: #000;
	margin-right: 2px;
	margin-left: 17px;
}


#rechercher_champ .bt {
	float: right;
	margin-right: 0px;
	border: 0px;
}