/* CSS Document */

body{
   background-image:url(img/graffiti/fond.jpg);
   background-repeat:repeat-x;
   background-color:#d4d4d4;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   
}

a{ 
   color:#000000;
   text-decoration:none
    }
    
	a:visited{
    text-decoration:none;
    }
    a:hover{
    color:#666666;
	text-decoration:none;
    }
	a:active{
    text-decoration:none;
    }
	
	
#globale{
   position:absolute;
   height:auto;
   width:805px;
   float:left;
   top:0px;
   left:50%;
   margin-left:-402.5px;
}

/*bandeau_haut*/

#tete{
   position:relative;
   height:243px;
   width:805px;
   float:left;
   display:block;
   clear:both;
}


/*contenu*/
#corps{
   height:auto;
   width:805px;
   float:left;
   display:block;
   clear:both;
   top:0px;
}

#titre_decapage{
   height:455px;
   width:124px;
   float:left;
   display:block;
   clear:inline;
   top:0px;
}

#fond_decapage{
   height:455px;
   width:269px;
   float:left;
   display:block;
   clear:inline;
   top:0px;
   background-image:url(img/accueil/fond_bleu_accueil.jpg);
   background-repeat:no-repeat;
}

#titre_graffitis{
   height:455px;
   width:124px;
   float:left;
   display:block;
   clear:inline;
   top:0px;
}

#fond_graffitis{
   height:455px;
   width:288px;
   float:left;
   display:block;
   clear:inline;
   top:0px;
   background-image:url(img/accueil/fond_jaune_accueil.jpg);
   background-repeat:no-repeat;
}

/*bandeau_bas*/
#bandeau_bas{
   height:50px;
   width:805px;
   float:left;
   display:block;
   clear:both;
   top:0px;
   background-image:url(img/accueil/bandeau_bas_accueil.jpg);
   background-repeat:no-repeat;
}

#texte_bandeau_bas{
   height:15px;
   width:790px;
   float:left;
   display:block;
   clear:both;
   margin-left:10px;
   margin-top:10px;
   font-size:12px;
   text-decoration:none;
}

a.link_bandeau_bas{
   color:#000000;
   font-weight:bold;
   text-decoration:none;
}

a.link_bandeau_bas:hover{
   color:#7f1e18;
   text-decoration:none;
}

/*mentions legales*/

#mentions{
  height:30px;
  width:805px;
  float:left;
  display:block;
  clear:both;
    font-size:11px;
}

#mentions_legales{
  height:30px;
  width:250px;
  float:left;
  display:block;
  clear:both;
}

#ascomedia{
   height:30px;
   width:120px;
   float:right;
   display:block;
   clear:inline;
}


#texte_decapage{
  width:260px;
  height:395px;
  margin-top:30px;
  float:left;
  display:block;
  clear:both;
}
/*texte*/

.texte_titre{
   font-size:18px;
   color:#8095c1;
   font-weight:bold;
}



.texte{
   font-size:12px;
   color:#000000;
}

.texte_bold{
   font-size:12px;
   color:#000000;
   font-weight:bold;
}

.texte_titre_blanc{
   font-size:15px;
   color:#ffffff;
   font-weight:bold;
}

.texte_blanc{
   font-size:12px;
   color:#ffffff;
}


.texte_blanc_bold{
   font-size:12px;
   color:#ffffff;
   font-weight:bold;
}



