/*********************************************************/
/* 		CSS pour acommeactive	- Version 1.0 - ACCUEIL	 */
/*********************************************************/

* {padding: 0; margin: 0;}

body {
color: gray;
/*background-color: #EDFB08;*/
background-color: gray;
font-family: arial, verdana, sans-serif;
font-size: small;
}

img {
border: 0px solid;
} 

a:link{
	color: #A48A77;
	text-decoration: none;
	font-size: 11pt;
}
a:visited{
	color: #A48A77;
	text-decoration: none;
	font-size: 11pt;
}
a:hover{
	color: #A48A77;
	text-decoration: underline;
	font-size: 11pt;
}

p {
	font:normal 9pt Arial;
	color:#8094B0;
	margin-bottom:2px;
}

#wrapper {
/*background-image: url(background.gif);
background-repeat: repeat-y;
background-position: top left;*/
width: 960px;
min-width: 960px;
min-height: 720px;
margin: 0 auto;
background-color: white;
/*background-image: url(Livre-01-02.jpg);*/
}

#entete {
position:absolute;
top: 0;
width: 960px;
height: 100px;
margin: 0 auto;
}

#piedpage {
background-color:white;
/*background-image: url(background.gif);
background-repeat: repeat-y;
background-position: top left;*/
position:absolute;
top:690px;
width: 960px;
height: 30px;
margin: 0 auto;
}

#coordonnee {
	position:relative;
	padding-top: 10px;
	padding-left: 60px;
/*padding: 10px 20px;
margin: 10px 10px;*/	
	color: #A48A77;
	text-decoration: none;
	font-size: 10pt;
}

#coordonnee a:link{
	color: #A48A77;
	text-decoration: none;
	font-size: 10pt;
}

#coordonnee a:visited{
	color: #A48A77;
	text-decoration: none;
	font-size: 10pt;
}

#coordonnee a:hover{
	color: #A48A77;
	text-decoration: underline;
	font-size: 10pt;
}
/* navigation */

#navigation {
	position:absolute;
	top:33px;
	left: 50px;
	color: #A48A77;
	text-decoration: none;
	font-size: 9pt;
}

.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#slogan {
	position:absolute;
	top:70px;
	left: 200px;
	color: #48688A;
	font-size: 9pt;
}

#logo {
	position:absolute;
	top:30px;
	left: 680px;
}

#logo-slogan {
	position:absolute;
	top:54px;
	left: 550px;
	color: #8094B0;
	font-size: 8pt;
}
.bold {
	font-weight: bold;
}
