body,a,p,h1,h2,ul,li,img {
margin: 0;
padding: 0;
}
body {
font: 80% #996600 verdana, arial, sans-serif;
}
/*Les boites*/
#logo {
float:left;
height:150px;
width:260;
}
#conteneur {
margin:0;
padding:0;
width:904px;
}
#menu {
float:left;
width:155px;
color:#333333;
border:1px solid red;
}
#page {
float:left;
width:475px;
border:1px solid green;
background-image:url(images/fondpage2.jpg);
overflow:auto;
}
#colpub {
float:left;
width:15%;
border: 1px solid purple;
}
#hautpage {
height:150px;
border:2px solid white;
background-image:url(images/fondpirogue.jpg);
background-repeat:no-repeat;
background-position:260px;
}
#piedpage {
clear:both;
height:30px;
background-color:#ccccff;
border:1px solid black;
text-align:center;
}
#sponsor {
Height:60px;
border:2px solid yellow;
background-color:cyan;
}
/*Les balises*/
a {
font-size:150%;
font-weight:700;
}
p {
text-indent:2em;
padding:5px;
}
p:first-letter {
font-size:150%;
font-weight:bold;
color:#330000;
}
h1 {
font:200%;
font-weight:bold;
font-color:#331111;
margin-top:10px
margin-bottom:10px;
}
h2 {
font:150%;
font-weight:bold;
font-color:#332222;
margin-top:5px;
margin-bottom:5px;
}
h3 {
font:130%;
font-weight:bold;
font-color:#333333;
margin-top:5px;
margin-bottom:5px;
margin-left:20px;
}
img {
border:1px inset #666666;
margin:auto;
}
dl,dt,dd,ul,li {
list-style-type: none;
}
table {
align:center;
border:3px outset red;
width:450px;
cellpadding:2px;
cellspacing:2px;
}
/*début menu navigation dans colonne gauche*/
#menunav {
	margin-top: 1px;
	margin-left: 1px;
	font-family: Courier, mono, serif;
	text-align:center;
}
#menunav ul {
	display:block;
	margin:0;
	padding:0;
}
a.bouton {
	background-image:url(images/bouton.gif);
	width: 150px;
	height: 62px;
	display: block;
	padding: 2px;
	border: 2px outset #c0c0c0;
	font-family:verdana;
	text-align:center;
}
a.bouton:visited {
	background-image:url(images/bouton.gif);
	color:#660000;
	border: 2px inset #c0c0c0;
	width: 150px;
	height: 62px;
}
a.bouton:hover {
	background-image:url(images/bouton2.gif);
	border: 2px outset #c0c0c0;
	width: 150px;
	height: 62px;
}
a.bonus {
	background-image:url(images/fondmenuhaut.gif);
	width: 170px;
	height: 27px;
	display: block;
	padding: 2px;
	border: 2px outset yellow;
	color:#ffff00;
	font-family:verdana;
	text-align:center;
	text-decoration:none;
}
a.bonus:visited {
	color:#996666;
	border: 2px inset #993366;
	width: 170px;
	height: 27px;
}
a.bonus:hover {
	border: 2px outset #ff3333;
	width: 170px;
	height: 27px;
	color:#cc0000
}
/*Menu horizontal*/
.menuhoriz a {
display:block;
float:left;
width:150px;
height:20px;
font-size:90%;
text-decoration:none;
text-align:center;
border:1px solid darkorange;
color:darkcyan;
background-color:darkblue;
}
.menuhoriz a:hover {
background-color:darksalmon;
color:cyan;
border:burlywood;
}
.menuhoriz li {
float:left;
}
/*Mes styles*/
.officiel {
font-variant:small-caps;
font-size:medium;
color:red;
}
.baspage {
font-size:80%;
font-variant:small-caps;
color:red;
display:inline;
}
.logo {
border:1px solid blue;
align:center;
margin:3px;
}
.titre_page {
color:#996600;
font-size:250%;
text-align:center;
padding:20px;
}
a.tablo {
font:small normal;
}
a.annonce {
font-size:small;
font-weight:bold;
text-decoration:none;
color:#DAA520;
background-color:#B22222;
}
.vainqueur {
color:#ff3333;
font-size:250%;
text-align:center;
padding:20px;
}