/*
Design site Aïkido Salvetain par Julien BERNARD
design numéro 2 - 24/02/2010
*/




/* L'en-tête */

#en_tete
{
   width: 960px;
   height: 100px;
   background-image: url("images/banniereID03.png");
   background-repeat: no-repeat;
   margin-bottom: 20px;
}



/* Le menu */


#menu
{
   float: left;
   width: 180px;
}


.element_menu
{
   background-color: #FFFFFF;
  /* background-image: url("images/menu3.png");*/
   background-repeat: repeat-x;
   border: 3px solid black;
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #2A2D93;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   border: 3px solid #2A2D93;
   border-style: solid;
   /*position: relative;
   top: -21px;*/
   
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 10px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #553f30;
}

.element_menu a:hover
{
   background-color: #01D3F9;
   color: black;
}


/* Le corps de la page */
body
{
   width: 960px;
   margin: auto;
   margin-top: 40px;
   margin-bottom: 40px;
   /*background-color: #E1E1E1;*/
   background-image: url("images/grey01.gif");
   background-repeat: repeat;   
   /*background-image: url("images/fond1.png");
   background-repeat: repeat-y;
*/

}




#corps
{
   width: 740px;
   margin-left: 200px;
   margin-bottom: 20px;
   padding: 5px;
   color: #FFFFFF;
   background-color: #FFFFFF;
   /*background-image: url("images/grey01.gif");
   background-repeat: repeat;*/
   border: 3px solid black;
}

#corps h1
{
   height: 30px;
   color: #2A2D93;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   list-style-image: url("images/yin_yang_3.png");   
   padding-left: 30px;
   color: #2A2D93;
   text-align: left;
}

#corps h3
{
   font-size: 1.6em;
   height: 30px;
   background-image: url("images/titre17.png");
   background-repeat: no-repeat;
   list-style-image: url("images/yin_yang_3.png");   
   padding-left: 15px;
   color: #080000;
   text-align: left;
}

#corps h4
{
   font-size: 1.2em;
   height: 20px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   list-style-image: url("images/yin_yang_3.png");   
   padding-left: 15px;
   color: #2A2D93;
   text-align: left;
}

#corps p
{
   font-size: 16px;
   /* La police Comic Sans MS est agréable à lire pour les paragraphes je trouve */
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-indent: 15px; /* Les paragraphes commenceront 15 pixels sur la droite */
   color: #000000;
   /*color: #553f30;*/
   padding-left: 10px;
   text-align: left;
   
}

#corps p strong
{
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-indent: 15px; /* Les paragraphes commenceront 15 pixels sur la droite */
}
#corps a
{
   color: #553f30;
}

#corps q
{
   font-style: italic;
   color: #553f30;
}

#post01
{
   width: 960px;
   background-color: #FDEDC5;
   text-align:center;


}

#pages
{
   width: 960px;
   background-color: #FDEDC5;
   text-align:center;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #553f30;
   background-color: #FFFFFF;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 3px solid black;
}

/* Les pages contenant juste des images et du texte*/

#centré
{
   text-align: center;
   float: none;
}
.centré_image
{
   margin-top: 100px;
   margin-bottom: 20px;

}

.centré_image img
{
   border-style: none;
}

.centré_texte
{
   margin-bottom: 20px;
}

#gauche
{

   float: left;
   padding: 15px;
 

}
.gauche_image
{
   margin-top: 100px;
   margin-bottom: 20px;

}

.gauche_image img
{
   border-style: none;
}

.gauche_texte
{
   margin-bottom: 20px;
}

#droite
{
   float: right;
   padding: 15px;
  
}
.droite_image
{
   margin-top: 100px;
   margin-bottom: 20px;

}

.droite_image img
{
   border-style: none;
}

.droite_texte
{
   margin-bottom: 20px;
}
#citation
{
	color: #000000;
	font-size: 18px;
}

.citation_texte
{
   text-align: center;
   font-style: italic;
}

.citation_auteur
{
   text-align: right;
}