body{ /* On commence par body, cet élément contient l'intégralité de la page */
width:100%;
height:100%;
margin:0px;
padding:0px;
background-image: url("images/repeat_top.png");
background-repeat:repeat-x;
background-position:top right;
background-color: #b3dbac;
font-family: Trebuchet MS, Arial;
font-size: 12px;
color: #2d382b;
}

#image_right { /* Ce div a pour seul utilité d'insérer l'image brush.png, on s'en sert aussi pour les champs de connexion */
width:100%;
background-image: url("images/bienvenue.png");
background-repeat: no-repeat;
background-position: top left;
height:164px;
display:block;
}

#image_right .connexion_login { /* Le champs de connexion(login) */
background: transparent;
width: 172px;
height: 23px;
margin-top: 100px;
margin-left: 330px;
border: none;
padding-top: 2px;
padding-left: 5px;
}

#image_right .connexion_password { /* Le champs de connexion(password) */
background: transparent;
width: 172px;
height: 23px;
margin-left: 67px;
border:none;
padding-top: 2px;
padding-left: 5px;
}

#image_right .connexion_submit { /* Le champs Go */
margin-left: 40px;
width: 56px;
height: 21px;
background: url("images/GO.png") no-repeat;
border: none;
}

#image_right p {
display:inline;
}

#general { /* Ce div contiendra tout le reste de la page(header, barre de recherche, menu droit et gauche, corps et footer) */
width: 100%;
height: 100%;
background-image: url("images/champignon_droite.png");
background-repeat: no-repeat;
background-position: top right;
min-width: 156px;
min-height: 572px;
}

#font_brush{ /* Le fond brush */
background-image: url("http://pokeneon.com/images/brush.png");
background-repeat: no-repeat;
background-position: top right;
width:100%;
height: 100%;
}
#header { /* La bannière */
width: 667px;
height: 177px;
background-image: url("images/banniere.png");
background-repeat: no-repeat;
background-position: top;
margin:auto;
}


#menu_left { /* Le menu gauche */
width:121px;
background-image: url("images/menu_repeat.png");
background-repeat: repeat-y;
background-position:right top;
font-size: 13px;
padding-left: 24px;
border:none;
}

.texte_menu_left { /* Pour décaler le texte dans le menu à gauche */
width:100%;
padding-top: 3px;
padding-left: 3px;
margin-left: 2px;
display:block;
}

#menu_left img { /* Pour remettre les imgs du menu à l'extrémité gauche de ce dernier */
margin-right: -1px;
width:147px;
margin-top: -2px;
}

.ancre_page { /* L'ancre en bas du menu gauche */
display:block;
width: 147px;
height: 110px;
background-image: url("images/Retour-en-haut.png");
background-repeat: no-repeat;
margin-left: -7px;
}


#menu_right { /* le menu droit */
width: 169px;
height: 100%;
}

.calendrier { /* Le calendrier */
width: 156px;
color: #a4d8eb;
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
padding-top: 50px;
padding-bottom: 35px;
background-image: url("images/Calendrier.png");
background-repeat: no-repeat;
margin-top: 19px;
padding-left: 1px;
margin-left: -1px;
}

.futur_sorties { /* La partie prochaine sorties */
height: 130px;
width:156px;
margin-left: 1px;
display:block;
padding-top: 50px;
padding-left:3px;
}

#content { /* Le contenu de la page */
height: 100%;
padding: 5px;
background-color: white;
border-top: 2px solid #8bb5d1;
border-left: 2px solid #8bb5d1;
border-right: 2px solid #8bb5d1;
}


#conteneur { /* Il contient les menus, le corps et les partenaires */
margin-top: 0px;
width:100%;
height:100%;
}

#conteneur td {
vertical-align:top;
}

#conteneur { /* Pour coller les menus avec le corps */
border-collapse: collapse;
}

.lesite{ /* Contient le menu gauche à part le font répété */
padding-left: 17px;
}

#ancre_page { /* Le champs contenant l'ancre */
padding-left: 31px;
background: url("images/menu_repeat.png");
background-position: right;
background-repeat: repeat-y;
}


#partenaires { /* Les partenaires du site */
height: 110px;
width: 100%;
background-image: url("images/partenaires.png");
background-color: white;
background-repeat: no-repeat;
background-position: bottom right;
border-left: 2px solid #8bb5d1;
border-right: 2px solid #8bb5d1;
border-bottom: 2px solid #8bb5d1;
margin-left: -2px;
margin-top: -1px;
}

#footer { /* Le footer du site */
width: 840px;
height: 98px;
background-image: url("images/footer.png");
background-repeat: no-repeat;
margin: auto;
}

a { /* Les liens */
text-decoration:none;
color: #506669;
font-size: 13px;
}

a:hover {
color: #FF0000;
}

a img { /* Les images liens */
text-decoration:none;
border:none;
}

h1 { /* Les titres */
text-align: center;
font-size: 35px;
color: #5b6f5a;
}


#defilement { /* Pour positionner les mini logos des partenaires */
float:right;
padding-right: 135px;
width: 370px;
padding-top: 70px;
}


#connected { /* Le div qui prend place au lieu des champs de connexion */
width:100%;
padding-top: 70px;
padding-bottom: 30px;
}

#connected table {
vertical-align:middle;
text-align:center;
margin:auto;
border-collapse: collapse;
}

#connected .avatar_connected  { /* L'image sur laquelle se trouvera l'avatar */
background: url("images/avatar_connected.png");
background-repeat: no-repeat;
width:164px;
height:164px;
}

/* Les boutons profil, boîte de réception, forums et galeries */

.messagerie {
width: 178px;
height: 34px;
margin-right: 5px;
background-image: url("images/messagerie.png");
background-position: top;
display: block;
margin-top: -10px;
}

.messagerie:hover {
width: 178px;
height: 34px;
background-image: url("images/messagerie.png");
background-position: bottom;
display: block;
}

.profil {
margin-top: -4px;
width: 178px;
height: 34px;
margin-left: 5px;
background-image: url("images/profil.png");
background-position: top;
display: block;
}

.profil:hover {
width: 178px;
height: 34px;
background-image: url("images/profil.png");
background-position: bottom;
display: block;
}

.forums {
width: 138px;
height: 34px;
background-image: url("images/forums.png");
background-position: top;
display: block;
margin-left: 37px;
margin-top: -30px;
}

.forums:hover {
width: 138px;
height: 34px;
background-image: url("images/forums.png");
background-position: bottom;
display: block;
}

.galeries {
width: 138px;
margin-left: 8px;
height: 34px;
background-image: url("images/galeries.png");
background-position: top;
display: block;
margin-top: 30px;
}

.galeries:hover {
width: 138px;
height: 34px;
background-image: url("images/galeries.png");
background-position: bottom;
display: block;
}

.wificenter {
width: 138px;
margin-left: 8px;
height: 34px;
background-image: url("images/wifi-center.png");
background-position: top;
display: block;
margin-left: 37px;
margin-bottom: -30px;
}

.wificenter:hover {
width: 138px;
background-image: url("images/wifi-center.png");
background-position: bottom;
display: block;
}

.deconnexion {
width: 138px;
height: 34px;
margin-left: 6px;
margin-top: -30px;
background-image: url("images/deconnexion.png");
background-position: top;
display: block;
}

.deconnexion:hover {
width: 138px;
height: 34px;
background-image: url("images/deconnexion.png");
background-position: bottom;
display: block;
}

#image_right2 { /* Ce div a pour seul utilité d'insérer l'image brush.png, on s'en sert aussi pour les champs de connexion */
width:100%;
background-image: url("images/bienvenue2.png");
background-repeat: no-repeat;
background-position: top left;
display:block;
}



/* Présentation des news */

.news {
border: 1px solid #b3dbac;
width: 90%;
border-top: none;
border-collapse: collapse;
margin: auto;
margin-bottom: 20px;
background-image: url("images/news/news1.png");
background-position: top;
background-repeat: repeat-x;
background-clip: padding;
}

.categorie_news {
height: 35px;
width: 70px;
}

.categorie_news img {
margin-left: -2px;
}

.titre_news {
color: #FFFFFF;
padding-top: 3px;
font-weight: bold;
font-size: 18px;
}

.avatar_news {
background-image: url("images/news/news2.png");
background-repeat: no-repeat;
width: 62px;
height: 77px;
display:table-cells;
float: left;
vertical-align: middle;
margin: 0px;
padding-left: 10px;
padding-right: 2px;
}

#content label { /* Les labels seront séparés des champs */
display: block;
width: 150px;
float: left;
margin-left: 20px;
}

#bbcode {
text-align:center;
}

#bbcode input {
border: 1px dotted black;
}

.comments_news { /* le tableau des commentaires */
border-collapse: collapse;
width: 70%;
margin: auto;
background-image: url("images/news/comm1.png");
background-repeat: repeat-x;
background-position: top;
margin-top: 20px;
}

.comment_avatar { /* l'avatar des commentaires */
background-image: url("images/news/comm2.png");
background-repeat: repeat-x;
background-position: top;
width: 57px;
text-align: center;
height: 57px;
border-left: 1px solid #b3dbac;
vertical-align: middle;
}

.comment_content { /* Contenu du commentaire */
border: 1px solid #b3dbac;
border-top: none;
}

.auteur_comment {
color: #8aa985;
padding-left: 5px;
font-size: 13px;
}

.auteur_comment a {
font-weight: bold;
font-size: 18px;
color: #8aa985;
}

/* Les effets BBcode */

.centrer_bbcode {
text-align: center;
}

.droit_bbcode {
text-align: right;
}

.quote_bbcode {
margin-left: 15px;
color: #00619c;
padding-left: 10px;
vertical-align: middle;
width: 233px;
height: 22px;
background: url("forums/citer_bbcode.png");
}

.quote {
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 15px;
background-color: #7accd9;
width: 80%;
}

.table_bbcode {
border: 1px solid black;
border-collapse: collapse;
padding: 6px;
}

.table_bbcode td {
border: 1px solid black;
}

/* Couleurs du BBcode */

.noir {
     color: black;
	 }

.gris {
     color: #808080;
	 }
	 
.marron {
     color: #800000;
	 }
	 
.vertf {
     color: #004040;
	 }
	 
.bleuf {
     color: #000080;
	 }
	 
.violet {
     color: #800080;
	 }
	 
.vert {
     color: #008000;
	 }
	 
.bleuc {
     color: #0080FF;
	 }
	 
.blanc {
     color: white;
	 }
	 
.grisc {
     color: #C0C0C0;
	 }
	 
.jaune {
     color: yellow;
	 }
	 
.vertc {
     color: #00FF00;
	 }
	 
.turquois {
     color: #00FFFF;
	 }
	 
.bleu {
     color: blue;
	 }
	 
.rose {
     color: #FF00FF;
	 }
	 
.orange {
     color: orange;
	 }
	 
.rouge {
     color: red;
	 }
	 
	 