
body {
padding : 0;
text-align : left;
font : 16px "Trebuchet MS", sans-serif;
color : #000;
background-color : #FFF;
margin-top : 5px;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
}
div#conteneur {
	width : 900px;
	text-align : left;
	float : center;
	margin-top : 5;
	margin-right : auto;
	margin-bottom : 0;
	margin-left : auto;
	background-image: url(images/trsp.jpg);
	height: 700px;
	border: 1px solid #333333;
}
h1#header {
	height : 140px;
	margin : 0;
	color : #transparent; 
	font-weight : normal;
	background-image : url(images/tac.jpg);
	background-repeat : no-repeat;
	background-position : left top;
}
h1#header a {
width : 900px;
height : 140px;

}
h1#header a span {
display : none;
}
ul#menu {
	height : 35px;
	margin : 0;
	padding : 0;
	list-style-type : none;
	background-image: url(images/menu_cool.png);
	background-repeat: repeat-x;
	background-position: 0 -25px;
}
ul#menu li {
float : left;
text-align : center;
}
ul#menu li a {
	width : 150px;
	line-height : 25px;
	font-size : 14px;
	letter-spacing : 1px;
	color : #FFF;
	display : block;
	text-decoration : none;
}
ul#menu li a:hover {
background : url(images/menu_cool.png) repeat-x 0 0;
color : #000;
}
div#contenu {
	margin : 0 0 0 0;
	padding : 0 33px 0 33px;
	}
div#contenu h2 {
	padding-right : 111px;
	font-size : 27px;
	color : #000;
	font-style: italic;
	letter-spacing: 2px;
	word-spacing: 2px;
	margin: 0px;
	line-height: 21px;
	text-align: right;
}
div#contenu h3 {
font-size : 15px;
line-height : 20px;
color : #000066;
font-style : oblique;
font-weight : bold;
border-bottom : 1px solid #7fba30;
}
div#contenu h4 {
margin-left : 0px;
padding-left : 0px;
text-align : left;
font-size : 13px;
color : #000066;
line-height : 14px;
font-style : italic;
font-weight : normal;
text-indent : 0px;
}
div#contenu h4 a {
	color : #d3351f;
	text-decoration : none;
}
div#contenu h4 a:hover {
	color : #d3351f;
	text-decoration : none;
}
div#contenu h5 {
text-align : center;
font-size : 12px;
line-height : 13px;
font-style : italic;
font-weight : bold;
}
.photo {
	font-size : 9px;
	font-style : italic;
	color : #666666;
	border : 1px solid #FFFFFF;
}
.titre {
	font-size: 15px;
	line-height: 17px;
	color : #FF6600;
	font-style: oblique;
	font-weight: bold;
}
.normal_ital {
	font-size: 16px;
	line-height: 17px;
	font-style: oblique;
}

.texte {
	color : #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.texte_gras {
	color : #FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	line-height: 16px;
}
.texte_centre {
	color : #d9511e;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	font-style: italic;
}
.texte_italic {
	color : #222;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: italic;
}
.texte2 {
	color : #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 19px;
	font-weight: bold;
}
.texte3 {
	color : #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.textepetit {
	color : #000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 9px;
}
div#contenu p {
text-align : justify;
text-indent : 6px;
line-height : 14px;
font-size : 13px;
}
div#contenu a {
	color : #666666;
	text-decoration : none;
}
div#contenu a:hover {
	color : #d3351f;
	text-decoration : none;
}
p#footer {
	height : 22px;
	line-height : 11px;
	text-align : center;
	color : #000;
	font-size : 10px;
	letter-spacing : 2px;
	width : 900px;
	vertical-align: bootom;
	padding: 4px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
p#footer a {
	color : #CCCCCC;
	text-decoration : none;
}
p#footer a:hover {
	color : #999999;
	text-decoration : none;
}
pre {
overflow : auto;
background : #dea;
border : 2px solid #9b2;
padding : 5px 0 0 5px;
font-size : 1.2em;
}
pre span {
color : #560;
}
pre span.comment {
color : #b30000;
}