
/* ###################### OVERALL SETTINGS ###################### */
BODY {
  color            : #000000;
  margin:0px 0px 0px 0px;
  background-image:url(../images/fond.png);
  background-position:bottom;
  background-repeat:repeat-x;
  background-attachment:fixed;
}

/* ###################### LOGO SETTINGS ###################### */

#main {
	position:absolute;
	width:100%;
	left:0px;
	top:50%;
	margin-top:-325px;
	  font-size        : 11px;
	  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#cartouche{
	background-color:#FFFFFF;
	filter:Alpha(opacity=070);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  color            : #3399CC;
  text-decoration  : none;
}

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

a {
  color:#3399CC;
  text-decoration  : none;
}