/*Mise en forme du texte*/
body {
font-family: "verdana", verdana, arial;
font-size: 8pt;
/*color: #276089;*/
/*color: #ffc18f;*/
color: #000000;
}

h1 {
font-family: "trebuchet MS";
color: #3f73a2;
font-weight: bold;
font-size: 14pt;
margin-top: 0px;
margin-left: 4px;
margin-right: 4px;
border-bottom: 2px #88b5cf dotted;
letter-spacing: 2px;
padding: 0px;
}

h2 {
background-color: #cce1ed;
font-size: 10pt;
margin-top: 32px;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 4px;
letter-spacing: 1px;
padding: 0px;
}
.h2_2 {
font-size: 10pt;
margin: auto;
padding: 4px;
font-weight: bold;
}
h3 {
font-size: 10pt;
margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
margin-bottom: 4px;
letter-spacing: 1px;
padding: 0px;
}

p {
margin: 8px 16px 8px 16px;
}

a {
color: #1d4665;
font-weight: bold;
font-size: 8pt;
}

a:hover {
color: #000000;
text-decoration: none;
}
.link {
margin-left: 12px;
}
#lien_pied a {
color: #ffffff;
font-size: 7pt;
}
.commentaire {
font-size: 7pt;
text-align: right;
}
.commentaire2 {
font-size: 8pt;
text-align: right;
}
.divVisible {
	visibility: visible;
	display: block;
}
.divInvisible {
	visibility: hidden;
	display: none;
}
.question {
	cursor: pointer;
	margin-bottom: 0px;
}
.answer {
	color:#222222;
	background-color:#C7DFFC;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0px;
	text-align: justify;
}
.prix_cadeau {
text-align: left;
font-size: 11pt;
font-weight: bold;
}

#usersRequest {
	margin:10px;
}

#usersRequest fieldset {
	background:url(../images/formBackground.gif) left bottom repeat-x;
	border:none;
	color:#fff;
}

#usersRequest p {
	width:300px;
}

#usersRequestSubmit {
	float:right;
	margin-right:20px;
	margin-top:-60px;
}

#msg {
	color:#F01717;
	font-weight:bold;
	text-align:center;
}

.underline {
	text-decoration:underline;
}

.form_text_inscription, .form_text_inscription_small {
	background-color:#eee;
}

.form_text_inscription_authorized, .form_text_nosize_inscription_authorized {
	background-color:#fff;
}

.topTen {
text-align: left;
margin-left: 0px;
padding-left: 0px;
margin-top: 58px;
list-style-type: none;
}

.topTen li {
border-bottom: 2px #ffffff solid;
margin-left: 6px;
margin-right: 10px;
}

.topTen a {
color: #000000;
text-decoration: none;
font-weight: normal;
font-size: 6;
}

.petit {
font-size: 5;
}

#tournamentsUniverse {
	margin-left:100px;
}