/* CSS Document */

html,body {

	font-family: tahoma;
	font-size: small;

}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}
.noprint {
	display : none;
}

body {
	margin: 0;
	padding: 0;
    background-color: #F0ECD8;

}

#page{

}

#dhtmltooltip{
}

/*----------------------

	Contenu de l'encadré

----------------------*/

#encadre{
	position: relative;

    background-color: #FFF;
    border: solid 2px #E0DBC1;
	/*width: 800px;*/
    height: auto;
}

#menu-et-textes{
	position: relative;
	margin-top:0;
	/*width: 790px;*/
}
#menu{
    display : none;
}

#menu img {
	border-width: 0px;
}

#fil-arianne{
	display : none;
}
#fil-arianne span {
    display : none;
}
#fil-arianne a {
    display : none;
}


#textes{
	position: relative;
	margin-top:0;
	/*width: 780px;*/
    color: #010101;
}

#titre {
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 20px;


}
#titre h1 {
	height: 39px;
	background-image: url(../images/titre.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 18px;
    margin: 0px;
}
#rose-vent{
  float: left;
}

#citation{
  float: right;
  margin-top: 10px;
}

#limite-textes{
    padding-left: 50px;
    padding-right: 10px;
    min-height: 220px;
}
#limite-textes h2 {
  font-size: 14px;
  margin: 0px;
}
#limite-textes a {
	color: #010101;
	text-decoration: underline;
}
#limite-textes a:hover {
	color: #871f34;
	text-decoration: underline;
}

#limite-textes li {
	line-height: 21px;
}

#logo-association{
	position: relative;
    clear: both;
	margin: auto;
	margin-top:0;
	/*width: 800px;*/
    height: 42px;
    padding-left: 5px;
}

#logo-association img{
	border-width: 0px;
    }



/*----------------------

	footer

----------------------*/

#footer{
	position: relative;
	margin: auto;
	margin-top:3px;
	/*width: 800px;*/
    height: 42px;
}

#copyright {
	font-size: 11px;
	color: #858585;
	float: left;
}

#copyright a, #realisation a {
	color : #858585;
	text-decoration: none;
}

#copyright a:hover, #realisation a:hover {
	text-decoration: underline;
}

#realisation {
	font-size: 11px;
	color: #858585;
	float: right;
}

