@import "../spgm/flavors/default/spgm_style.css";


/* LES GLOBALS */

body
{
font-family: Helvetica;
font-size: 12;
}

img
{
border-width: 0px;
}

a
{
color: blue;
font-weight: 800;
}

table 
{
empty-cells: show;
border-color: #008000;
}

/* LES TITRES */

.titre_article_presse {
	font-family: Comic Sans MS;
	font-size: 14;
	font-weight: 800;
	text-align: center;
}


.titre {
	font-family: Comic Sans MS;
	font-size: 14;
	font-weight: 800;
	text-decoration: underline;
	color: #008000;
	text-align: center;
}

.sous_titre {
	font-family: Comic Sans MS;
	font-size: 12;
	font-weight: 600;
	text-decoration: underline;
	color: #008000;
	text-align: left;
}

.titre_categorie_challenge {
	font-family: Comic Sans MS;
	font-size: 12;
	font-weight: 600;
	text-decoration: underline;
	color: #008000;
	text-align: center;
}

.titre_sommaire {
	font-family: Comic Sans Ms,Helvetica;
	font-size: 20;
	font-weight: 800;
	color: blue;
	text-align: center;
}

.texte {
	font-family: Helvetica;
	font-size: 12;
}

/* LES TABLEAUX DE CLASSEMENT */

.classement {
	font-family: Helvetica;
	font-size: 10;
	text-align: center;
	border-color: #008000;
	border: 5px;
	border-width: 5px;
	vertical-align: middle;
	font-weight: 800;
}

.classement_titre {
	font-family: Helvetica;
	font-size: 11;
	font-weight: 800;
	text-align: center;
}


table.classement, tr.classement, td.classement {
	border: 1px solid #008000;
	border-spacing: 0;
}


/* LA PAGE DE LIENS */

.titre_liens_internet {
	font-family: Comic Sans MS;
	font-size: 13;
	color: #940400;
	font-weight: 800;
}

.liens_internet {
	border-width: 0px;
	font-family: Comic Sans MS;
	font-size: 12;
	color: blue;
	font-weight: 600;
}

td.liens_internet {
	text-align: right;
}

.liens_adresse_mail {
	font-family: Comic Sans MS;
	font-size: 12;
	color: blue;
	font-weight: 600;
}


.horaire_programme {
font-family: Helvetica;
font-size: 12;
color: blue;
font-weight: 400;
}



.description_sommaire {
font-family: Helvetica;
font-weight: 800;
font-size: 15;
text-align: center;
}

.description_photo {
	text-decoration: underline; 
	font-style: italic;
	text-align: center	
}


/*  ZONE DE TELECHARGEMENT  */

.lien_telechargement {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333399; 
}

.commentaire_telechargement {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333399; 
	font-style: italic; 
}

A.lien_telechargement:link { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color: #000099;
}

A.lien_telechargement:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color: #000099;
}

A.lien_telechargement:hover { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color: #CC3300;
}

A.lien_telechargement:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color: #000099;
}

.titre_telechargement {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #0066CC;
}

.trait_telechargement {
	background-image: url(../images/trait_telechargement.gif);
	background-repeat: repeat-x;
	color: #333399;
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-indent: 2px;
	list-style-image: url(images/puce.gif);
	
}


.liens_document {
	border-width: 0px;
	font-family: Comic Sans MS;
	font-size: 12;
	color: blue;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}

table.liens_document {
	border-spacing: 10;
	vertical-align: middle;
}



/* ENCADREMENT */

td.encadrement {
}

.encadrement {
font-family: Helvetica;
font-size: 11;
text-align: center;
border: 2px solid #008000;
background-color: #E8FFE5;
}

td.encadrement_bis {
}

.encadrement_bis {
font-family: Helvetica;
font-size: 11;
text-align: center;
background-color: #ffff99;
border: 2px solid #660000;
text-align: left;
color: 660000;
}



/* CALENDRIER */

.calendrier {
border: 3px solid #008000;
}

table.calendrier, tr.calendrier, td.calendrier {
border: 3px solid #008000;
background-color: #FFFFFF;
}


td.en_tete_calendrier {
border: 2px solid #008000;
}

.en_tete_calendrier {
background-color: #008000;
color: white;
font-family: Helvetica;
font-size: 14;
font-weight: bold;
text-align:center;
}


/* FORMULAIRE */

.formulaire {
font-size: 12;
font-weight: 800;
text-align: right;
}

.formulaire_bouton {
height: 22px;
color: #FFFFFF;
background-color: #4A7D4A;
font-weight: bold;
}

.formulaire_select {
background-color: #DEF7DE;
}

.erreur {
color:red;
font-weight:bold;
}