@charset "utf-8";
/* CSS Document */
/* ------------------------------
Tutorial de cssdebutant.com (merci de laisser ce commentaire)
------------------------------ */


/* -------------------- */
/* CLASSES */
/* -------------------- */
.add{
	background:url(../images/img/add.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.delete{
	background:url(../images/img/delete.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.user{
	background:url(../images/img/user.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.msg{
	background:url(../images/img/msg.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
	color: #000;
}

#boite{
	border:#090;
	
	
}
#boite_bas{
	position:absolute;
	height: 30px;
	top: 103px;
	left: 7px;
	
}



#container{
	width:810px;	
	margin: 0 auto;	
}
#topbar{
	width:810px;
	display:block;
	height:177px;
	position: absolute;
	top: 0px;
	background-image: url(../images/banniere0.jpg);
	background-repeat: no-repeat;
	-moz-border-radius-topleft : 10px;
	-moz-border-radius-topright : 10px; 
	
}


#navbar{
	width:810px;
	display:block;
	height:24px;
	position: absolute;
	top: 177px;
	background-image: url(../images/nav_bar.jpg);
	font-weight: bold;
	text-align: center;
}

#main{
	width:810px;
	display:block;
	position: absolute;
	top: 200px;
	background-color: #ADE2AE;
	text-align: left;
}
#column_left{
	width:560px;
	margin-right:20px;
	float:left;
}
#column_right{
	width:210px;
	height:280px;
	float:left;
	background-image: url(../images/postit.png);
	background-repeat: no-repeat;
}

#postit{
	position:relative;
	text-align: center;
	top: 20px;
}




/*
div.spacer, permet de faire deux colonne dans #container
*/

div.spacer{
	clear:both;
	height:30px;
	display:block;
	width: 810px;
	background-image: url(../images/img/vert2.png);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: bold;
	-moz-border-radius-bottomleft : 10px;
    -moz-border-radius-bottomright : 10px; 
}
#footer{width:auto; display:block; height:24px;}


ul {
	padding:0;
	margin:0;
	list-style-type:none;
 }
li {
	float:left;
	border-left-color: #090;
	text-align: center;
 }
ul li a {
 display:block;
 float:left;   
 width:135px;
 line-height:24px; /*hauteur de l'image de fond*/
 background: url(../images/img/vert1.png) repeat-x;
 color:#333;   /*#DCDCDC;*/
 text-decoration:none;
 text-align:center;
 }
ul li a:hover {
	background-image: url(../images/img/vert2.png);
	background-repeat: repeat-x;
	color: #000; /* D6D6D6;*/
 }  


a.button{
	background:url(../images/img/vert1.png) repeat-x;
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}

a:hover.button{
	color:#0066CC;
}

#bas{
	position:relative;
	text-align: left;
	top: 0px;
	left: 0px;
	visibility: inherit;
	background-color: #C36;

}
.paragraphe {
	font-size: 16px;
	text-indent: 50px;
	border: thin none #060;
	left: 20px;
	position: relative;
	width: 90%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #76C979;
	top: 20px;

}
.paragraphe1 {
	font-size: 16px;
	text-indent: 50px;
	border: thin none #060;
	left: 20px;
	position: relative;
	width: 90%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #76C979;
	top: 20px;

}
.paragraphe2 {
	font-size: 16px;
	text-indent: 50px;
	border: thin none #060;
	left: 20px;
	position: relative;
	width: 90%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	background-image: url(../images/img/sanglier.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-color: #76C979; 
	top: 20px;
}

.paragraphe3 {
	font-size: 16px;
	text-indent: 50px;
	border: thin none #060;
	left: 20px;
	position: relative;
	width: 90%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	background-image: url(../images/img/chevreuil.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-color: #76C979; 
	top: 20px;
}
.paragraphe4 {
	font-size: 16px;
	text-indent: 50px;
	border: thin none #060;
	left: 20px;
	position: relative;
	width: 90%;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	background-image: url(../images/img/cerf.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	background-color: #76C979; 
	top: 20px;
}
.label1
{
	margin-left:15px;
	position: absolute;
	left: 120px;
		
}
.label2
{
	margin-left:15px;
	position: absolute;
	right: 30px;
		
}
.label3
{
	margin-left:15px;
	position: absolute;
	right: 330px;
		
}
.label4
{
	margin-left:15px;
	position: absolute;
	left: 250px;
		
}
.label5
{
	margin-left:15px;
	position: absolute;
	left: 20px;
		
}
