/*----------------------Accueil------------------------*/
/*-------------------<--  B1nj -->---------------------*/

/*---- Reset css -------*/
* {margin: 0; padding: 0;}
a img {border: 0;}
p {font-size: .8em;}

html {
    height: 100%;
}

/*---- Mise en page -------*/
body {
background: #e5e3e4;
text-align: center;
font-family:  Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 100%;
color: black;
position: relative;
}
	#conteneur {
	position: relative;
	width:420px;
	margin: 50px auto 0 auto;
	text-align:left;
	background: transparent url(accueil.png) 0 0 repeat-y;
	}
		#conteneur_haut {
		font-size:  1px;
		height: 17px;
		background: transparent url(accueil_haut.png) 0 0 no-repeat;
		}
		#conteneur_bas {
		font-size:  1px;
		height: 17px;
		background: transparent url(accueil_bas.png) 0 0 no-repeat;
		}
	h1 {
	text-align: center;
	}
		h1 span{
		background: #cbc67d;
		color: white;
		font-size: .6em;
		font-weight: bold;
		display: block;
		margin: 0 10px 0 9px;
		text-align: center;
		}
		h1 img {
		margin: 20px 0px;
		}

.baspage {
font-size: .7em;
text-align: center;
}

/*---- AFFICHAGE formulaires  -------*/
form {
margin: 20px 30px 5px 30px;
}
	fieldset {
	padding:  10px;
	}
	legend {
	padding: 0 .5em;
	margin-left: 5px;
	font-weight: normal;
	font-size: .8em;
	}
	label {
	font-weight: bold;
	display: block;
	cursor: pointer;
	float: left;
	width: 145px;
	text-align:  right;
	padding-right: 10px;
	}
	input, textarea {
	/*display: block;*/
	}
	p {
	padding: 5px 0;
	}
	ul {
	font-size: .8em;
	}
	.submit {
	margin-left: 150px;
	clear: both;
	}
	.textWarning {
	color: red;
	text-align: center;
	}
	.cookie input{
	margin-left:  125px;
	}
	.cookie label{
	float: right;
	text-align: left;
	margin-right: 35px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: .9em;
	overflow: hidden;
	}
/*---- Messages divers -------*/
.messages {
    border-radius: 4px;
    display: block;
    padding: 0px 5px 5px 50px;
    margin: 1em 1em;
    border: 1px solid;
    background: no-repeat 10px 10px;
}
    .messages a.closeMessage {
        margin: -.5em -.8em 0 0;
        display: none;
        width: 16px;
        height: 16px;
        float: right;
        background: url(../../styles/close.png) no-repeat;
    }
    .messages.error {
        border-color: #C42608;
        color: #c00;
        background-color: #FFF0EF;
        background-image: url(../../styles/cross.png);
        color: #c00;
    }
    .messages.success {
        background-color: #E0FBCC;
        border-color: #6DC70C;
        background-image: url(../../styles/tick.png);
        color: #2B6301;
    }
    .messages.warning {
        background-color: #FFFCD3;
        border-color: #EBCD41;
        color: #000;
        background-image: url(../../styles/warning.png);
        color: #5F4E01;
    }
    .messages.info {
        background-color: #DFEBFB;
        border-color: #82AEE7;
        background-image: url(../../styles/help.png );
        color: #064393;
    }
    .messages_ancre {
        text-decoration: none;
        color: black !important;
    }
