/* CSS Document */

html,body {

	font-family: tahoma;
	font-size: small;

}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}

body {
	margin: 0;
	padding: 0;
    background-color: #F0ECD8;

}

#page{
	position: relative;
	margin: auto;
	margin-top:0;
    padding-top:5px;
	width: 904px;
    background-color: #F0ECD8;
    background-image: url(../images/bg.jpg);
    background-repeat : repeat-y;
    background-position: center;
}

#dhtmltooltip{
position: absolute;
width: 300px;
border: 1px solid #871f34;
padding: 10px;
background-color: #F0ECD8;
visibility: hidden;
z-index: 100;
}

/*----------------------

	Contenu de l'encadré

----------------------*/

#encadre{
	position: relative;
	margin: auto;
	margin-top:0;
    background-color: #FFF;
    border: solid 2px #E0DBC1;
	width: 800px;
    height: auto;
}

#menu-et-textes{
	position: relative;
	margin-top:0;
	width: 800px;
}
#menu{
	position: relative;
    float: left;
	margin-top:0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
	width: 159px;
}

#menu img {
	border-width: 0px;
}

#fil-arianne{
	position: relative;
    float: right;
	margin-top:0;
	width: 636px;
    background-color: #FFF;
    font-size: 11px;
	color : #AAB2B5;
}
#fil-arianne span {
    color : #AAB2B5;
	text-decoration: none;
    margin-left: 36px;
    line-height: 20px;
}
#fil-arianne a {
    color : #AAB2B5;
	text-decoration: underline;
}


#textes{
	position: relative;
    float: right;
	margin-top:0;
	width: 636px;
    background-image: url(../images/lgn-verti.gif);
    background-position: top left;
    background-repeat: repeat-y;
    color: #010101;
}

#titre {
    padding-top: 20px;
    padding-left: 55px;
    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: 70px;
    padding-right: 20px;
    min-height: 220px;
}
#limite-textes h2 {
  font-size: 14px;
  margin: 0px;
}
#limite-textes h2.accueil{
  font-size: 15px;
}
#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;
}

