form{
	margin:0;
	padding:0;
}
body {
	background-image: -webkit-gradient(linear, left top, right top, #333333 50%, #5eafb5 50%);
	background-image: -webkit-linear-gradient(left, #333333 50%, #5eafb5 50%);
	background-image: -moz-linear-gradient(left, #333333 50%, #5eafb5 50%);
	background-image: -ms-linear-gradient(left, #333333 50%, #5eafb5 50%);
	background-image: -o-linear-gradient(left, #333333 50%, #5eafb5 50%);
	background-image: linear-gradient(left, #333333 50%, #5eafb5 50%);
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
div, td, span, textarea, input, form {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
h1, h2 {
	display: inline;
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
}
hr{
	color: #d7d7d7;
	background-color: #d7d7d7;
	border: none;
	height: 1px;
}
a {
	text-decoration: none;
	color: #5eafb5
}
a:hover {
	text-decoration: none;
	color: #333333
}
.lieninverse {
	text-decoration: none;
	color: #333333
}
.lieninverse:hover {
	text-decoration: none;
	color: #5eafb5
}
.lienfooter {
	color: #9c9e9f;
	font-weight: bold;
}
.lienfooter:hover {
	text-decoration: none;
	color: #5eafb5;
	font-weight: bold;
}
.titre_lien {
	font-size: 15px;
	font-weight: bold;
}
.titre_listing {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #9c9e9f;
}
.titre {
	font-size: 17px;
	font-weight: bold;
}
.gris {
	color: #9c9e9f
}
.tags {
	color: #5eafb5
}
.erreur {
	color: red
}
.chro_titre1 {
	font-size: 19px;
	font-weight: bold;
}
.chro_titre2 {
	font-size: 17px;
}
.bleu {
	color: #5eafb5;
}
.fond_bleu {
	background-color: #5eafb5;
	color: #ffffff;
}
.fond_gris {
	background-color: #333333;
	color: #ffffff;
}
.menu {
	font-family: ;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	cursor: pointer; 
	background-color: #333333; 
	padding: 0 14px 0 14px; 
	color: white;
}

.suggestionsBox {
	position: relative;
	left: 0px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
.suggestionList li:hover {
	background-color: #5eafb5;
}

#carousel {
    width: 600px;
    overflow:hidden;
}

#carousel ul {
    width: 3000px;
    padding: 0;
    margin: 0;
}

#carousel ul li {
    width:600px;
    text-align: center;
    height: 300px;
    list-style: none;
    float:  left;
}