/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(library/fireworks/template1.jpg) no-repeat center top;
	margin:0;
	background-color:#fff;
}



#global {
	width:1000px;
	margin-left: auto;
    margin-right: auto;
}


#entete {
	position:relative;
	width:1000px;
	height:160px;
	background: url(library/fireworks/images/template1_02.png) no-repeat bottom;
}

#navigation {
	position:relative;
	width:1000px;
	height:120px;
	background: url(library/fireworks/images/template1_04.png) repeat;
}

#contenu {
	position: static;
	width:1000px;
	padding-top:20px;
	
	height:auto;
	background-image:url(library/fireworks/images/template1_05.png);
}


#pied {
	position:relative;
		
	width: 1000px;
	height:200px;
	
	background: url(library/fireworks/images/template1_06.png);
}

#boutons {
	padding-left:140px;
}
#texte {
	margin-left:74px;
	margin-right:83px;
	
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;

	
	background-color:#FFF;
}

#bouton {
	float:left;
	width:auto;
	height:93px;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	margin-top:10px;
	margin-left:10px;
	
	
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius: 10px 10px 0 0; 
	
	background: url(library/fireworks/menu/images/menu_hover_02.png);
	cursor: pointer;
}

#bouton_actif {
	float:left;
	width:auto;
	height:93px;
	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	margin-top:10px;
	margin-left:10px;
	
	-webkit-box-shadow: black 0px -3px 5px -2px;
		
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	
	-moz-border-radius: 10px 10px 0 0; 
	
	background: url(library/fireworks/menu/images/menu_02.png);
}

#bouton:hover{
	background: url(library/fireworks/menu/images/menu_02.png);
}


a {
	text-decoration:none;
	color:#000053;
}
a:link {
	text-decoration: none;
	color:#000053;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#900;
}
a:active {
	text-decoration: none;
}

a img {
 border:none;
}

a span {
  display: block;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF ;
}

.menu a {
	text-decoration:none;
	color:#FFF;
}
.menu a:link {
	text-decoration: none;
	color:#FFF;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: none;
	color:#FFF;
}
.menu a:active {
	text-decoration: none;
}
