/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.txt_menu {
font-family: Arial;
font-size: 11px;
}
.txt_mini {
font-family: Arial;
font-size: 9px;
}


.border_black {
	border: 1px solid #666666;
}
.txt_titre {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	font-stretch: wider;
}

div {
font-family: Arial, Verdana;
font-size: 12px;
}

.txt_normal {
font-family: Arial, Verdana;
font-size: 12px;
}

H1 {
font-family:Arial, Verdana;
font-size: 35px;
font-weight:bold;
color:#333333;
letter-spacing: -1;
}
.ombrer {
	background-image: url(images/ombrer.png);
	background-repeat: repeat-y;
	background-position: top;
}
.ombrel {
	background-image: url(images/ombrel.png);
	background-repeat: repeat-y;
	background-position: top;
}
.ombre_menuleft {
	background-image: url(images/menu_midleft.png);
	background-repeat: repeat-y;
	background-position: top;
}
.ombre_menuright {
	background-image: url(images/menu_midright.png);
	background-repeat: repeat-y;
	background-position: top;
}
.ombre_menumid {
	background-image: url(images/menu_mid.png);
	background-repeat: repeat-y;
	background-position: top;
}
