/* CSS Document */

.titrepage {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #663333
}

.englishtypo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:justify;
}

body {
	background-image: url(../imgs/fond_tonneau.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

a:link {
	text-decoration: none;
	color: #CB002B;
}

a:visited {
	text-decoration: none;
	color: #CB002B;
}

a:hover {
	text-decoration: none;
	color: #CB002B;
}

a:active {
	text-decoration: none;
	color: #CB002B;
}

.menubois {
	width:200px;
	float:left;
	height:440px;
	background-image: url(../imgs/fond_wood.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

.menutexte {
	color: #CB002B;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.menutexte2 {
	color: #CB002B;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-large;
}


.textepage {
	width:600px;
	float:left;	
	padding: 5px 5px 5px 5px;
}

ul {
	list-style-image:url(../imgs/buttons/puce_pomme.gif);
}

A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}
