/*----------------------General------------------------*/
/*-------------------<--  b1nj.fr -->---------------------*/

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

html, body {
    height: 100%;
}

/*---- Mise en page -------*/
body {
font-family: georgia, "Times New Roman", Times, serif;
text-align: left;
font-size:11pt;
background-color: #fff;
}
#body2 {
}
	#conteneur {
	width:100%;
	background-color: #fff;
	margin-top:10px;
	}
	#conteneur2 {
	}
/*---- Bandeau -------*/
#header {
display: none;
}
	h1 {
	display: none;
	}
	#diapo {
	display: none;
	}

/*---- Texte -------*/
#texte {
margin: 10px 10px 0 10px;
}
#texte_bas {
}
	#texte h2 {
	color: black;
	font-size: 12pt;
	margin-bottom: 10px;
	}
		#texte h2:first-letter {
		font-size: 14pt;
		}
	#texte h3 {
	margin-bottom: .5em;
	font-size: .9em;
	color: #0092d4;
	}
	#texte p {
	padding: .7em 0px .7em 0px;
	}
	#texte a, #texte strong, #texte b {
	color: #e0a800;
	}
		#texte a:visited {
		}
		#texte a:hover {
		text-decoration: none;
		}
	#texte ul {
	margin: .7em 15px 15px 25px;
	font-size: .8em;
	list-style-type:  square;
	}

/*---- Menu -------*/
#menu {
display: none;
}

/*---- Formatage -------*/
.center {
text-align: center;
}
img.bordure {
border: 4px solid #ece9d8;
}
.floatleft{
float: left;
margin: 5px 10px 3px 20px;
}
.floatright{
float: right;
margin: 5px 20px 3px 10px;
}
.clear {
clear: both;
}
ul.info li {
list-style-type: none;
padding-left: 20px;
background: transparent url(design/ul_puce.gif) 0 2px no-repeat;
}


/*---- Pied de page -------*/
#footer {
display: none;
}

#partenaires {
display: none;
}

/*---- multi page -------*/
.multipage {
display: none;
}

/*---- bloc -------*/
#postit {
border: 1px solid black;
padding: 5pt 5pt;
float: right;
width: 210px;
}
	#postit_haut {
	}
	#blocktoscroll {
	height: 0px !important;
	}
	#postit_haut h2 {
	}
	#postit_haut img {
	}
	#postit_haut p {
	padding: 0 0 20px 0;
	}
	#postit_haut a, #postit_haut strong {
	color: black;
	}
	#postit_bas {
	}
	#postit  img.bordure {
	border: 4px solid #F3F3F3;
	}

/*Message d'erreur*/
.attention {
background: #fce5e1 url(design/attention.gif) 10px 5px no-repeat;
padding: 10px 5px 5px 50px;
margin: 1em 2em;
border: 1px #e88088 solid;
}
