/* CSS Document */


/*************************
	BASE
*************************/



html, body {
	margin: 0;
	background-image: url(images/bg_03.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	font-style: normal;
}
	
div#global {
	min-height: 100%;
	width: 760px;
	padding: 0 0 15;
	margin: 0 auto 0px;
	position: relative;
	text-align: left;
}



/*************************
	HEADER
*************************/


#header {
	/*overflow: hidden; */
	height: 70px;
	width: 760px;
	z-index: 1;
	margin-top: 10px;
}

#logo {
	float: left;
	height: 70px;
	width: 755px;
	z-index: 110;
	background-color: #FF3300;
/*	border: 1px dotted #CC0066; */
}

/*************************
	DIV
*************************/

#global #menu {
	float: left;
	width: 750px;
	clip: rect(175px,auto,auto,50px);
	display:inline;
	padding: 5px;
	margin: 0px;
}

#global #corps {
	float: left;
	width: 750px;
	clip: rect(175px,auto,auto,50px);
	display:inline;
	background-color: #000000;
	padding: 5px;
}

#global #adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 750px;
	clip: rect(175px,auto,auto,50px);
	margin-top: 15px;
	color: #333333;
	padding: 10px 5px 5px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #99FF33;
}

/*************************
	LIENS
*************************/

a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: underline;
	color: #FF0099;
}
a:active {
	text-decoration: none;
	color: #FF0033;
}

/************************
	MENU
*************************/

#menu a{
	color:#FF0066;
	text-decoration:none;
	display:block;
	margin:0 10px 0 0;
	padding: 5px;
	float: left;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
}

#menu a:hover{
	background-color: #FF0066;
	color: #000000;
	padding: 5px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99FF66;
}


/************************
	DIVERS
*************************/

.titre-01 {
	color: #333333;
}
.titre-02 {
	color: #99FF33;
	font-weight: normal;
	text-transform: uppercase;
}

