* {
	margin:0px;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
}

/*
** STRUCTURE
*/

body {
	background:#FFFFFF url(../images/header.png) repeat-x scroll 0 0;
}

#logo {
	width:224px;
	height:126px;
	float:left;
	margin-top:-180px;
	background:url(../images/logo.png) no-repeat scroll 0 0;
	z-index:99;
}

#titre {
	width:281px;
	height:30px;
	float:left;
	margin-left:230px;
	margin-top:-180px;
	background:url(../images/titre.png) no-repeat scroll 0 0;
	z-index:99;
}

#header {
	width:100%;
	height:160px;	
}

#page {
	position:relative;
	width:1000px;
	background:#FFFFFF url(../images/corps_page.png) repeat-y scroll 0 0;
	margin:auto;
	top:-1px;
}

#footer {
	height:100px;
	background:#FFFFFF url(../images/footer.png) repeat-x scroll 0 0;
}

#colonne {
	float:right;
	padding-bottom:40px; /* ? */
	position:relative;
	width:300px;
	min-height:900px;
}

#page_gauche {
	float:left;
	width:700px;
	min-height:900px;
}

.clear {
	clear:both;
}

/*
** MENU
*/

#bandeau_menu {
	background:#27282a url(../images/menu2.png) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	min-width:1000px;
	position:relative;
}

#menu {
	margin:0 auto;
	position:relative;
	width:1000px;
}

#menu ol {
	/*position:absolute;
	top:0px;
	left:0;
	text-transform:uppercase;*/
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:25px;
	width:700px;
	z-index:99;
}

#menu li {
	background:transparent url(../images/nav_droit.png) no-repeat scroll 100% 0;
	float:left;
	margin-left:2px;
	display:block;
	height:30px;
}

#menu li.current_page_item, #menu li:hover {
	background-position:100% -40px;
}

#menu li a {	
	font-size: 0.8em;
	background:transparent url(../images/nav_gauche.png) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	height:22px;
	overflow:hidden;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
}

#menu li.current_page_item a, #menu li a:hover {
	background-position:0 -40px;
	color:#000000;
}

/*
** ARIANE
*/

#ariane_gauche {
	background:#EBEBEB url(../images/ariane.png) repeat-x scroll 0 0;
	border-bottom:1px solid #B8BABB;
	top:30px;
	height:30px;
	left:0;
	position:absolute;
	width:50%;
}

#ariane {
	background:#EBEBEB url(../images/ariane.png) repeat-x scroll 0 0;
	border-bottom:1px solid #B8BABB;
	color:#453F3A;
	font-size:10px;
	height:30px;
	position:relative;
	width:700px;
	z-index:999;
}

#ariane ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:30px;	
}

#ariane li {
	display:inline;
	line-height:43px;
	text-transform:uppercase;
	font-size:1.1em;
}

/*
** PAGE
*/

#contenu {
	float:left;
	padding:20px 10px 50px;
	width:680px;
}

#contenu h1 {
	font-size:1.5em;
	letter-spacing:-0.04em;
	line-height:1.05em;
	padding-bottom:10px;
	color:#27221F;
}

p {
	font-size:0.9em;
}	

#notice {
	background:#FFFF99;
	border:1px solid #CECFD0;
	padding:10px;
	width:550px;
	margin:auto;
	margin-bottom:15px;
	margin-top:-5px;
}

/*

h2 {
	margin:30px 0 0;
}

h1, h2  {
	font-size:1.5em;
	letter-spacing:-0.04em;
	line-height:1.05em;
	padding-bottom:10px;
}

h1, h2 {
	color:#27221F;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
}
*/



#texte_footer {
	position:relative;
	width:1000px;
	margin:auto;
	color:#BBBBBB;
	margin:auto;
	padding-top:5px;
	text-align:center;
}

/*
** MODULES COLONNE
*/

#colonne #module_profil {
	background:url(../images/border_plus.gif) repeat-x scroll 0 100%;
	float:left;
	position:relative;
	width:298px;
}

#colonne #module_checklist {
	padding:5px 5px 10px;
	background:url(../images/border_plus.gif) repeat-x scroll 0 100%;
}

#colonne #module_users {
	padding:5px 5px 10px;
	background:url(../images/border_plus.gif) repeat-x scroll 0 100%;
}


#colonne #profil {
	padding:5px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	min-height:95px;
}

#colonne #profil #avatar {
	float: right;
	border:1px solid #ffffff;
	width:100px;
	height:100px;
	margin-top:-1px;
	position:relative;
}

#colonne #profil #avatar img {
	width:100px;
	height:100px;
}

#colonne #profil #avatar span#avatar_link {
	
	position:absolute;
	display:block;
	bottom:0px;
	width:100%;
	text-align:center;
	background:#CECECE;
	border-top:1px solid #ffffff;
	z-index: 1;
}

#colonne #profil p a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#colonne #profil p a:hover {
	text-decoration:underline;
}

#colonne #profil ul li img {
	margin-right:2px;
	position:relative;
	top:2px;
}

#colonne #profil #avatar span#avatar_link a {
	color:#000000;
	text-decoration:none;
}

#colonne #profil #avatar span#avatar_link a:hover {
	text-decoration:underline;
}

#colonne #profil h4 {
	font-size:1.1em;
	font-weight:normal;
}

#colonne #profil p {
	font-size:0.8em;
}

#colonne #profil ul {
	margin-bottom:-10px;
	margin-top:10px;
}

#colonne #profil ul li {
	position:relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:-2px;
}

#colonne #profil ul li a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
	text-transform:uppercase;
}

#colonne #profil ul li a:hover {
	text-decoration:underline;
}

#colonne #module_users p a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
	text-transform:uppercase;
}

#colonne #module_users p a:hover {
	text-decoration:underline;
}

#colonne .pub {
	background:#CECECE url(../images/border_sidebar.gif) repeat-x scroll 0 100%;
	float:left;
	position:relative;
}
#colonne #last_comment {
	font-size:0.9em;
}

#colonne #last_comment ul {
	margin-left:5px;
}

#colonne #last_comment li {
	font-weight:bold;
	list-style-type: none;
}

#colonne #last_comment li a {
	color:#000000;
	text-decoration:none;
}

#colonne #last_comment li a:hover {
	text-decoration:underline;
}

#colonne #last_comment li.commentright {
	text-align:center;
	font-style:italic;
	font-weight:normal;
}

#module_profil h3, #form_login h3, #colonne #div_inscription h3, #colonne #module_users h3, #colonne #module_checklist h3 {
	font-size:1.2em;
	font-weight:normal;
	margin-bottom:5px;
}

#colonne #module_checklist a {
	color:#000000;
	text-decoration:none;
}

#colonne #module_checklist a:hover {
	color:#000000;
	text-decoration:none;
}

#colonne #module_checklist a p {
	margin-left:35px;	
}

#colonne #module_checklist a img.check {
	float:left;
	margin-top:15px;
	margin-left:3px;
}

#colonne #div_inscription {
	padding:5px 5px 10px;
	background:url(../images/border_plus.gif) repeat-x scroll 0 100%;
}	

#colonne #div_inscription p.p_inscription, #form_inscription p.p_inscription {
	text-align:center;
	margin-top:10px;	
}

#form_login p.p_login {
	text-align:center;
}

#colonne #div_inscription p.p_inscription {
	padding-bottom:5px;
}

#colonne #div_inscription a {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 10px;
}

#colonne #div_inscription p a:hover {
	background:#7BA1CD;
}

#colonne #login {
	/*background:#F87804 url(../images/border_plus.gif) repeat-x scroll 0 100%;*/
	float:left;
	position:relative;
	width:298px;
	background:url(../images/border_plus.gif) repeat-x scroll 0 100%;
}

#form_login {
	padding:5px 5px 10px;
}

#form_login label {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	width:245px;
	margin:auto;
}

#form_login input.text {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8F8F8;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:245px;
	margin:auto;
	margin-bottom:5px;
	padding:1px 5px 1px;
	
}

#form_login input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 10px;
}

#form_login input.submit:hover {
	background:#7BA1CD;
}

#form_login ul {
	width:250px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

#form_login ul li {
	list-style-type: none;
	text-align: justify;
}

#form_login label.checkbox {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	width:250px;
	margin:5px auto;
}

#form_login input.checkbox {
	left:2px;
	position:relative;
	top:2px;
}

#form_login p a {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	width:250px;
	margin:5px auto;
	text-decoration:none;
	text-align:center;
}

#form_login p a:hover {
	text-decoration:underline;
}

/*
** MODULES COLONNE
*/

#form_inscription, #contenu #form_login {
	background:#F0F0F0;
	border:1px solid #CECFD0;
	padding:10px;
	width:400px;
	margin:auto;
	margin-bottom:15px;
	margin-top:10px;
}

#form_inscription label {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	margin-left:10px;
	width:380px;
	margin:auto;
}

#form_inscription input.text {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1.2em;
	width:378px;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;
	
}

#form_inscription input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 10px;
}

#form_inscription input.submit:hover {
	background:#7BA1CD;
}

#form_inscription ul {
	width:388px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

#form_inscription ul li {
	list-style-type: none;
	text-align: justify;
}

/*
** PAGE PRONO
*/

.div_jeu {
	float:left;
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:214px;
	margin:20px 5px 0;
	min-height:320px;
}

#contenu .div_jeu h3 {
	background:#E7EEF6;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	text-indent:10px;
	font-weight:500;
	padding:3px;
	border-bottom:1px solid #ffffff;
	margin-bottom:0px;
	margin-right:0px;
	margin-top:0px;
}

.div_jeu .image_jeu {
	width:190px;
	height:150px;
	margin:10px auto;
	border:1px solid #000000;
}

#contenu .div_jeu p {
	padding:0px 5px;
	text-align: center;
	margin-right:0px;
}

.div_jeu p a {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	display:block;
	margin:auto;
	margin-bottom:7px;
	width:180px;
	background:#E7EEF6;
	border:1px solid #CECFD0;
	color:#000000;
	font-size:0.9em;
	text-decoration:none;
	padding:3px 0px;
	text-transform:uppercase;
}

.div_jeu p a:hover {
	background:#dddddd;
}

.div_jeu p.teaser {
	font-style:italic;
	font-weight:bold;
	margin-top:30px;
}

div.info_jeux {
	background:#E7EEF6;
	border:1px solid #CECFD0;
	margin-bottom:20px;
	padding:15px;
	width:570px;
	margin:auto;
	text-align:justify;
}

div.info_jeux p a {
	font-weight:bold;
	color:#000000;
}

/*
** PAGE SESSIONS
*/

.div_session {
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:600px;
	margin:auto;
	margin-bottom:15px;
	margin-top:10px;
	min-height:102px;
}

img.image_div_session {
	float:left;
	width:100px;
	height:100px;
	margin:0px;
	border:1px solid #999999;
}

img.drapeau_div_session {
	margin-left:3px;
	margin-right:3px;
	margin-top:4px;
	padding-left:5px;
	position:absolute;
}

#contenu .div_session h3 {
	background:#E7EEF6;
	border-bottom:1px solid #ffffff;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	font-weight:bold;
	margin:0px;
	text-indent:35px;
}

#contenu .div_session p {
	margin-left:110px;
}

#contenu .div_session p.center {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

#contenu .div_session p a.a_prono {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7EEF6;
	border:1px solid #CECFD0;
	color:#000000;
	font-size:1.1em;
	text-decoration:none;
	padding:2px 15px;
}

#contenu .div_session p a.a_prono:hover {
	background:#dddddd;
}





/*
** MODULES GENERIQUES
*/

#contenu p {
	margin-right:10px;
	text-align:justify;
}

#contenu h3 {
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

#contenu a.gras {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:0.9em;
}

#contenu a.gras:hover {
	text-decoration:underline;
}

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

#contenu a:hover {
	text-decoration:underline;
}

.div_500, .div_large, .div_demi, .div_comment, #contenu #form_comment {
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:500px;
	margin:30px auto;
	min-height:70px;
	padding-bottom:15px;
}

.div_large {
	width:660px;
	margin:5px auto 30px;
	padding-bottom:0px;
}

.div_500 {
	width:500px;
	margin:30px auto;
}

.div_demi {
	width:320px;
	margin:20px auto;
	
}

.div_comment {
	width:500px;
	margin:20px auto;
	
}

#contenu #form_comment {
	width:600px;
	margin:auto;
	margin-top:25px;
	margin-bottom:25px;
}

.left {
	float:left;
	padding-bottom:0px;
}

.right {
	float:right;
}

.bloc_demis {
	width:660px;
	margin:5px auto;
}

#contenu .div_500 h3, #contenu .div_large h3, #contenu .div_demi h3, #contenu .div_comment h3, #contenu #form_comment h3 {
	background:#E7EEF6;
	border-bottom:1px solid #ffffff;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	text-indent:10px;
	font-weight:500;
	padding:3px;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:0px;
}

#contenu .div_comment h3 .date {
	display:block;
	float:right;
	font-size:0.8em;
}

.info_570 {
	background:#E7EEF6;
	border:1px solid #CECFD0;
	margin-bottom:20px;
	padding:15px;
	width:570px;
	margin:auto;
	text-align:justify;
}

#contenu .div_500 p, #contenu .div_large p, #contenu .div_demi p, #contenu .div_comment p {
	margin: 10px;
	text-align:justify;
}

#contenu .div_large ol {
	font-size:0.9em;
	margin-left:40px;
	margin-right:40px;
}

#contenu .div_large p.signature {
	margin:10px 10px 0;
	text-align:right;
	font-style:italic;
}

.div_demi h4 {
	margin: 10px;
	font-size:0.9em;
	font-weight:bold;
	font-style:italic;
}

.info_570 p.plinks {
	text-align:center;
	margin-top:10px;
}

.info_570 p.plinks a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.info_570 p.plinks a:hover {
	text-decoration:underline;
}

.info_570 p.plinks a.selected {
	font-weight:bold;
}

#contenu #form_comment p {
	margin:10px;
}

#contenu #form_comment label {
	display:block;
	width:500px;
	margin:auto;
}

#contenu #form_comment textarea {
	display: block;
	width:500px;
	height:200px;
	margin:auto;
	border:1px solid #BEBEBE;
	margin-bottom:10px;
}

#contenu #form_comment input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 10px;
}

#contenu #form_comment input.submit:hover {
	background:#7BA1CD;
}

#contenu #form_comment p.p_login {
	text-align:center;
}

#contenu .div_large p.auteur_date{
	text-align:right;
	font-style:italic;
	margin-top:-10px;
}

#contenu .div_news p.news_suite {
	text-align:right;
	font-style:italic;
	margin-top:-10px;
}

#contenu .div_news p.news_liens {
	text-align:center;
	border-bottom:1px solid #BEBEBE;
	padding-bottom:3px;
}

#contenu .div_news .div_liens_news p.news_liens {
	border:none;
	padding-bottom:0px;
}

#contenu .div_large div.div_liens_news {
	background:#E7EEF6;
	font-size:1em;
	color:#27221F;
	text-indent:10px;
	padding:2px;
	margin: 0px;
}

#contenu .div_large div.div_liens_news p {
	margin: 0px;
	text-align:center;
}

#contenu .div_news div.div_liens_news {
	background:#E7EEF6;
	font-size:1em;
	color:#27221F;
	text-indent:10px;
	padding:2px;
	margin: 0px;
}

#contenu .div_news div.div_liens_news p {
	margin: 0px;
	text-align:center;
}

#contenu .div_news p.auteur_date {
	text-align:right;
	font-style:italic;
	margin-top:-10px;
}



/*
** FORM PROFIL
*/

.div_large label {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	margin-left:10px;
	width:380px;
	margin:auto;
}

.div_large input.text {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1.2em;
	width:378px;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;
	
}

#contenu .div_large p.center
{
	text-align:center;
}

.div_large input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1.1em;
	text-decoration:none;
	padding:5px 10px;
}

.div_large input.submit:hover {
	background:#7BA1CD;
}

.div_large ul {
	width:388px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

.div_large ul li {
	list-style-type: none;
	text-align: justify;
}


/*
** MODULE PRONO
*/

.div_prono {
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:500px;
	margin:30px auto;
	min-height:110px;
}

#contenu .div_prono h3 {
	background:#E7EEF6;
	border-bottom:1px solid #ffffff;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	text-indent:10px;
	font-weight:500;
	padding:3px;
	margin:0px;
}

#pronoForm {
	margin-bottom:15px;
	margin-top:10px;
}

#pronoForm label {
	display: block;
	float:left;
	font-size:1em;
	font-weight: bold;
	color:#333333;
	margin-right:10px;
	width:120px;
	text-align:right;
	padding-top:4px;
}

#pronoForm select {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:350px;
	margin-bottom:5px;
	padding:3px 5px 3px;
}

#pronoForm .form_submit {
	text-align:center;
}

#pronoForm input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7EEF6;
	border:1px solid #CECFD0;
	color:#000000;
	font-size:1em;
	padding:3px 5px 3px;
	margin:10px auto auto;
}

#pronoForm input.submit:hover {
	background:#dddddd;
}

#pronoForm ul {
	width:468px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto auto 10px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

#pronoForm ul li {
	list-style-type: none;
	text-align: justify;
}

/*
** MODULE QCM
*/

.div_qcm {
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:500px;
	margin:30px auto;
	min-height:110px;
}

#contenu .div_qcm h3 {
	background:#E7EEF6;
	border-bottom:1px solid #ffffff;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	text-indent:10px;
	font-weight:500;
	padding:3px;
	margin:0px;
}

#pronoQcm {
	margin-bottom:15px;
	margin-top:10px;
}

#pronoQcm .form_submit {
	text-align:center;
}

#pronoQcm input.submit {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7EEF6;
	border:1px solid #CECFD0;
	color:#000000;
	font-size:1em;
	font-weight:bold;
	padding:3px 5px 3px;
	margin:10px auto auto;
}

#pronoQcm input.submit:hover {
	background:#dddddd;
}

#pronoQcm .a_form {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E7EEF6;
	border:1px solid #CECFD0;
	color:#000000;
	font-size:1em;
	padding:4px 5px;
	margin:10px auto auto;
	text-decoration:none;
}

#pronoQcm .a_form:hover {
	background:#dddddd;
	text-decoration:none;
}

#pronoQcm p.aide_points {
	text-align:right;
	/*font-style:italic;*/
	font-size:0.75em;
	margin-right:30px;
	margin-top:-10px;
}

#pronoQcm p.question {
	font-size:1.05em;
	padding:10px;
}

#pronoQcm a.points {
	float:right;
	width:30px;
	height:30px;
	margin-right:20px;
}

#pronoQcm a.points .info_points {
	visibility:hidden;
	position:absolute;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding:2px 10px 2px 2px;
	background:#E7EEF6 none repeat scroll 0 0;
	border:1px solid black;
	margin:30px 0 0 -465px;
	width:460px;
	text-align:right;
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
}

#pronoQcm select {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:410px;
	margin-bottom:5px;
	margin-left:20px;
	padding:3px 5px 3px;
}

/*
** VOIR PRONO
*/

.div_voirprono {
	background:#F8F8F8;
	border:1px solid #CECFD0;
	padding:0px;
	width:500px;
	margin:30px auto;
	min-height:110px;
	padding-bottom:15px;
}

#contenu .div_voirprono h3 {
	background:#E7EEF6;
	border-bottom:1px solid #ffffff;
	font-size:1.1em;
	color:#27221F;
	/*font-family:Helvetica,Arial,sans-serif;*/
	text-indent:10px;
	font-weight:500;
	padding:3px;
	margin:0px;
	margin-bottom:10px;
}

.div_voirprono tr {
	padding-bottom:5px;
}

.div_voirprono td.labelPilote {
	text-align:right;
	width:100px;
	font-size:1.05em;
	padding-right:10px;
	vertical-align:top;
}

.div_voirprono td.labelPoints {
	text-align:right;
	font-size:0.95em;
	vertical-align:middle;
	padding-left:5px;
}

.div_voirprono td.choixPilote {
	width:290px;
	padding:2px;
	padding-left:10px;
	background:#F8F8F8;
	border:1px solid #CECFD0;
	font-size:0.9em;
}

.div_voirprono p.question {
	font-size:1.05em;
	padding:10px 10px 5px;
}

.div_voirprono a.points {
	float:right;
	width:30px;
	height:30px;
	margin-right:20px;
	margin-top:-5px;
}

.div_voirprono a.points .info_points {
	visibility:hidden;
	position:absolute;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding:2px 10px 2px 2px;
	background:#E7EEF6 none repeat scroll 0 0;
	border:1px solid black;
	margin:30px 0 0 -465px;
	width:460px;
	text-align:right;
	font-size:0.8em;
	text-decoration:none;
	color:#000000;
}

#contenu .div_voirprono p.reponseQcm {
	font-size:0.95em;
	margin:0px;
	margin-left:20px;
	margin-right:70px;
	padding:2px;
	padding-left:10px;
	background:#F8F8F8;
	border:1px solid #CECFD0;

}

/*
** LISTE JOUEURS
*/

table.liste_joueurs {
	width:400px;
	margin:auto;
	font-size:0.9em;
	text-align:center;
	border-collapse:collapse;
}

table.liste_joueurs tr th  {
	border-bottom:3px double #353535;
}

table.liste_joueurs tr td  {
	border-bottom:1px solid #CECFD0;
	padding:1px;
}

table.liste_joueurs tr td a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

table.liste_joueurs tr td a:hover {
	text-decoration:underline;
}

table.liste_joueurs tr .col_pseudo {
	width:35%;
}

table.liste_joueurs tr .col_equipage {
	width:55%;
}

.pagination {
	text-align:right;
	margin:15px 10px 0;
}

.pagination a {
	color:#353535;
	text-decoration:none;
	font-size:0.9em;
}

.pagination a:hover {
	text-decoration:underline;
	font-size:1em;
}

.pagination img {
	position:relative;
	top:2px;
}


#contenu .div_large table.calendrier {
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #DDDDDD;
	margin:10px auto 20px;
	width:600px;
}

#contenu .div_large table.calendrier tr {
	background-color:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
	margin:3px;
}

#contenu .div_large table.calendrier tr td {
	padding-top:3px;
	padding-bottom:3px;
}

#contenu .div_large table.calendrier tr td.right {
	text-align:right;
	padding-right:20px;
}

#contenu .div_large table.calendrier tr td img {
	vertical-align:middle;
	border:1px solid #DDDDDD;
}

#contenu .div_large table.calendrier tr td a {
	color:#000000;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

#contenu .div_large table.calendrier tr td a:hover {
	text-decoration:underline;
}

#contenu .div_large table.calendrierSaison {
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px auto 20px;
	width:600px;
}

#contenu .div_large table.calendrierSaison tr th {
	margin:3px;
	border-bottom:1px solid #DDDDDD;
}

#contenu .div_large table.calendrierSaison tr th img {
	border:1px solid #DDDDDD;
}

#contenu .div_large table.calendrierSaison tr td {
	background-color:#FFFFFF;
	border-bottom:1px solid #DDDDDD;
	margin:3px;
	text-align:center;
}

#contenu .div_large table.calendrierSaison tr td.pilote {
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #DDDDDD;
}

#contenu .div_large table.calendrierSaison tr td.points {
	border-right:1px solid #DDDDDD;
	font-weight:bold;
}





#contenu .div_large h3 span.select {
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	background-color:#F8F8F8;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}

#contenu .div_large h3 span.select a, #contenu .div_large h3 span.pas_select a {
	font-size: inherit;
	font-weight:inherit;
}

#contenu .div_large h3 span.pas_select {
	padding-right:5px;
	padding-left:5px;
	font-size:0.9em;
}

#contenu .div_large h3 span.select a:hover {
	text-decoration:none;
}

#contenu .div_large table.classement_prono {
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px auto 20px;
}

#contenu .div_large table.classement_prono tr {
	
	border-bottom:1px solid #DDDDDD;
	margin:3px;
}

#contenu .div_large table.classement_prono tr th {
	padding:3px 20px;
	text-align:left;
}

#contenu .div_large table.classement_prono tr td {
	padding:3px 20px;
	background-color:#FFFFFF;
}

#contenu .div_session a.a_classement {
	font-size:0.7em;
	text-transform:uppercase;
}

#contenu .div_large table.stage {
	margin:auto;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 auto 20px;
	width:640px;
}

#contenu .div_large table.stage tr {
	margin:3px;
	border-bottom:1px solid #DDDDDD;
}

#contenu .div_large table.stage tr th {
	padding-top:10px;
	padding-bottom:3px;
	text-align:left;
}

#contenu .div_large table.stage tr td {
	padding:3px;
	background-color:#FFFFFF;
	
}

#contenu .div_large table.stage tr td.speciale {
	border-left:1px solid #DDDDDD;
}

#contenu .div_large table.stage tr td.time {
	border-right:1px solid #DDDDDD;
}

/*
*
* QUIZ
*
*/

#contenu .div_large .p_quizz, #contenu .div_500 .p_quizz, #contenu .div_demi .p_quizz {
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

#contenu .div_large .p_quizz a, #contenu .div_500 .p_quizz a, #contenu .div_demi .p_quizz a {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
	padding:3px 5px 3px;
	font-weight:normal;
}

#contenu .div_large .p_quizz a:hover, #contenu .div_500 .p_quizz a:hover, #contenu .div_demi .p_quizz a:hover {
	background:#7BA1CD;
}

#contenu .div_large #quizForm label {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	margin-left:10px;
	width:90%;
	margin:auto;
}

#contenu .div_large #quizForm input.text {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1.2em;
	width:90%;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;	
}

#contenu .div_large #quizForm textarea {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1.2em;
	width:90%;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;	
}

#contenu .div_large #quizform_submit {
	margin:auto auto 15px;
	width:90%;
	text-align:center;
}


#contenu .div_large .editquizz a {
	float:right;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#6685AA none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:normal;
	padding:1px 5px;
	margin-right:5px;
	margin-top:-5px;
	text-decoration:none;
}

#contenu .div_large .editquizz a:hover {
	background:#7BA1CD;
}

#contenu .div_500 #quizQuestionForm label {
	display: block;
	font-size:0.9em;
	font-weight: bold;
	color:#333333;
	margin-left:10px;
	width:95%;
	margin:auto;
}

#contenu .div_500 #quizQuestionForm label em {
	font-size:0.9em;
}

#contenu .div_500 #quizQuestionForm input.text {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:95%;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;	
}

#contenu .div_500 #quizQuestionForm textarea {
	display: block;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:1px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:95%;
	margin:auto;
	margin-bottom:15px;
	padding:3px 5px 3px;	
}

#contenu .div_500 #quizQuestionForm #erreur_form {
	width:388px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

#contenu .div_500 #questionQuiz #bonne_reponse {
	width:388px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#99ff99;
	border:1px solid #CECFD0;
}

#contenu .div_500 #questionQuiz #mauvaise_reponse {
	width:388px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	font-size:0.9em;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	background:#FF9999;
	border:1px solid #CECFD0;
}

#contenu .div_500 #quizQuestionForm ul {
	margin-top:10px;
	margin-bottom:15px;
}

#contenu .div_500 #quizQuestionForm li {
	list-style-type: none;
	text-align: justify;
	margin-left:5%;
}

#contenu .div_500 #quizQuestionForm ul li input {
	display: inline;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff;
	border:2px solid #BEBEBE;
	color:#353535;
	font-size:1em;
	width:80%;
	margin:auto;
	margin-bottom:5px;
	padding:3px 5px 3px;	
}

#contenu .div_500 #quizQuestionForm ul li input.reponse {
	border:2px solid #33cc33;
}

#contenu .div_500 #quizQuestionForm ul li input.radio {
	display: inline;
	border-style:none;
	width:5%;
}

#contenu .div_500 #quizQuestionForm #quizform_submit {
	margin:auto auto 15px;
	width:90%;
	text-align:center;
}


#contenu .div_500 #quizQuestionForm #quizform_submit input.submit {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#6685AA;
	border:1px solid #ffffff;
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
	padding:2px 6px;
}

#contenu .div_500 #quizQuestionForm #quizform_submit input.submit:hover {
	background:#7BA1CD;
}

#contenu .div_500 #questionQuiz {
		min-height:200px;
}

#contenu .div_500 #questionQuiz ul.question {
	width:90%;
	margin:auto;
	margin-bottom:20px;
}

#contenu .div_500 #questionQuiz ul.question li {
	list-style-type: none;
	padding:3px;
	margin:5px;
	border:none;
}

#contenu .div_500 #questionQuiz ul.question li input {
	float:left;
	margin-top:11px;
}

#contenu .div_500 #questionQuiz ul.question li label {
	display:block;
	background:#ffffff;
	color:#000000;
	width:85%;
	padding:3px;
	margin:5px;
	margin-left:25px;
	font-weight:normal;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #BEBEBE;
}

#contenu .div_500 #questionQuiz ul.question li label.oui {
	background:#ffffff;
	font-weight:bold;
	border-color:#000000;
}

#contenu .div_500 #questionQuiz ul.question li label.non {
	background:#F8F8F8;
	font-weight:normal;
	border-color:#BEBEBE;
}

#contenu .div_500 #questionQuiz ul.correction {
	width:90%;
	margin:auto;
	margin-bottom:20px;
}

#contenu .div_500 #questionQuiz ul.correction li {
	font-size:0.9em;
	list-style-type: none;
	padding:3px;
	margin:5px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#F8F8F8;
	border:1px solid #BEBEBE;
	color:#666666;
}

#contenu .div_500 #questionQuiz ul.correction li.reponse {
	font-weight:bold;
	border:2px solid #000000;
	background:#ffffff;
	color:#000000;
}

#contenu .div_500 #questionQuiz div.explication {
	width:90%;
	margin:auto;
	background:white;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border:1px solid #BEBEBE;
}

#contenu .div_500 .p_quizz a.gauche {
	float:left;
	margin-left:10px;
}

#contenu .div_500 .p_quizz a.droit {
	float:right;
	margin-right:10px;
}


#contenu #quiz_gamer {
	margin-bottom:70px;

}

#contenu .div_500 #questionQuiz h3 span {
	float:right;
	margin-right:5px;
}

#contenu .div_500 #questionQuiz .score {
	text-align:center;
	font-size:1.2em;
	margin-top:50px;
	margin-bottom:50px;
}