@charset "utf-8";
*{
margin=0;
padding=0;
}

.menu1 { 
	border-bottom:solid 2px grey ; 
	padding-top:12px ; 
	padding-bottom:7px
} 

.onglet { /* style des onglets inactifs */
	border-top:solid 1px grey ; 
	border-left:solid 1px grey ;
	border-right:solid 1px grey ;
	padding:7px 22px 7px 22px;
	margin: auto;
} 

a.onglet { /* style des liens se trouvant dans un onglet inactif */
	color: #ecba59;
	background-color:#404040 ; 
	text-decoration:none;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
} 

.onglet-actif { 
	border:solid 2px grey ; 
	border-bottom:solid 3px #0f0f0f ;
	color: #ecba59;   
	padding:7px 22px 7px 22px;
	background-color:#0f0f0f;
	margin: auto;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
} 
.static{
	border: solid 1px grey;
	text-align: center;
}

img.coupeleft {
	float: left;
	margin: 0 8 0 0px;
	clear: left;
	border: solid 1px grey;
}

.none{
	padding-left: 75px;
}

img.couperight {
	float: right;
	margin: 0 0 0 8px;
	clear: right;
	border: solid 1px grey;
}

.vertical{
	padding-top: 6px;
}

img.padbottom{
	padding-bottom: 10px;
}

body {
	background-color: #666666;
	background-image: url(images/bckgrnd3.jpg);
	background-repeat: repeat-x;
}

a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #09729e;
	text-decoration:none;
}

#wrapper {
	background-color: #0f0f0f;
	height: auto;
	width: 600px;
	margin: auto;
	border-radius: 15px 15px 15px 15px;
}

.small{
}

#banner {
	background-color: #0f0f0f;
	float: none;
	height: 175px;
	width: 580px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#banner2 {
	background-color: #0f0f0f;
	float: none;
	height: 220px;
	width: 580px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#pub {
	height: 60px;
	width: 580px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: center;
	border: solid 1px #09729e;
	font-size: medium;
	color: #09729e;
	clear: top;
}
#rules {
	height: auto;
	width: 560px;
	margin-right: 20px;
	margin-left: 20px;
	color: #ecba59;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}
#footer {
	height: auto;
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ecba59;
	text-align: center;
	border-top-style: solid;
	border-top-color: #09729e;
	border-top-width: 1px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#link {
	height: auto;
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #09729e;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
.title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #09729e;
	font-weight: bolder;
	background-attachment: fixed;
	background-repeat: no-repeat;
	text-transform: capitalize;
}
.subtitle1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #09729e;
	font-weight: bolder;
}
.map {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: medium;
color: #09729e;
font-weight: bolder;
}
.read {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: x-large;
color: red;
text-align: center;
font-weight: bolder;
}
li{
padding-top: 2px;
}
.paddleft{
padding-left: 25px;
}
.orange{color: #ecba59;
}
.white{color: white;
padding-left: 50px;
}