@charset "utf-8";
/* CSS Document */

body {
	color: #cccccc;
	background-color: #000000;
	font-family: "Comic Sans Ms", "Lucida Calligraphy", Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	font-size: 0.8em;
}

/* ID's */
#wrapper {
	margin:5px auto;
	width:801px;
}

#bandeau {
    border: 1px solid #F90;
    height: 120px; }

#colonnes {
	border:1px solid #F90;
	border-top:none;
	height:450px;
}

#left, #center, #right {
	float:left;
	width:33%;
}

#center {
	border-left:1px solid #F90;
	border-right:1px solid #F90;
	height:450px;
}

#footer {
	border:1px solid #F90;
	border-top:none;
	margin-top:-1px;
	padding-top:2px;
}

#footer ul {
	padding:0;
	height:40px;

}

#footer li {
	float:left;
	width:25%;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	list-style:none;
	vertical-align:middle;
}

/* Balises */
h1, h2 {
	font-size:1.7em;
	text-align:center;
}

h1, h2, h3 { color:#F00; }

h3 { font-size:1.3em; }

#wrapper ul { list-style:square; }

#wrapper ul h3 { margin-left:-50px; }

a {
	color:#CCC;
	text-decoration:none;
}

a:hover { color: red; }

a:visited { color: yellow; }

/*classes */
.maj { text-transform:uppercase; }

.title_li {
	list-style:none;
	text-align:center;
}