body {
	font-family: Verdana;
	font-size: 9px;
	background-color: #FFFFFF;
}

#ligne-haut   {	position: fixed;	top: 0;	left: 0; height: 1px;	width: 100%;	background-color: #FF6600;  z-index: 9000;	}
#ligne-bas    {	position: fixed;	bottom: 0; left: 0; height: 1px; width: 100%;	background-color: #FF6600;	z-index: 9001;}
#ligne-gauche {	position: fixed;	top: 0;	left: 0;	height: 100%;	width: 1px;	background-color: #FF6600;	z-index: 9002;}
#ligne-droite {	position: fixed;	top: 0;	right: 0;	height: 100%;	width: 1px;	background-color: #FF6600;	z-index: 9003;}

.background_centre {
background-color: #FFFFFF;
}

.texte_title {
	font-family: Verdana;
	color:#FF6600;
	font-weight:bold;
	background-color:#EAEAEA;
	font-size: 9px;
}

.texte_menu {
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
}

.texte_petit {
	font-family: Verdana;
	color:#000000;
	font-size: 9px;
}

.texte_normal {
	font-family: Verdana;
	color:#000000;
	font-size: 10px;
}

hr {
	height: 1px;
	size:1px;
}

a:link {font-weight:bold; color: #FF6600; text-decoration: none;}
a:visited {font-weight:bold; color: #FF6600; text-decoration: none; }
a:hover { font-weight:bold; color: #FFFFFF; text-decoration: underline; background-color:#FF6600; }
a:active {font-weight:bold; color:#FF6600; text-decoration: underline; background-color:#FFFFFF; }
a:focus { font-weight:bold; color:#FF6600; text-decoration: none;}

.onlycolor a:link { color: #000000; text-decoration: none; }
.onlycolor a:visited { color: #000000; text-decoration: none; }
.onlycolor a:hover {  color: #FFFFFF; text-decoration: none; background-color:#FF6600;}
.onlycolor a:active { color:#000000; text-decoration: none; background-color:#FFFFFF; }

.menu a:link {font-weight:bold; color: #FF6600; text-decoration: none;}
.menu a:visited {font-weight:bold; color: #FF6600; text-decoration: none; }
.menu a:hover { font-weight:bold; color: #FFFFFF; text-decoration: none; background-color:#FF6600;}
.menu a:active {font-weight:bold; color:#FF6600; text-decoration: none; background-color:#FFFFFF;}

.gallery a:link {font-weight:bold; color: #FF6600; text-decoration: none;}
.gallery a:visited {font-weight:bold; color: #FF6600; text-decoration: none; }
.gallery a:hover { font-weight:bold; color: #FFFFFF; text-decoration: none; background-color:#FF6600;}
.gallery a:active {font-weight:bold; color:#FF6600; text-decoration: none; }

a.img:link {color: #FFFFFF;}
a.img:visited {color: #FFFFFF;}
a.img:hover {color: #FFFFFF;}
a.img:active {color: #FFFFFF;}
a.img:focus {color: #FFFFFF;}

.tabborder {
	border: thin solid #000000;
}

#wrap{
	text-align:left;
	width:90em;	
}
#content{
	float:left;
	padding:1em;
	width:58em;
}
#sidebar{
	float:right;
	padding-top:10em;
	width:19em;
    text-transform: uppercase
}
#header{
	padding:2em 1em;
    text-transform: uppercase
}
#footer{
	color:#333;
	clear:both;
    font-weight:bold;
	padding:0.5em;
}