* {
	padding: 0;
	margin: 0;
}

img{
	border: 0;
}
body {
	font-family: arial, helvetica, serif;
	background-color: #E0E0E0;
}

li {
	list-style: none;
}

a {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	position: absolute;
	background: url('../templates/images/logo_sw.png');
	width: 352px;
	height: 253px;
	z-index: 1;
	text-indent: -500em;
}

#texteSW {
	position: fixed;
	background: url('../templates/images/fond2.png') no-repeat scroll transparent;
	width: 60px;
	height: 340px;
	z-index: 2;
	text-indent: -500em;
	bottom: 0px;
	left: 40px;
}

/*
	MENU
*/
#menu {
	position: fixed;
	left: 70%;
	padding-left: 110px;
	top: 150px;
	font-weight: bold;
}

#menu a {
	color: #000;
	text-decoration: none;
	font-size: 30px;
}

#menu a:hover {
	font-style: normal;
	color: #000;
	text-decoration: underline;
}

#texteNbServ{
	position: absolute;
	width: 50%;
	top: 40px;
	left: 90px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
}

/*
	CORPS
*/
#corps {
	position: absolute;
	width: 70%;
	top: 65px;
	left: 100px;
	min-height: 100%;
	background-color: #000;
	color: #eee;
}

#corps h1{
	position: relative;
	width: 80%;
	top: 10px;
	left: 190px;
	text-align: center;
	font-size: 28px;
}

#corps h2 {
	margin-top: 50px;
	padding: 0 10px 0 10px;
}

#corps p {
	padding: 0 10px 0 10px;
}

#corps h3 {
	padding: 0 10px 0 10px;
}

#corps p.erreur{
	margin: 0 10px 0 10px;
	padding: 5px;
	background: #222;
	border: 1px solid #C2CFDF;
}

#corps p.news{
	margin: 0 10px 0 10px;
	padding: 5px;
	background: #222;
	border: 1px solid #C2CFDF;
}

span.newsDate {
	font-style: italic;
	font-size: 12px;
}

.pagination {
	text-align: right;
}

tr {
		background: #222;
	border: 1px solid #C2CFDF;
}
/*
	FORMULAIRE
*/
.contactform p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 0px; /*width of left column containing the label elements*/
height: 1%;
}

.contactform label{
font-weight: bold;
float: left;
margin-left: 0; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.contactform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.contactform textarea{
width: 250px;
height: 150px;
}

span.formErreur{
	color: #f00;
	font-weight: bold;
}

table {margin: 0 10px 0 10px; width: auto;}
table tr.tab-entete td {font-weight: bold;}