* {
	font-family : "Trebuchet MS", Verdana, sans-serif;
}

html {
    font-size: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
}

img {
    border: 0;
    margin-right: 5px;
    float: left;
}

.top_logo {
    float: none;
}

textarea {
    font-size : 90%;
}

#main {
    position: absolute;
    width: 700px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    text-align: center;
    font-size: 80%;
}

#coor {
    width: 350px;
    height: 150px;
    margin: auto;
    position: relative;
}

#main_contact {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

p {
    text-align: justify;
}
a {
    color: #000000;
}

h2 {
	height : 40px ;
	background: #ffffff url(../img/barre_vtitre.jpg) 30px top no-repeat;
	text-align: left;
}

h2>span {	
	padding-left :35px;
	padding-right : 50px;
	color: #ff9933;
	border-bottom: 2px solid #000000;
	display: inline-block;
}

/* FORMULAIRE DE CONTACT */

form {
	width: 400px;
	margin-left : 50px;
	text-align: left
}

fieldset {
	padding: 10px;
	border : 1px solid #000000;
}

legend {
	color : #ff9933;
	font-weight: bold;
}

label {
	display: inline;
	float: left;
	width: 90px;
	text-align : right;
	padding-right : 5px;
} 

fieldset input, fieldset textarea {
	border : 1px solid #ff9933;
	width : 260px;
	margin-bottom: 1px;
}

.def {
	cursor : help;
	border-bottom : 1px dashed #000000;
	color : #ff9933;
}

.warn {
	margin-top : 0px;
	color : #ff0000;
	font-style: italic;
	font-weight: bold;
}

.mail_ok {
	margin-top : 0px;
	color : #00aa00;
	font-style: italic;
	font-weight: bold;
}

.info {
	margin-top : 0px;
	color : #888888;
	font-style: italic;
}
.btn_val {
	font-weight: bold;
	border : 1px solid #ff9933;
	margin-top : 10px;
	margin-bottom : 10px;
}

/* NEWS */
div#pages {
	border-top: solid 2px #FF9933;
	padding-top: 6px;
	float: right;
}

div#pages form {
	display: inline;
	margin: 0 15px;
}

div#pages fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
}

div#pages input, div#pages label {
	width: auto;
	vertical-align: -4px;
	border: none;
}

table.news {
	border: solid 1px #ff9933;
	width: 100%;
	margin-bottom: 25px;
}

table.news thead tr th {
	border-bottom: dotted 1px;
}

table.news h4 {
	float: left;
	text-align: left;
	margin: 0;
	width: 50%;
	color: #ff9933;
	font-size: 110%;
}

table.news span.news_date {
	float: right;
	font-weight: normal;
	font-style: italic;
}

table.news tbody tr td {
	padding: 5px 10px;
}

table.news tbody tr td > div {
	/*text-indent: 10px;*/
	margin-bottom: 5px;
	text-align: justify;
}
table.news tbody tr td > a {
	color: #FF9933;
}

table.news tfoot tr td {
	border-top: dotted 1px;
}

table.news tfoot tr td {
	text-align:left
}

.news a {
	color: #ff9933;
	font-weight: bold;
}

.news a:hover {
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.news ul {
	list-style-image:url(../img/bullet_orange.png)
}

ul#news_menu {
	list-style: none;
}

ul#news_menu li {
	padding: 2px 5px;
	font-weight: bold;
}

ul#news_menu li a {
	color: #ff9933;
}

.gray {
	color: #828282;
}

