body {
  background-color: #FFFFFF;
  color: #000;   /* #009e00 */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
} 

a:link {color: #000000; text-decoration	: none;}
a:visited {color: #000000; text-decoration	: none;}
a:active {color: #000000; text-decoration	: none;}

h1 {
  font: bold 25px Arial, Verdana, sans-serif, Helvetica;
  color: #fff;
}

img {
	border: 0px solid black;
}

input, select, textarea {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 9px;
}

input, select {
	text-align: center;
}

td.a_left {
  text-align: left;
  padding: 2px;
}
td.a_right {
  text-align: right ;
  padding: 2px;
}
td.a_center {
  text-align: center;
  padding: 2px;
}
td.bouton {
  text-align: center;
  padding-top: 10px;
}

a.blanc {
	font-size: 12px;
  color: #fff;
}

/********************************************* mise en page */
div.outer {
  text-align: center;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
	border: 0px solid black;
}

div.titre {
  height: 190px;
  text-align: center;
	border: 0px solid black;
}

div.menu1 {
  /*width: 200px;*/
  text-align: left;
	border: 0px solid red;
	float: left;
  font-size: 7pt;
}

div.contenu {
  /*width: 796px;*/
  text-align: center;
	border: 0px solid blue;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
	float: left;
}

div.credits {
	color:#000;
	font: 12px Arial, Verdana, sans-serif, Helvetica ;
  text-align: center;
}

input.button {
	font: bold 11px Arial, Helvetica, sans-serif;
  border:1px solid black;
  color: #000;
}




/********************************************* header area */
div#header_top {
	background: url(skin/header_t_red.png) 0 0 repeat-x;
}

div#header_tleft {
	background: url(skin/header_tl_red.png) 0 0 no-repeat;
}

div#header_tright {
	height: 118px;
	background: url(skin/header_tr_red.png) 100% 0 no-repeat;
}

div#logo {
	float: left;
  width: 100px;
  height: 100px;
	margin-top: 12px;
	margin-left: 30px;
	background: url(skin/logo_boinc.gif) no-repeat;
}

div#titre {
	float: left;
	margin-top: 45px;
	margin-left: 30px;
	text-align: left;
}

div#logo_raid {
	float: right;
  width: 110px;
  height: 110px;
	margin-top: 12px;
	margin-right: 30px;
	background: url(skin/blasonaa5.gif) no-repeat;
}

div#communaute {
  float: left;
  font: 16px Arial, Verdana, sans-serif, Helvetica;
  color: #fff;
	margin-top: 10px;
	margin-left: 30px;
}

div#heure {
  float: right;
  font: 10px Arial, Verdana, sans-serif, Helvetica;
  height: 20px;
  line-height: 20px;
  color: #fff;
	margin-top: 10px;
	margin-right: 10px;
}


/* ******************************************* tab area */
div#tab_area {
	background: #f3f3f3 url(skin/header_b_bg.png) 0 0 repeat-x;
}

div#tab_area_l {
	background: url(skin/header_bl.png) 0 0 no-repeat;
}

div#tab_area_r {
	height: 39px;
	background: url(skin/header_br.png) 100% 0 no-repeat;
}


/* ******************************************* module black */
div.titre_table table {
  width:190px;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
	padding-bottom: 5px;        /* Pour Opera */
	margin-bottom: 5px;         /* pour IE */
	width: 95%;
}

div.titre_table h2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
	text-indent:20px;
	background:transparent;
}

div.titre_table {
	background: url(skin/round_black_bl.png) bottom left no-repeat;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
	margin-bottom: 15px;
	width: 700px;
}

div.titre_table div div {
	background: url(skin/round_black_tl.png) top left no-repeat;
}

div.titre_table div {
	background: url(skin/round_black_br.png) bottom right no-repeat;
}

div.titre_table div div div {
	background: url(skin/round_black_tr.png) top right no-repeat;
	padding: 0px;
	width: auto !important;
	width: 100%;
}

div.titre_table div div div div {
	background:none;
}

div.titre_table td {
  /*background-color: #f3f3f3;*/
}

div.titre_table thead {
  background-color: #c3c3c3;
	font-weight: bold;
}

tr.light {
  background-color: #d3d3d3;
}







/**************************** Tableau noir du menu ****************************/

div.module-black table {
  width:190px;
  margin: 0px 0px 10px 5px;
}

div.module-black h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px -4px 0px -4px;
	line-height: 40px;
	text-indent:20px;
	background:transparent;
}

div.module-black {
	background: url(skin/round_black_bl.png) bottom left no-repeat;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

div.module-black div div {
	background: url(skin/round_black_tl.png) top left no-repeat;
}

div.module-black div {
	background: url(skin/round_black_br.png) bottom right no-repeat;
}

div.module-black div div div {
	background: url(skin/round_black_tr.png) top right no-repeat;
	padding: 0px;
	width: auto !important;
	width: 100%;
}

div.module-black div div div div {
	background:none;
}



/************************** Tableau noir du contenu ***************************/

div.cont500 table {
  width:90%;
  margin: 0px auto 10px auto;
  padding: 5px 0px 15px 0px;
}

div.cont500 h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px -4px 0px -4px;
	line-height: 40px;
	text-indent:20px;
	background:transparent;
}

div.cont500 {
	background: url(skin/round_black_bl.png) bottom left no-repeat;
	width:500px;
	/*margin: 0px;*/
	padding: 0px;
	margin-bottom: 15px;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
}

div.cont500 div div {
	background: url(skin/round_black_tl.png) top left no-repeat;
}

div.cont500 div {
	background: url(skin/round_black_br.png) bottom right no-repeat;
}

div.cont500 div div div {
	background: url(skin/round_black_tr.png) top right no-repeat;
	padding: 0px;
	width: auto !important;
	width: 100%;
}

div.cont500 div div div div {
	background:none;
  padding: 5px 0px 15px 0px;
}

/************************** Tableau noir du contenu ***************************/

div.cont900 table {
  width:90%;
  margin: 0px auto 10px auto;
  padding: 5px 0px 15px 0px;
}

div.cont900 h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px -4px 0px -4px;
	line-height: 40px;
	text-indent:20px;
	background:transparent;
}

div.cont900 {
	background: url(skin/round_black_bl.png) bottom left no-repeat;
	width:900px;
	/*margin: 0px;*/
	padding: 0px;
	margin-bottom: 15px;
	margin-left:auto;										/* Sert à centrer le tableau */
	margin-right:auto;										/* idem */
}

div.cont900 div div {
	background: url(skin/round_black_tl.png) top left no-repeat;
}

div.cont900 div {
	background: url(skin/round_black_br.png) bottom right no-repeat;
}

div.cont900 div div div {
	background: url(skin/round_black_tr.png) top right no-repeat;
	padding: 0px;
	width: auto !important;
	width: 100%;
}

div.cont900 div div div div {
	background:none;
  padding: 5px 0px 15px 0px;
}






/* ******************************************* MENU MODES D'AFFICHAGE  */
.mode_aff, .mode_aff1 {
	font-weight: bold;
	line-height	:20px;
}

a.mode_aff:link, a.mode_aff:visited {
	display			: block;
	padding			: 0px 0px 0px 20px;
	height			: 20px;
	font-weight:bold;
	text-decoration	: none;
	border-bottom: 1px solid #ccc;
	line-height		: 20px;
	background		: url(skin/arrow_grey.png) no-repeat;
	background-position: 5px 5px;
	color			: #000;
}
a.mode_aff1:link, a.mode_aff1:visited {
	display			: block;
	padding			: 2px 0px 0px 20px;
	height			: 15px;
	font-weight:bold;
	text-decoration	: none;
	line-height		: 15px;
	background		: url(skin/arrow_grey.png) no-repeat;
	background-position: 5px 5px;
	color			: #000;
}

a.mode_aff:hover {
	text-decoration	: none;
	padding			: 0px 0px 0px 20px;
	background		: url(skin/arrow_red.png) no-repeat;
	background-position: 5px 5px;
	color			: #c00;
}
a.mode_aff1:hover {
	text-decoration	: none;
	padding			: 2px 0px 0px 20px;
	background		: url(skin/arrow_red.png) no-repeat;
	background-position: 5px 5px;
	color			: #c00;
}


/* ******************************************* MENU MODES D'AFFICHAGE DES RAIDS  */
.mode_aff_raid, .mode_aff1_raid {
	font-weight: bold;
	line-height	:50px;
}

a.mode_aff_raid:link, a.mode_aff_raid:visited {
	display			: block;
	padding			: 0px 0px 0px 20px;
	height			: 40px;
	font-weight:bold;
	text-decoration	: none;
	border-bottom: 1px solid #ccc;
	line-height		: 12px;
	background		: url(skin/arrow_grey.png) no-repeat;
	background-position: 5px 5px;
	color			: #000;
}
a.mode_aff1_raid:link, a.mode_aff1_raid:visited {
	display			: block;
	padding			: 2px 0px 0px 20px;
	height			: 35px;
	font-weight:bold;
	text-decoration	: none;
	line-height		: 12px;
	background		: url(skin/arrow_grey.png) no-repeat;
	background-position: 5px 5px;
	color			: #000;
}

a.mode_aff_raid:hover {
	text-decoration	: none;
	padding			: 0px 0px 0px 20px;
	background		: url(skin/arrow_red.png) no-repeat;
	background-position: 5px 5px;
	color			: #c00;
}
a.mode_aff1_raid:hover {
	text-decoration	: none;
	padding			: 2px 0px 0px 20px;
	background		: url(skin/arrow_red.png) no-repeat;
	background-position: 5px 5px;
	color			: #c00;
}



div.box_out_90pct {
  width: 90%;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.box_out_900 {
  width: 900px;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.box_out_190 {
  width: 190px;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.box_out_500 {
  width: 500px;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.box_out_700 {
  width: 700px;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.box_out_1000 {
  width: 1000px;
  padding-top:7px;
  padding-bottom:7px;
  margin-left:auto;
  margin-right:auto;
}

div.m_t h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0px -4px 0px -4px;
	line-height: 40px;
	text-indent:20px;
	background:transparent;
}

div.l_t {
  width: 14px;
  height: 37px;
	background: url(skin/l_t.png) top left no-repeat;
	float:left;
}
div.m_t {
  margin-left:5px;
	height: 37px;
	background: url(skin/m_t.png) 0 0 repeat-x;
	color:#fff;
}
div.r_t {
  width: 14px;
	height: 37px;
	background: url(skin/r_t.png) top right no-repeat;
	float:right;
}

div.l_m {
  width: 100%;
	background: url(skin/l_m.png) bottom left repeat-y;
	float:left;
}
div.m {
  margin:0px 4px 0px 4px;
}
div.r_m {
  width: 100%;
	background: url(skin/r_m.png) bottom right repeat-y;
	float:right;
}

div.l_b {
  width: 13px;
  height: 14px;
	background: url(skin/l_b.png) bottom left no-repeat;
	float:left;
}
div.m_b {
  height: 14px;
	/*margin-left:13px;
	margin-right:14px;*/
	background: url(skin/m_b.png) bottom left repeat-x;
	/*border: 1px solid black;*/
}
div.r_b {
  width: 14px;
  height: 14px;
	background: url(skin/r_b.png) bottom right no-repeat;
	float:right;
}


div.cont_m {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:4px;
  margin-right:4px;
}





/******************************************************************************/

div.text_contenu h3 {
  font-size: 9pt;
  padding-top: 20px;
}

div.text_contenu {
  font-size: 8pt;
  text-align: justify;
  text-indent: 20px;
  padding: 0px 5% 0px 5%;
}

div.text_contenu a {
  color: #f00;
  text-decoration : underline;
}

