@charset "utf-8";
/* CSS Document */

/* Gestion des liens */
a:link {
	color: #cc0033;
	text-decoration: underline;
	/*font-weight: bold; */
}
a:visited {
	color: #cc0033;
	text-decoration: none;
	/*font-weight: bold; */
}
a:hover {
	color: #333333;
	text-decoration: none;
	/* font-weight: bold; */
}
a:active {
	color: #cc0033;
	text-decoration: underline;
	font-weight: bold;
}	
	
/* Boutons liens */
 /* Grand */
a.bouton_gd:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_gd:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_gd:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_gd:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
 /* Moyen */
a.bouton_my:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_my:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_my:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_my:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
 /* Petit */
a.bouton_pt:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_pt:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_pt:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.bouton_pt:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

/* Boutons forme */
bouton { /* Essai */
    padding: 5px 20px;
	width:120px;
    line-height:15px;
    text-align:center;
    vertical-align:middle;
	font-style:italic;
	font-size: 12px;
	font-family: "Comic Sans MS";
	background-color: #cc0033;
}

.bouton_gd { /* Grand */
    display: inline-block;
	width: 120px;
    text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	font-family: "Comic Sans MS";
	border:none;
	color:#555;
	border-radius:12px 0 12px 0;
	padding:2px 0 2px 0;
	box-shadow:1px 1px 3px #000;
	background-color: rgba(255,255,204, 0.7);
}
.bouton_my { /* Moyen */
    display: inline-block;
	width: 90px;
    text-align:center;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	font-family: "Comic Sans MS";
	border:none;
	color:#555;
	border-radius:12px 0 12px 0;
	padding:2px 0 2px 0;
	box-shadow:1px 1px 3px #000;
	background-color: rgba(255,255,204, 0.7);
}
.bouton_pt { /* Petit */
    display: inline-block;
	font-weight: bold;
	width: 55px;
    text-align:center;
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	font-family: "Comic Sans MS";
	border:none;
	color:#555;
	border-radius:12px 0 12px 0;
	padding:0px 0 0px 0;
	box-shadow:1px 1px 3px #000;
	background-color: rgba(255,255,204, 0.7);
}



/* ===================== */
.fd_logo {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/fd_logo_philigrane.jpg);
	text-align: center;
}

/* Limiter les images à maximum 400px de large et/ou hauteur */
img { */
  /* max-width: 400px;  */
  /* max-height: 400px; */
/*}


/* Lettres */
.justify {
	text-align: justify;
}

.aa_1ere_lettre_maj 	{ 
	text-transform: capitalize; 
} 

.aa_tout_maj 	{ 
	text-transform: uppercase; 
} 

.noir_justify {
	font-size: 1em;
	color: #000000;
	text-align: justify;
}

.noir {
	font-size: 1em;
	color:  #000000;
}

.noir_moyen{
	font-size: 1.1em;
	color:  #000000;
}
.rouge_justify {
	font-size: 1em;
	color: #cc0033;
	text-align: justify;
}

.rouge {
	font-size: 1em;
	color:  #cc0033;
}

.rouge_moyen{
	font-size: 1.1em;
	color:  #cc0033;
}

.orange {
	font-size: 1em;
	color: #ffcc00;
}

.gris {
	font-size: 1em;
	color: #cccccc;
}
.gris_moyen{
	font-size: 1.1em;
	color:  #cccccc;
}

.blanc {
	font-size: 1em;
	color: #FFFFFF;
}
.jaune {
	font-size: 1em;
	color: #FFFF00;
}
.titre_orange_moyen {
	font-size: 1.5em;
	color: #ffcc00;
	font-weight: bold;
}
.TITRE_NOIR_MOYEN {
	font-size: 1.1em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.TITRE_ROUGE_MOYEN {
	font-size: 1.1em;
	color:  #cc0033;
	text-transform: uppercase;
	font-weight: bold;
}
.TITRE_MAJ {
	font-size: 1.4em;
	color:  #333;
	text-transform: uppercase;
	font-weight: bold;
}
.TITRE_NOIR_MAJ {
	font-size: 1.4em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
.TITRE_ROUGE_MAJ {
	font-size: 1.4em;
	color:  #cc0033;
	text-transform: uppercase;
	font-weight: bold;
}

.TITRE_ORANGE_MAJ {
	font-size: 1.4em;
	color: #ffcc00;
	text-transform: uppercase;
	font-weight: bold;
}
.TITRE_GRIS_MAJ {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #cccccc;
}
.TITRE_BLANC_MAJ {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
}
.NOIR_MAJ {
	font-size: 0.9em;
	color: #000000;
	text-transform: uppercase;
}
.ROUGE_MAJ {
	font-size: 0.9em;
	color:  #cc0033;
	text-transform: uppercase;
}
.ORANGE_MAJ {
	font-size: 0.9em;
	color: #ffcc00;
	text-transform: uppercase;
}
.GRIS_MAJ {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #cccccc;
}
.BLANC_MAJ {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.MiniTexteNr_justif {
	font-size: 0.7em;
	color: #666666;
	text-align: justify;
}
.MiniTexteRg {
	font-size: 0.7em;
	color: #CC0033;
}
.MiniTexteNr {
	font-size: 0.7em;
	color: #000000;
}

.Hypertexte {
	font-size: 0.8em;
	text-transform: lowercase;
	color: #0000FF;
	text-decoration: underline;
}
.comic_sans_ms{
	font-size: 0.8em;
	font-family: "Comic Sans MS";
}

.JAUNE_FD_RG_MAJ {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF00;
	text-transform: capitalize;
	background-color: rgba(204, 0, 51, 0.7);
	/* background-color: rgba(85, 85, 85, 0.7); */
}
.JAUNE_FD_RG_MAJ {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFF00;
	background-color: #CC0033;
	text-transform: uppercase;
	opacity: 0.7;
    filter: alpha(opacity:70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.jaune_fd_rouge {
	font-size: 1em;
	font-weight: bold;
	color: #FFFF00;
	background-color: #CC0033;
}

.GRD_TITRE_NOIR_MAJ {
	font-size: 2.2em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.GRD_TITRE_ROUGE_MAJ {
	font-size: 2.2em;
	color:  #cc0033;
	text-transform: uppercase;
	font-weight: bold;
}

/* Tableaux */
.fd_jaune_pale {
	background-color: #FFFFCC;
	opacity: 0.5;
    filter: alpha(opacity:50);
       -khtml-opacity: 0.5;
       -moz-opacity: 0.5;
}
.fd_oeuf {
	/* background-color: #FFC; */
	background-color: rgba(255,255,204, 0.7);
}
.fd_jaune {
	background-color: #FF0;
}
.fd_noir {
	background-color: #000000;
}
.fd_rouge {
	background-color: #cc0033;
}
.fd_gris {
	background-color: #CCC;
}
.fd_orange {
	background-color: #ffcc00;
}
.fd_blanc {
	background-color: #FFF;
}
.fd_vert {
	background-color: #3F0;
}
.contour_noir {
	border: thin solid #000000;
	background-color: rgba(255,255,204, 0.7);
}
.contour_gris {
	border: thin solid #cccccc;
	background-color: rgba(255,255,204, 0.7);
}
.contour_rg {
	border: thin solid #Cc0033;
}
.contour_rg_bas {
	border-bottom: thin solid #Cc0033;
}
.contour_gris_bas {
	border-bottom: thin solid #cccccc;
}
.contour_rg_haut {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #Cc0033;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
}
.contour_rg_gauche {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #Cc0033;
}
.centrer {
	text-align: center;
}
.right {
	color:  #000000;
	text-align: right;
}


