* {
	margin: 0;
	padding: 0;
}


body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #082C3D;
}

a img {
border:none;
}

a {
text-decoration: none;
color: #9f9077;
}

a:hover {
color: #333;

}

.tags {
	margin: 0;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
	color: #888;
}
.tags img {
	float:left;
	margin-left:5px;
}

.meta {
	margin: 0;
	padding: 5px 0px 0px 0px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CFCFCF;
}

.float {
float:left;
padding-right:5px;
}

.padding {
float-left;
padding-right:5px;

}


h2 {
text-transform: uppercase;
font-size: 1.1em;
font-weight: bold;
color: #626456;
margin-top:20px;
}
h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h3 a {
	border: none;
	text-decoration: none;
	color: #B7241D;
	font-size: 13px;
}

#header {
height: 411px;
background-color: #99CCCC;
}
#conteneur {
position: relative;
width: 978px;
margin: 0 auto; 
/*background-color:#CCCCFF;*/
}
#centre {
/*background-color:#9999CC;*/
margin-left: 220px;
margin-right: 150px;
padding:20px;
}
#centre img {
/*background-color:#9999CC;*/
margin-left: 4px;
margin-top:10px;

}

#centre_dest {
/*background-color:#9999CC;*/
margin-left: 0px;
margin-right: 150px;
padding:20px;
}
#centre_dest img.diapo {
/*background-color:#9999CC;*/
margin-left:80px;

}


#gauche {
	position: absolute;
	left:0;
	width: 219px;
	font-family:time,serif;
	color:#777;
	top: 412px;
	height: 800px;
}
#gauche h3 {
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin-top: 15px;
font-size: 13px;
background: url(images/img04.gif) repeat-x left bottom;
}

#gauche_dest {
position: absolute;
left:0;
width: 780px;
font-family:time,serif;
color:#777;
}
#gauche_dest  h3 {
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin-top: 15px;
font-size: 13px;
background: url(images/img04.gif) repeat-x left bottom;
}




#droite {
	position: absolute;
	right:0;
	width: 230px;
	top: 406px;
	height: 800px;
}
#droite ul {
text-align:right;
}


#droite li {
	padding: 3px;
	background: url(images/img04.gif) repeat-x left bottom;
	font-size: 11px;
}

#droite li a {
	border: none;
}

#droite li a:hover {
	border: none;
	color:gray;
}








#pied {
height: 30px;
/*background-color: #999;*/
color:#082C3D;
font-size: 9px;
text-align:center;
}
#pied a {
	color:gray;
}



p, ul, ol {
	margin-top: 1.5em;
	line-height: 15px;
	font-size: 1.1em;
}


ul {
list-style-type:none;
}

form {
background-color:#9f9077;
	color:#333;
	margin-bottom:10px;
	margin-top:10px;
	padding:10px;

}


fieldset {


}

input, textarea {
	font-weight: bold;
	color:#333;
	margin:6px;
	background-color:#fff;
}



input.text {
	padding: 2px 5px;
	background: red;
	border-top: 5px solid red;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background:#333;
	padding:6px;
	color: #FFFFFF;
}

