@import "styles_reset.css";
@import "styles_layout.css";
@import "styles_nav.css";
@import "styles_forms.css";
@import "styles_slider.css";
@import "styles_titles.css";

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	text-align:center;
	color:#434a4e;
	background:#ffffff url(../img/bg-body.png) repeat-x;
}
body.accueil {
	background:#ffffff url(../img/bg-body-accueil.png) repeat-x;	
}

a {
	text-decoration:none;
	color:#c3d631;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:5px 0;
}



fieldset {
	border:1px solid #c6e2e6;
	margin:10px;
	padding:5px;
}
.vert {
	color:#c3d530;	
}
.gris {
	color:#bdbdbd;	
}

ul {
	margin:0 0 0 35px;	
}

label {

	display:block;
	height:18px;
	margin:9px 0 0;
	
}

input, textarea, option, select {
	background:url(../img/bg_input.jpg) repeat-x scroll 0 0 transparent;
	border:1px solid #BCBEC0;
	color:#606060;
	font-size:12px;
	font-weight:bold;
}
input {
	height:20px;	
}
option {
	background:none;
	color:#606060;
}


.button {
	width:132px;
	height:32px;
	border:none;
	background:none;
}

.titre {
	display:block;
	font-size:12px;
	font-weight:bold;
}

.ensavoirplus {
	margin:15px 0;
	height:18px;
	line-height:18px;
	padding:0 0 0 20px;
	background:url(../img/img-arrow.png) no-repeat;
	font-weight:bold;
	
}
