body {
	margin: 0;
	font-family: Arial;
	background-color:#512c70;
	color:#fff;
}
#positionnementSiteCMS {
	width: 990px;
	margin: 0 auto;
	margin-top:95px;
}
#positionnementSite{
	width: 990px;
	margin: 0 auto;
	margin-top:30px;
}


/*********************************************************************************/
/* Titre  et Textes*/
/*********************************************************************************/
h1 {
	font-size: 20px;
	font-weight:bold;
	padding:0 0 5px;
	margin:0 ;
}

.grandTitre {
	font-size:30px;
	line-height:32px;
	font-weight:bold;
}
p{
	font-size: 15px;
	margin:0;
}

/*********************************************************************************/
/* Liens */
/*********************************************************************************/
a {
	color:#fff;
	font-size:12px;
}
a:hover, a:focus {
	text-decoration:none;
	color: #fff;
}

a img {
	border: none;
}

a img {
	border: none;
}

/****************************************************************************************/
.endCol{
	clear:both;
}

hr{
	height: 2px;
	border: 0;
	margin:30px 0 45px 0;
	color:#ea85e5;
	background-color: #ea85e5;
}


/*********************************************************************************/
/* En-tête */
/*********************************************************************************/
#blocEnTete {
	position:relative;
	width: 990px;
	height:130px;
	z-index:20;
}

/*********************************************************************************/
/* Fond d etoile */
/*********************************************************************************/
#etoile{
	position:absolute;
	z-index:1;
	background-color: transparent;
	background-image: url(../../images/etoile.png);
	background-repeat:no-repeat;
	width:1408px;
	height:1112px;
	top:0;
	left:0;
}
#etoileCMS{
	position:absolute;
	z-index:1;
	background-color: transparent;
	background-image: url(../../images/etoile.png);
	background-repeat:no-repeat;
	width:1408px;
	height:1112px;
	top:150px;
	left:0;
	}
/*********************************************************************************/
/* Menu de navigation */
/*********************************************************************************/
#navigation {
	width:890px;
	height:140px;
}

	#navigation .menu{
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		font-size:12px;
		text-transform:uppercase;
	}

	#navigation  .desactif{
		filter : alpha(opacity=20);
		-moz-opacity : 0.2;
		opacity : 0.2;
	}
	#navigation  .divMenu, #navigation .divMenuDesactif{
		float:left;
		letter-spacing:1px;
		text-align: left;
		padding-left:10px;
		margin-right: 25px;
		margin-top: 25px;
		padding-top:25px;
		padding-bottom:2px;
		margin-top: 0px;
		background-image:url(../../images/puce_menu.jpg);
		background-repeat:no-repeat;
	}
	#navigation .divMenuDesactif{
		filter : alpha(opacity=20);
		-moz-opacity : 0.2;
		opacity : 0.2;
	}

	#navigation a.actif, #navigation a:hover{
		color: #ec018c;
	}
/*********************************************************************************/
/* page normal */
/*********************************************************************************/

#principal {
	position:absolute;
	width: 990px;
	z-index: 0;
	background-image: url(../../images/fond.jpg);
	min-height:600px;
}

#contenu{
	position:relative;
	width: 815px;
	z-index: 10;
	min-height:600px;
	margin-left:105px;
}
#couleurContenu{
	background-color:#ed46dc;
	padding-bottom:20px;
}
	input.error, select.error, textarea.error{
		color:#000;
	}
	label.error{
		display:inline-block;
		font-size:10px;
		color:#c52c23;
	}
	.label{
		font-size:12px;
	}

	.submit{
		border:0;
		background-image:url(../../images/puceLien.png);
		background-repeat:no-repeat;
		background-color:#FFF;
		padding-left:22px;
		font-weight:bold;
		cursor:pointer;
	}
	.image_gauche{
		float: left;
		margin-right:20px;
		margin-bottom:20px;
		border:none;
	}
	.image_droite	{
		float: right;
		margin-bottom:20px;
		margin-left:20px;
		border:none;
	}

/*********************************************************************************/
/* HomePage */
/*********************************************************************************/

/*********************************************************************************/
/**  Gallery **/
/*********************************************************************************/
.blocGalerie{
	width: 758px;
	height:125px;
	margin:0 0 20px 0;
}

#gallery {
	margin:0;
	padding:0;
	width: 758px;
}
.gallery{
	color:#000;
}
.blocGalerie ul {
	list-style: none;
	width:100%;
	margin:0;
}
.blocGalerie ul li {
	float:left;
}

.couleurOpacite{
    opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */
}

/*********************************************************************************/
/* Pied de page */
/*********************************************************************************/
#createur{
	position:relative;
	float:right;
	color:#8d34a0;
	margin: 5px 0 50px 0;
	font-size:10px;
	z-index:20;
}
	#createur a{
		color:#8d34a0;
		text-decoration:none;
	}
	#createur a:hover{
		color: #ed46dc;
		text-decoration:none;
	}
    

#renseignement{
    position:relative;
    float:left;
    color:#fff;
    margin: 5px 0 50px 0;
    font-size:13px;
    z-index:20;
}
    #renseignement a{
        color:#fff;
        text-decoration:none;
    }
    #renseignement a:hover{
        color: #fff;
        text-decoration:none;
    }

