
/* ==================================================================================================
donnees relatives A l'index.php de maniere generale
================================================================================================= */
/* css correspondant à la date figurant en haut */
a.date
{
font-family	:verdana;
font-size  	:10pt;
color		:white;	
text-decoration:none;
}

/* ==================================================================================================
accueil
================================================================================================= */
p.accueil_msg_explicatif
{
font-size:10pt;
color:#6699CC;	
text-align:justify;	
}

a.accueil
{
color:#555555;	
}

caption.accueil
{
text-align:left;
font-weight:bold;
font-style:italic;	
}

td.accueil
{
color:#6699CC;
text-align:justify;	
font-size:10pt;	
}

dt.accueil
{
margin-left:4pt;
}

/* ==================================================================================================
donnees relatives au menu
================================================================================================= */

/* partiels */
dl.menu_partiels
{
color:white;
margin-left:2pt;
font-size:10pt;	
}

dt.menu_partiels
{
margin-left:4pt;
font-size:10pt;
}

a.menu_partiels
{
color:white;	
}

a.menu_partiels:hover
{
color:yellow;	
text-decoration:none;
}

/* ressources */
dl.menu_ressources
{
font-size:10pt;	
color:white;
margin-left:2pt;	
}

a.menu_ressources
{
color:white;	
text-decoration:none;
}

a.menu_ressources:hover
{
color:yellow;	
text-decoration:none;
}


/* liens */
dl.menu_liens
{
font-size:10pt;	
color:white;
margin-left:2pt;	
}

a.menu_liens
{
color:white;	
text-decoration:none;
}

a.menu_liens:hover
{
color:yellow;	
text-decoration:none;
}


/* photos */
dl.menu_photos
{
font-size:10pt;	
color:white;
margin-left:2pt;		
}

dt.menu_photos
{
font-size:10pt;	
margin-left:4pt;	
}

a.menu_photos
{
color:white;		
}

a.menu_photos:hover
{
color:yellow;	
text-decoration:none;	
}

/* ==================================================================================================
donnees relatives aux pages sujets examens
================================================================================================= */

/* typiquement lien vers acrobat */
a.lien_exterieur
{
color:black;	
}

p.partiels_msg_explicatif
{
font-size:10pt;
color:#999999;	
text-align:justify;	
}

/* partiels de 1ere, 2nde ou 3eme annee */
h1.partiels
{
font-family	:serif;
font-size	: 16pt;
color:#999999;	
}

/* listing des differentes annales : entete => ThemeSujetPartiel/SessionExamen/tailleFichier*/
td.partiels_entete
{
height:30px;
font-size:11pt;	
font-weight:bold;
border:3;
border-bottom-style:dotted; 	 
}

/*detail (theme,session,taille) pour chaque fichier*/
td.partiels_listing
{
font-size:10pt;	
height:20px;
}

/* liens de telechargements des differents sujets d'examens */
a.partiels
{
font-family	:serif;
color		:blue;	
text-decoration:none;
}

a.partiels:hover
{
font-style:italic;		
color:green;
}

/* argument dans url pour ordonnancement des donnees selon le theme de l'exam ou l'annee du partiel */
p.partiels_tri
{
border:3;
border-top-style:dotted; 	 	
}

a.partiels_tri
{
color:black;	
}

/* ==================================================================================================
donnees relatives aux photos
================================================================================================= */

td.photos_entete
{
color:#6699CC;
font-size:11pt;	
font-weight:bold;	
height:25px;
}

h1.photos_entete
{
font-family	:serif;
font-size	: 12pt;
color:#6699CC;		
}

p.photos_entete
{
font-size:10pt;
color:black;
text-align:justify;		
}

a.photos_telechargement
{
color:black;
}

/* ==================================================================================================
liens
================================================================================================== */

dl
{
font-size:10pt;		
}

dl.liens
{
color:#999999;
margin-bottom:2pt;	
}

dt.liens
{
color:#999999;
margin-left:2pt;	
}

dl.liens2
{
color:#999999;
margin-left:4pt;	
}

dt.liens2
{
color:#999999;
margin-left:6pt;	
}

a.liens
{
text-decoration:none;
color:#6699CC;	
}

a.liens:hover
{
text-decoration:underline;
}

/* ==================================================================================================
Frontal => animation en haut A gauche (slide menu) * format du container => width="180" height="185" 
================================================================================================== */
#divNewsCont
{
position	:relative; 
left		:5px; 
top			:5px; 
width		:170px; 
height		:180px; 
visibility	:hidden; 
overflow	:hidden;
clip:rect(0px 100px 180px 0px); 
}

#divNews
{
position:absolute;
} 