/* <?xml version="1.0" encoding="UTF-8"?><XMLCSS> */

/***** Styles temporaires pour recette back-office ****/
@import url("jalios.css");

@import url("communSiteDedie.css");

@import url("rechercheSiteDedie.css");




/* -------------------------------------------------------------------------------------- */
/* -------------------------------- ENTETE DE LA PAGE ----------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* Bandeau comprenant l'image de fond */
#header 
{
		
		background-image:url(../../images/custom/olympiade/entete.png);
		height:109px;
		
}

/* positionement du lien vers la page d'accueil */
.retourAccueil 
{
    	left:10px;
		top:20px;
	
}
#aLaUneBox  embed, #aLaUneBox  object{
	height : 337px;
}
/* -------------------------------------------------------------------------------------- */
/* -------------------------------- NAVIGATION PRINCIPALE ------------------------------- */
/* -------------------------------------------------------------------------------------- */

/* Position de la navigation principale */
#navigationPrincipale {
	position: absolute;
	top: 82px;
}

/* style de l'onglet */
#navigationPrincipale a 
{
    	background-color:white;
		color:#464646;
		font-weight: bold;
		
}

/* style du onglet lors de son survole */
#navigationPrincipale a:hover 
{
	  background-color:#f6c900;
	  text-decoration:none;
	  color:#464646;
	  font-weight:bold;
	  
}
/* style d'un onglet selectionne */
#navigationPrincipale a.selected 
{
	  background-color:#f6c900;
	  text-decoration:none;
	  color:#464646;
	  font-weight:bold;
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------- NAVIGATION SECONDAIRE ------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* entete du menu */
#colonneCentraleN1 .skinNavigN2 #bordureHaut 
{
    /*
    border: 1px solid #bababa;
    */
}

/* titre de l'entete du menu */
#colonneCentraleN1 .skinNavigN2 #bordureHaut h2
{
    color: #464646;
    background-image: url(../../images/custom/olympiade/flecheH1NavigN2gris.png);
}

/* corps du menu */
#colonneCentraleN1 .skinNavigN2 .contenuPortlet 
{
    /*
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    padding: 10px 10px 0px 10px;
    margin-bottom: -1px;
    */
}

/* lien du corps du menu */
#colonneCentraleN1 .skinNavigN2 a 
{
    /*
    color: #666;
    background-image: url(../../images/custom/puce_navig_n2.gif);
    */
}
#colonneCentraleN1 .skinNavigN2 .selected a 
{
    /*
    color: #000;
    background-image: url(../../images/custom/puce_navig_n2_selected.gif);
    font-weight: normal;
    */
}

/* pied du menu */
#colonneCentraleN1 .skinNavigN2 #bordureBas 
{
    /*
    background-image: url(../../images/custom/bordureGriseBas.gif);
    height: 11px;
    */
}


/* -------------------------------------------------------------------------------------- */
/* --------------------------------- CORPS DE PAGE -------------------------------------- */
/* -------------------------------------------------------------------------------------- */

/**************** portlet presentation ****************/
/* surtitre */
#presentationDetail h1 
{
		color:#ca1600;
}

/* titre */
#presentationDetail h2 
{
    /*
    color:#000000;
    */
}

/**************** Portlet Actualités ****************/
/*~~~~~~ liste actualités - gabarit 1 colonne ~~~~~~*/
/* surTitre */
.actualiteG1 h3 
{
    color: #ca1600;
}
/* Titre */
.actualiteG1 h4 a 
{
    color: #000000;
}
/* surTitre de la 1° actu */
.actualiteG1 h3.firstContent 
{
    color: #ca1600;
}
/* Titre de la 1° actu */
.actualiteG1 h4.firstContent 
{
    font-size: 1.8em;
    line-height: 1.3em;
    margin-bottom:8px;
}

/*~~~~~~ liste actualités - gabarit 2 colonne ~~~~~~*/
/* surTitre */
.actualiteG2 h3 
{
    color: #ca1600;
}
/* Titre */
.actualiteG2 h4 a 
{
    color: #000000;
}
/* surTitre de la 1° actu */
.actualiteG2 h3.firstContent 
{
    color: #ca1600;
	/* font-weight: bold; */
}
/* Titre de la 1° actu */
.actualiteG2 h4.firstContent 
{
    font-size: 1.8em;
    line-height: 1.3em;
	margin-bottom:8px;
}

/**************** PORTLET EN BREF ****************/
/* Titre */ 
.enBref h3 
{
    color: #ca1600;
    
}

/**************** PORTLET INFORMATION PRATIQUE ****************/
/* cadre */
.informationPratique
{
    /*
    border: solid 1px #E60070;
    */
}
/* titre */
.informationPratique h2
{
    /*
    color:#E60070;
    */
}

/**************** PORTLET PROGRAMME ****************/
/* titre principal d'un évènement */
#programme div.contenu h2
{
    /*
    color:#FF0000;
    */
}

/* pieds du module */
#programme div.pieds
{
    /*
    height:13px;
    background-image:url('...');
    */
}

/**************** PORTLET PLAN DU SITE ****************/
/* lien de navigation principal */
.planSite a.racine 
{
    /*
		color:#0A7896;
		*/
}

/**************** FLUX RSS ****************/
/* titre du flux RSS */
.RssTitle 
{
    /*
    color: #464646;
    */
}
/* lien de l'item du contenu*/
a.RssItemLink 
{
    /*
    color: #f25000;
    */
}

/**************** STYLE EDITEUR WYSIWYG ****************/
/* Intertitre */
.normal .titre 
{
    color:#ca1600;
}
/* Image pour les articles riches */
#articleRicheDetail .normal img {
	padding-right: 8px; 
}

/* -------------------------------------------------------------------------------------- */
/* --------------------------------- PIED DE PAGE --------------------------------------- */
/* -------------------------------------------------------------------------------------- */
#piedDePage 
{
		background-image:url(../../images/custom/olympiade/bg_footer.png);
    	background-color:#ca1600;
		
}
#piedDePage a {
    	background-image:url(../../images/custom/olympiade/separateur_liens_footer.png);
		color:#FFFFFF;
}

/* lien "Retourner en haut de la page" */
#piedDePage a.menu0  
{
    background-color:#ca1600;
    color:#ca1600;
    
}

/* lien "Retourner en haut de la page" */
#piedDePage a.menu0:hover 
{
    
    background-color:#ca1600;
    color:#FFFFFF;
    
}

/* </XMLCSS> */