@import "layout.css";

/* design des infobulles de la page team 
---------------------------------------------------*/
.infobulle_Orange{
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: orange;
	/* baisser l'opacité sur tout les navigateurs */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
.infobulle_Violet{
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: #D941FF;
	/* baisser l'opacité sur tout les navigateurs */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
.infobulle_Bleu{
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: #6666ff;
	/* baisser l'opacité sur tout les navigateurs */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
.infobulle_Rouge_Noel{
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: black;
	background-color: #FE5052;
	/* baisser l'opacité sur tout les navigateurs */
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
}
/* Valeurs par default
================================================================*/
*{ margin:0; padding:0; list-style:none}

body {
	font: 63.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background:#D9D9D9;
	color: #050505; /* #828282 */
}
a {text-decoration:none; color:#8B8B8B}
a:hover { color:#bbb; text-decoration:underline}
a img{border: 0}



/* Contenu de content
----------------------------*/

/* news */
.news_titre {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:60px;
	color:rgb(88,157,214);
}
.news_date{
	font-size:0.9em;
	color:rgb(88,157,214);
}
.news_comm{
	font-weight:bold;
}
.comm_champ{
	width : 200px;
	margin : 0 0 0 0;
	border : 1px solid #000000;
	font-size : 0.8em;
}
.comm_textarea{
	width : 200px;
	margin : 0 0 0 0;
	border : 1px solid #000000;
	font : Tahoma;
	font-size : 1.2em;
}
.comm_mdp{
	width : 50px;
	margin : 0 0 0 0;
	border : 1px solid #000000;
	font-size : 1em;
}


/* Contenu de sidebar
------------------------------------------------------------------------------*/
#sidebar h2{
	font-size:1.2em;
	text-align:center;
	padding:20px 0 15px;
}
#sidebar ul{ font-size:1.1em; padding: 0 0 10px 30px; line-height:16px;}
#nav, #nav a, .blue, .blue a{color: #589DD6;}
#infos, #infos a, .pink, .pink a{color: #CE6AA0;}
#multi, #multi a, .vert, .vert a{color: #B0C371;}


#sidebar2 h2{
	font-size:1.2em;
	text-align:center;
	padding:20px 0 15px
}
#sidebar2 ul{ font-size:1.1em; padding: 0 30px 10px 30px; line-height:16px;}
#nav, #nav a, .blue, .blue a{color: #589DD6;}
#infos, #infos a, .pink, .pink a{color: #CE6AA0;}
#multi, #multi a, .vert, .vert a{color: #B0C371;}


/* Contenu de footer
------------------------------------------------------------------------------*/
#footer{ line-height:12px;}
#footer a{ text-transform:uppercase; letter-spacing:1px; font-weight:bold}

/* Style ajouté a la suite ^^ 
------------------------------------------------------------------------------*/
.series {
	background : url("../img/cadre.png") no-repeat;
	height : 185px;
	width : 126px;
	text-align : center;
	vertical-align : top;
}
.series .img_series {
	margin-top : 12px;
	margin-left : 1px;
	height : 160px;
	width : 100px;
}
.rlz {
	background : url("../img/cadre_rlz.png") no-repeat;
	height : 158px;
	width : 118px;
	text-align : center;
	vertical-align : top;
}
.rlz .img_rlz {
	margin-top : 12px;
	height : 133px;
	width : 92px;
}

.cpt {
	background : url("../img/cpt.png") no-repeat;
	width : 160px;
	height : 75px;
	margin-left : 5px;
	
}
.cpt table {
	margin-top : 1px;
	margin-left : 15px;
	color : black;
}
table {
	border-width : 0px; 
	border-color : black;
	border-style : dashed;
}
.tablo_ep {
    color: #740195;
border: 1px black solid;
border-spacing: 0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background : url("../img/fond_tablo_ep.jpg") ; background-repeat: repeat-y ; background-position: 0 0;
    background-color : #CCD8FF;
    width : 500px;
    margin-top: 10px;
    padding: 0 12px 0 0;
}
.tablo_ep_petit {
  color: #A600D6;
	border-width : 1px; 
	background-color : #E0FFE1;
	width : 200px;
	margin-top: 10px;
}

/* CSS3 Habillage tableau 
================================================================*/
table.equipe {
    display: table;
    font: 90%/1.5em "Lucida Grande", Geneva,
                    "DejaVu Sans", "Bitstream Vera Sans", AnjaliOldLipi,
                    "Lucida sans", "Trebuchet MS", Arial, Verdana;
    text-align: center;
    border: 4px black double;
    border-spacing: 0;
    -moz-border-radius: 8px;
    -moz-box-shadow: #827271 4px 4px 5px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: #827271 4px 4px 5px;
    border-radius: 8px;
    box-shadow: #827271 4px 4px 5px;
    background: #a96c4f /* #b59d5c */
}

table.equipe th {
    color: #fff;
    font-size: 110%;
    text-shadow: #6a3d37 2px 2px 2px;
padding: 0.4em 3em 0.4em 3em;
}

table.equipe th:first-of-type {
        font-weight: bold;
        font-style: italic
    }

tbody.equipe tr:nth-child(odd) {
    color: #252525; /* #e0d8cb; */
    background: #ffffff; /* #474644; */
    font-family: "Calibri", "Cambria", "DejaVu Sans", Arial;
    font-size: 1.2em;
}

tbody.equipe tr:nth-child(even) {
    color: #eadbd4;
}

th.equipe:first-of-type,
td.equipe:first-of-type {
    padding: 0 0 0 4em
}

th.equipe:last-of-type,
td.equipe:last-of-type {
    padding: 0 4em 0 0
}

tbody.equipe tr:nth-last-child(-n+2) {
    opacity: .75
}

tbody.equipe tr:nth-child(3n+1):not(:last-child) td {
    text-shadow: #ffefc4 0 0 4px
}

/* Fin CSS3 Habillage tableau */

.tablo_av {
	border-width : 1px; 
	background-color : #72FFAE;
	width : 500px;
}
.choix_deroulant
{
	width : 150px;
	margin : 0 0 0 0;
	border : 1px solid #000000;
	background : url('../img/fond1.png') repeat;
	font-size : 0.8em;
	font-family : Verdana;
}
.choix_deroulant2
{  background-color : #98DFFB;}

.num_page {	font-size : 1.2em;}
.num_page a { font-size : 1.4em;}


/* Tableau page de Dons
================================================================*/


.tab_haut
{
    color: #996600;
    background-color: #FFCC66;
    border: #FFCC66 1px solid;
    letter-spacing: 1px;
}

.tab_mois
{
    background-color: #F4FAFD;
    border: #DDEEFF 1px solid;
    padding-left: 0px;
}

.tab_detail
{
    border: #DDEEFF 1px solid;
}

.tab_result
{
    background-color: #FFCC66;
    color: #996600;
    border: #FFCC66 1px solid;    
}

/* Tableau du Serveur page de Dons
================================================================*/

.tab_serv_titre_colonn
{
    color: #001E80;
    background-color: #C2D0FF;
    border: #8CA7FF 1px solid;
    letter-spacing: 1px;
}

.tab_serv_detail
{
    border: #DDEEFF 1px solid;
    padding-left: 5px;
}

.tab_serv_result
{
    color: #E00079;
    background-color: #A6BBFF;
    border: #7797FF 1px solid;
    letter-spacing: 1px;
}

/* Tableau du page Editeurs
================================================================*/

.tab_nom_edit
{
    border: #A5D2FE 1px solid;
}

.tab_detail_edit
{
    background-color: #E1FFEB;
    border: #DDEEFF 1px solid;
    padding-left: 0px;
}

.tab_detail_edit2
{
    background-color: #FFFFD5;
    border: #DDEEFF 1px solid;
    padding-left: 0px;
}

/* Tableau du page Pub
================================================================*/

.tablo_pub {
    color: #6F6F6F;
	border-width : 1px; 
	background-color : #F2FFCC;
	width : 500px;
}

/* Tableau adm
================================================================*/

.adm_detail
{
    color: #6E00CB;
    background-color: #FEFFD1;
    border: #FFAE00 1px solid;
    padding-left: 5px;
}

.adm_ep
{
    color: #E00079;
    background-color: #FFFAD1;
    border: #C11AFF 1px solid;
    padding-left: 5px;
}

/* Tableau pages type_anime type_format type_site
================================================================*/

.type_detail
{
    color: #6E00CB;
    background-color: #FEFFD1;
    border: #FFFFFF 0px solid;
    padding-left: 5px;
    padding-top: 8px;
    vertical-align:top;
}


/* Citations
================================================================*/

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 152px;
  margin: 5px 0px 10px 0px;
  background: url('../img/quote-fin.png') no-repeat right bottom;
  padding-left: 17px;
  text-indent: -18px;
  padding-right: -10px;
}

blockquote:first-letter {
  background: url('../img/quote-debut.png') no-repeat left top;
  padding-left: 22px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

.blockquote a:link   {color:#730CFF; text-decoration:none; font-style: italic;}
.blockquote a:hover  {color:#FF6D0C; text-decoration:none; font-style: italic;}
.blockquote a:visited   {color:#730CFF; text-decoration:none; font-style: italic;}
.blockquote a:active  {color:#FF2E0C; text-decoration:underline; font-style: italic;}


/* Titre des séries
================================================================*/

.fond-titre-series{ 
	min-height: 19px; min-width: 251px;
	margin: 0 0 10px 0;
	background-image: url('../img/titre-serie-fond.png'); background-repeat: no-repeat ; background-position: 45% center ; /* 45% horizontale et center vertical */
}

.titre-series{
	font-size: 11px;
	color: black;
	padding-bottom: 5px;
}

.fond-titre-series-centre{ float:center;
	min-height: 19px;
	background-image: url('../img/titre-serie-fond-centre.png'); background-repeat: repeat-x ; background-position: 0 5px;
	font-size: 17px; font-family: Trebuchet MS, Arial; font-weight: bold; font-style: italic;
	color: black;
	padding-bottom: 5px;
}

.fond-titre-series-debut{ float:left;
	min-height: 19px; min-width: 38px;
	background-image: url('../img/titre-serie-fond-debut.png'); background-repeat: no-repeat ; 
	margin-left: -38px; margin-top: 5px;
}

.fond-titre-series-fin{ float:right;
	min-height: 19px; min-width: 69px;
	background-image: url('../img/titre-serie-fond-fin.png'); background-repeat: no-repeat ; 
	margin-right: -20px; margin-top:-23px;
}

/* Cocardes
---------------------------------------------------*/

.cocarde{
 position: absolute;
    height: auto;
    width: auto;
    left: 30px;
    top: 20px; display: inline;
 }
 
/* --------------------------
Relatif a la shootbox */
.input_shootbox
{
	width : 73px;
	border : 1px solid #000000;
	font-size : 1.0em;
}
.textarea_shootbox
{
	width : 149px;
	height : 50px;
	border : 1px solid #000000;
	font-size : 1.3em;
}
.table_shootbox {
    background-color: #636363;
	border : 1px solid #000000;
	border-spacing: 0px;
	border-collapse: collapse; 
	height: 200px;
}
.td_SB0 {
    background-color: #c5eaff;
	color : black;
	width : 150px;
    text-decoration: none;
	padding : 5px;
	font-size : 0.9em;
}
.td_SB1 {
    background-color: #d797ff;
	color : black;
	width : 125px;
    text-decoration: none;
	padding : 5px;
	font-size : 0.9em;
}
div.scroll {
	overflow: auto;
	height: 200px;
	width: 154px;
}
.scroll a:link   {color:#6100e4; text-decoration:none; font-style: none;}
.scroll a:hover  {color:#ff2400; text-decoration:none; font-style: none;}
.scroll a:visited   {color:#5000e4; text-decoration:none; font-style: none;}
.scroll a:active  {color:#FF2E0C; text-decoration:underline; font-style: none;}

span.date_SB{
	font-size: 0.9em;
}
/* -------------------------- */


