/* CSS Document */
* { 
	margin: 0; 
	padding: 0; 
}

html { 

}

a img {
	border: none;
}

body {
	background-image: url(img/motif.jpg);
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Serif;
	color: #2093b4;
	background-color: inherit;
}
#container {
	margin-left: 100px;
	height: 100%;
	float: left;
	
}
#header_ {
	background-image: url(img/header2.jpg);
	width: 670px;
	height: 392px;

}
#contenu{
	background-image: url(img/fond.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	width : 664px;
}

#footer{
	background-image:url(img/footer.jpg);
	height:37px;
	margin:0 0 0 60px;
	padding:0;
	text-align:center;
	width:604px;
}

#text {
	padding-left:110px;
	padding-right: 50px;
	padding-bottom: 10px;
}
#texte_{
	float: right;
	margin-right: 50px;
	margin-top: 270px;
	width: 220px;
	color: #E700BE;
	background-color: inherit;
}
#topnav li, #footer li, #liens_evitement li{
	display: inline;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#topnav {
	text-align: center;
}

a:link {
	color: #2093B4;
	background-color: inherit;
}

a:active{
	color: #2093B4;
	background-color: inherit;
}

a:visited{
	color: #2093B4;
	background-color: inherit;
}

a:hover {
	color: #E700BE;
	background-color: inherit;
}

.pagination { 
	margin-top: 5px;
	margin-bottom: 5px;
}

.data {
	background-color:inherit;
	color:#52C001;
	margin-top: 15px;
	margin-bottom: 5px;
}

.detail {
	margin-top: 25px;
	margin-bottom: 15px;
}

#human {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*Mise en forme du formulaire*/
#comments {
	width: 300px;
	height: 200px;
}

input, textarea, select {
	border: 1px solid #2093B4;
	margin-bottom: 5px;
}

#submit{
	margin-top: 5px;
	color: #2093B4;
	background-color: inherit;
}
#entries {
	padding-top: 10px;
}
.padding {
	padding-top: 15px;
}

#footer ul {
	padding-top:22px;
	padding-bottom: 0px;
	background-color: inherit;
	color: #9F9F9F;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited , #liens_evitement a:link, #liens_evitement a:active, #liens_evitement a:visited{
	text-decoration: none;
	color: #818181;
	background-color: inherit;
}

#footer a:hover, #liens_evitement a:hover {
	text-decoration: none;
	color: #62e700;
	background-color: inherit;
}
#liens_evitement{
	padding-top:5px;
	text-align:right;
	color: #9f9f9f;
	background-color: inherit;
}