/* MISE EN PAGE */
/***********************/

html,body
{
margin: 0;
padding: 0;
background-image:url(../site/gurren/fond.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #000000;
text-align:center;
background-image:url(../site/gurren/fond.jpg);
background-repeat:repeat;
background-position:top left;
}

h2
{
color: #000000;
}


div#container
{
width:950px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
text-align:center;
background-color:#060200;
background-image:url(../site/gurren/middle_repeat.jpg);
background-repeat:repeat;
background-position:center;
background-image:url(../site/gurren/gurren_02.jpg);
background-position:0 150px;
background-repeat:no-repeat;
}

* html div#container
{
width: 950px;
}

div#top
{
position:relative;
width:100%;
height: 150px;
font-size: 10px;
background-image: url(../site/gurren/gurren_01.jpg);
background-position: top left;
background-repeat: no-repeat;

}


div#centre
{
width:750px;
float:right;
padding-right: 15px;
position:relative;

}

* html div#centre
{
width:710px;

}

div#menu
{
float:left;
margin-left: 15px;
padding-right: 14px;
margin-top: 15px;
width:150px;
background-image:url(../site/gurren/menu.jpg);
background-repeat:repeat-y;
}

div#pied
{
clear:both;
height:123px;
background-image: url(../site/gurren/gurren_03.jpg);
background-repeat:no-repeat;
background-position:top;
text-align:right;
top:50px;
}

/* DIVERS DIV */
/******************/

.article
{
  background-color: #FFFFFF;
  border-bottom: 2px solid  #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 2px solid #000000;
  margin: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  background-image:url(../site/gurren/fond_art.jpg);
  background-position:top right;
  background-repeat:repeat-y;}

.article img
{
  margin: 5px;
}

.blognote{

  background-color: #FFFFFF;
  color: #FFFFFF;
  border-bottom: 2px solid #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 2px solid #000000;
  margin: 5px;
  padding: 5px;
  text-align: justify;
  color: #000000;
  background-image:url(../site/gurren/fond_note.jpg);
  background-position:top right;
  background-repeat:repeat-y;  
 }

.blognote a:visited
{
  color: #330099;
}

.blognote td
{
  color: #003300;
  font-size: 10px;
}

.critique{
  background-color: #FFE4C4;
  border-bottom: 2px solid #4B4B4B;
  border-top: 1px solid #4B4B4B;
  border-left: 1px solid #4B4B4B;
  border-right: 2px solid #4B4B4B;
  margin: 5px;
  padding: 5px;
  text-align: justify;}

div#voirComm{
  width: 90%;
  margin-left: 5%;
  text-align: justify;
  background-color: #ffffff;
  padding: 0 2px 0px 2px;}

.texte{
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  text-align: justify;}
  
.article a:visited{
  color: #ff3333;
  font-size: 12px;}

.article a:link{
  color: #0070B7;
  font-size: 12px;}

.article a:active{
  color: #cc0000;
  font-size: 12px;}

.titre{
  font-size:12px;
  color:#330099;
  font-weight:bold;
  background-position: top left;
  background-attachment: fixed;
/*  background-image: url(images/titre_02.jpg);*/}

.verif{
  width: 3em;
  border:solid 1px #000000;
  background-color: #FFFFFF;
  font-size: 10px;}

.commentaires
{
width:90%;
text-align:left;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top:1px solid #000000;

}

.commn{
  margin: 0px;
  background-color: #990000;
  border-bottom:1px solid #000000;
  padding-left: 83px;
  padding-right: 3px;
  color: #FFFFFF;
  height:58px;
  background-image:url(../site/gurren/comm.gif);
  background-position:left;
  background-repeat:no-repeat;
}

.commc{
  margin: 0px;
  background-color: #FFFFFF;
  border-bottom:1px solid #000000;
  padding-left: 3px;
  padding-right: 3px;
  color: #990000;
}

/* GENERAL */
/****************/

.submit{
  border: 1px solid #00000;
  font-size: 9px;
  background-image: url(../site/gurren/input.jpg);
  background-position: top left;
  background-repeat: repeat;
  color:#FFFFFF;}

input{
  margin: 0px;
  padding: 0px;
  border:1px solid #000000;
  background-image: url(../site/gurren/input.jpg);
  background-position: top left;
  background-repeat: repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11;
  color: #FFFFFF;}

.grostitre{
  font-weight: bolder;
  font-size:13px;
  }

select
{
  background-color: #990000;
  color: #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11;
}

textarea
{
  background-image: url(../site/gurren/input_text.jpg);
  background-position: top left;
  background-repeat: repeat;
  color: #FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11;
}

/* MENU */
/***********/

.navlist{
  padding-left: 0;
  padding-top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  text-decoration: none;
line-height: 12px;
}
  
.navlist li{
  list-style: none;
  text-decoration: none;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.navlist a
{
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}

/* DROITE */
/*************/

.blocd{
  margin: 2px;
  padding: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #FFFFFF dashed;
  border-right: 1px #FFFFFF dashed;
/*  background-image:url(../site/ff12/droite.jpg);*/
  background-position:top;
  background-repeat:repeat;
  font-size: 10px;
  color: #F8E6FF;
  margin-bottom: 5px;}

form{
  margin-bottom: 0px;
  margin-top: 0px;}

a:link{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-variant: normal;
  font-size: xx-small;
  color: #6699FF;}
  
a:visited{
  font-family: Verdana;
  font-variant: normal;
  font-size: xx-small;
  color: #FF9900;}
  
a:active{
  font-family: Verdana;
  font-variant: normal;
  font-size: xx-small;
  color: #cc0000;} 

/*///////////////////////////////*/
/*             Stat              */
/*///////////////////////////////*/
#stat{
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #000000;
  text-align:left;
  font-size: 12px;}


.statbloc{
  border:solid 1px #660000;
  background-color: #CC0000; 
  width: 50%;}

.table{
  border:solid 1px #000000;
  background-color: #FFF6D9;
  font-size: 12px;}
  
.td{
  background-color: #FFF6D9; 
  border:solid 1px #000000;}
  
.td2{
  background-color: #FFF6D9; 
  border:solid 1px #000000;
  font-weight: bold;}

  /*///////////////////////////////*/
/*             Critiques       */
/*///////////////////////////////*/

#critique_container
{
position:relative;
padding-top: 5px;
}

* html #critique_container
{width: 95%;}

#critique_texte
{
margin-top: 0px;
width:68%;
color: #000000;
}

#critique_info
{
position:absolute;
float:right;
right: 0;
top:5px;
width:35%;
color: #000000;
}

.fiche1{
border:#49130A 1px solid;
background-color:#FFECD7;
color: #000000;
}

.fiche2{border:#49130A 1px solid;
background-color: #993333;
color: #000000;}

.test
{
  width: 90%;
  border-bottom: 2px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 1em;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  color: #000000;

}
.imgtst
{
  width: 90%;
  margin-top: 0px;
  margin-left: 10px;
  background-color: #FFCC99;
  border: 1px solid #000000;
}

.note
{
text-align: center;
border: 1px solid #000000;
border-bottom: 2px solid #000000;
  margin-bottom: 1em;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #FFFFFF;
}



.infocritiques
{
  background-color: #FFE4C4;
  border-bottom: 2px solid #000000;
  width: 90%;
  margin-top: 0px;
  margin-left: 10px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-bottom: 1em;
  font-size: 10px;
  padding: 5px;
  padding-top: 10px;
  
}

.critiques{
  background-color: #FFE4C4;
  border-bottom: 2px solid #4B4B4B;
  border-top: 1px solid #4B4B4B;
  border-left: 1px solid #4B4B4B;
  border-right: 2px solid #4B4B4B;
  margin: 5px;
  padding: 5px;
  text-align: justify;
  color: #000000;}

/* FORMULAIRE */
/**************/

.formulaire
{
position:relative;
border: 2px solid #003300;
margin-left:23%;
margin-right: 23%;
padding:10px;
width:400px;
height:300px;
background-image: url(../site/gurren/fond_comm.jpg);
background-position:center;
background-repeat:no-repeat;
}

.nom
{
position:absolute;
float:left;
left:5px;
top:5;
}
.nominput
{
position:absolute;
float:right;
right:5px;
top:5;
}
.email
{
position:absolute;
float:left;
left:5px;
top:25px;
}
.emailinput
{
position:absolute;
float:right;
right:5px;
top:25px;
}
.site
{
position:absolute;
float:left;
left:5px;
top:45px;
}
.siteinput
{
position:absolute;
float:right;
right:5px;
top:45px;
}
.mess
{
position:absolute;
float:left;
left:5px;
top:65px;
}
.messinput
{
position:absolute;
float:right;
right:5px;
top:65px;
}
.verification
{
position:absolute;
top:210px;
left:5px;
}


