/* GENERIQUE */
body {
      font: 12px Arial, Helvetica, sans-serif;
      color: #000;
      background: #91B9F9;
      text-align: center;
}

img {border: 0;}

.bouton {
	display: block;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    //height: 105px;
    padding: 5px 5px;
    border: solid 2px #FFE400;
    text-align: justify;
    margin-bottom: 10px;
}

.bouton:hover {
      display: block;
      background-color: #DDEAFE;
      color: #000;
      text-decoration: none;
}	

[disabled] { /* pour un champ désactivé */
	color:#656f5f;
	background-color:#c1c7bd;
}


/********/
/* PAGE */
/********/
#page {
      background: #FFF;
      margin-left: auto;
      margin-right: auto;
      width: 760px;
      text-align: left;
      border: solid 1px #FFF;
}

/* BANDEAU */
#bandeau {
      background: #FFF;
      background-image: url(../image/gabarit/fond_bandeau.jpg);
      background-repeat: no-repeat;
      height: 226px;
}

#bandeau #texte_bienvenue{
      position: relative;
      top: 130px;
      left: 270px;
      background-image: url(../image/gabarit/texte_bienvenue.gif);
      background-repeat: no-repeat;
      width: 260px;
      height: 91px;
}

#bandeau #logo_anime{
      float: right;
      background-image: url(../image/gabarit/logo_anime.gif);
      background-repeat: no-repeat;
      width: 488px;
      height: 85px;
}

/* MENU */
#menu {
      position: absolute;
      margin-top: -185px;
      margin-left: 530px;
      height: 624px;
      width: 200px;
      background: transparent url(../image/menu/fond_menu.png) no-repeat;
      background-position: center top;
      padding: 20px 0px 0px 20px;
}

#menu img {
      display: block;
      padding: 15px 0px;
}

#menu img.titre_menu {
      margin-left: 40px;
      padding: 20px 0px 5px 0px;
}

/* MENU ADMIN */
#menu_admin {
      height: 624px;
      width: 200px;
      background: transparent url(../image/menu/fond_menu.png) no-repeat;
      background-position: center top;
      padding: 20px 0px 0px 20px;
}

#menu_admin img {
      display: block;
      padding: 15px 0px;
}

#menu_admin img.titre_menu {
      margin-left: 40px;
      padding: 20px 0px 5px 0px;
}

/* ADMIN */
.titre_admin
{
	  color: #DD1212;
	  display: inline;
      font: bold 18px Arial, Helvetica, sans-serif;
      align: center;
}

/* BARRES DE COULEUR */
.barre_verte_degrade_haut {
      background: #FFF url(../image/gabarit/fond_barre_verte_haut.gif) repeat-x;
      height: 21px;
}

.barre_verte_degrade_haut_admin {
      background: #FFF url(../image/gabarit/fond_barre_verte_haut_admin.gif) repeat-x ;
      height: 40px;
      font: bold 24px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: center;
      text-decoration: none;
}

.barre_verte_bas {
      background: #AFFB88;
      height: 35px;
      padding-bottom: 2px;
}

.bloc_barre_rouge {
      background: #FFF;
      padding: 2px 0px;
}

.bloc_barre_rouge .barre_rouge {
      background: #DD1212;
      line-height:0;
      font-size:0;
      height: 8px;
}

/* TOP MENU */
#top_menu {
      text-align: right;
}

#top_menu .item_courant {
      background-color: #DDEAFE;
      font: bold 12px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: justify;
      text-decoration: none;
      border: solid 2px #FFE400;
      padding: 0px 4px;
}

#top_menu a {
      background-color: #FFF;
      font: bold 12px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-decoration: none;
      border: solid 2px #FFE400;
      padding: 0px 4px;
}

#top_menu a:hover {
      background-color: #DDEAFE;
      font: bold 12px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: justify;
      text-decoration: none;
      border: solid 2px #FFE400;
      padding: 0px 4px;
}


/* CORPS */
#corps {
      width: 510px;
      padding: 10px 10px;
}

#corps .souligne {
      text-decoration:underline
}

#corps a.flash_menu {
      display: block;
      background-color: #FFF;
      color: #000;
      text-decoration: none;
      //height: 105px;
      padding: 10px 10px;
      border: solid 2px #FFE400;
      text-align: justify;
      margin-bottom: 10px;
}

#corps a.flash_menu:hover {
      display: block;
      background-color: #DDEAFE;
      color: #000;
      text-decoration: none;
}

#corps .lien_dans_flash_menu {
      font: 12px Arial, Helvetica, sans-serif;
      color: #2FB619;
      text-decoration: underline;
}

#corps .numero_droite {
      display: inline;
      float: right;
      font: bold 12px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: justify;
      text-decoration: none;
      border: solid 2px #FFE400;
      padding: 0px 4px;
      margin: -12px -12px 0px 0px;
}

#corps img.puce{
      float: left;
      border: solid 2px #6294E4;
      margin-right: 10px;
}

#corps .titre_sous_rubrique, h1 {
      display: inline;
      font: bold 18px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: left;
}

#corps h1 .lettrine_titre {
      background-color: #DDEAFE;
      font: bold 28px Arial, Helvetica, sans-serif;
      color: #2763C6;
      text-align: justify;
      text-decoration: none;
      border: solid 2px #FFE400;
}

#corps .article {
      text-align: justify;
      padding-bottom: 10px;
}

#corps .article a {
      font: 12px Arial, Helvetica, sans-serif;
      color: #2FB619;
      text-decoration: underline;
}

#corps .article a:hover {
      font: 12px Arial, Helvetica, sans-serif;
      color: #2FB619;
      text-decoration: none;
}

#corps .article h1 {
      display: block;
}

#corps .article h2 {
      display: inline;
      font: bold 14px Arial, Helvetica, sans-serif;
      color: #E11212;
}

#corps .article p {
      text-align: justify;
      line-height: 14pt;
}

#corps .article b {
      color: #2763C6;
}

#corps .article .fond_photo_galerie img {
      border: 1px solid #666;
      padding: 5px;
      margin: 3px;
}

#corps .article .alerte {
      color: #DD1212;
}

#corps .article a.navigation_bas  {
      display: block;
      color: #2FB619;
      text-align: right;
      text-decoration: none;
}

#corps .article a.navigation_bas:hover {
      display: block;
      color: #2FB619;
      text-align: right;
      text-decoration: underline;
}

.urgence {
	background-color: #FDD2AA;
	padding: 5px;
}

#corps .message {
	color: #F4661B;
}

.navigation_admin {
	color: #F4661B;
    display: block;
    text-align: right;
    text-decoration: underline;
}

/* FORMULAIRE */
#corps #obligatoire {
      font-weight: bold;
      text-align: right;
      color: #F00;
}

#corps fieldset {
	border: solid 2px #FFE400;
}

#corps fieldset p {
	padding: .2em 0;
	margin: 0 0 .2em 0;
}

#corps fieldset .champ_fieldset label{
	float: left;
	width: 35%;
	text-align: right;
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;
}

#corps legend {
	font: bold 1.1em arial;
	font-variant: small-caps;
	color: #2763C6;
}

#corps #envoyer {
      text-align: center;
      margin: 20px 0px;
}

#corps #envoyer input {
     	font-weight: bold;
	margin-left: 1em;
}


/* RETOUR HAUT DE PAGE */
#retour_haut_page {
      margin: 5px auto 0px auto;
      width: 160px;
      text-align: center;
      background: transparent url(../image/gabarit/top.gif) no-repeat;      
	background-position: 0px 2px;
}

#retour_haut_page a {
      color: #2763C6;
      font-weight: bold;
      text-decoration: underline;
}

#retour_haut_page a:hover {
      color: #2763C6;
      font-weight: bold;
      text-decoration: none;
}


/* Pied de page */
#piedPage {
      background: #6294E4;
      height: 45px;
      font: bold 12px Arial, Helvetica, sans-serif;
      color: #FFF;
      text-align: center;
}

/* TINYMCE */
.normal {
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
    text-decoration: none;
    line-height: 12pt;
}

.lien {
    font: 12px Arial, Helvetica, sans-serif;
    color: #2FB619;
    text-decoration: underline;
}

.bleu {
    text-align: justify;
    font: 12px Arial, Helvetica, sans-serif;
    line-height: 12pt;
    color: #2763C6;
    text-decoration: none;
    font-weight: bold;
}

.rouge {
    text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
	color: #DD1212;
    text-decoration: none;
    line-height: 12pt;
}
