/*------------------------------------------------------------------------------------------------------
------------------------------------BALISES GENERALES-----------------------------------------
------------------------------------------------------------------------------------------------------*/
a {
	color: #993300;
	/*color:#5c743d;*/
	text-decoration:none;
}
a:hover {
	color: #5C743D;
/*	color:#7b9b53;*/
text-decoration:underline;
	}


h1
{
font-size:110%;
font-weight:bolder;
color:#5c743d;
margin-top:10px;
margin-bottom:20px;
padding: 5px;
text-decoration:underline;
text-transform: uppercase;
}

h2
{
font-size:100%;
font-weight:bold;
color:#6f8b4a;
margin-top: 25px;
margin-bottom:10px;
padding: 5px;
font-style:italic;
}

h3
{

font-size:90%;
font-weight:bold;
color:#7b9b53;
margin-top:20px;
margin-bottom:7px;
text-decoration:underline;
}




/*------------------------------------------------------------------------------------------------------
-----------------------------------CORPS-----------------------------------------
------------------------------------------------------------------------------------------------------*/
body
{
background-image:url('images/CORPS.gif');
background-repeat:no-repeat;
background-position:177px 166px;

}

#corps
{
padding-top:0;
margin-top:0px;
overflow: auto;
width:817px;
height:629px;
font-size:90%;

/*

background-image:url('images/CORPS.gif');
background-repeat:no-repeat;
*/

font-family: "Trebuchet MS", Helvetica, Calibri, "Times New Roman", Arial;
font-weight: 550;
text-align:left;
}

#bloc_texte
{

padding-right:20px;
}


#corps_gauche
{

width:550px;
text-align:justify;

}



#corps_droit
{
padding-left: 10px;
text-align: justify;


width:250px;
font-size:80%;

}

.cadre_haut
{

 background:url(images/cadre.png) no-repeat;

}

.cadre_content
{
	width:135px;
	padding-left:13px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:10px;
	background: url(images/cadre_bas.png) no-repeat bottom right;

}

.trombi_equipes_15eme ul li
{
	

list-style-image: url("diaporama/trombi_equipes_15eme/puce.jpg");


}

/*------------------------------------------------------------------------------------------------------
----------------------------------MENU HORIZONTAL----------------------------------------
------------------------------------------------------------------------------------------------------*/
/*#menu_horizontal
{

background:url('images/MENU_HORIZONTAL.gif') no-repeat top left;
width:781px;
height:18px;
padding:0;
margin:0;
font-family: "Trebuchet MS", Verdana, Calibri, "Times New Roman", Arial;
font-size:90%;
vertical-align:center;
color:black;
}*/

#menu, #menu ul /* Liste */     
{
		background:url('images/MENU_HORIZONTAL.gif') no-repeat top left;
		width:769px;
		height:10px;
	position:relative;
	z-index:1;
		
        padding : 0; /* pas de marge intérieure */
 
		
		margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 16px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
		
}

#menu /* Ensemble du menu */
{
        font-weight : bold; /* on met le texte en gras */
        font-family: "Trebuchet MS", Verdana, Calibri, "Times New Roman", Arial; /* on utilise Arial, c'est plus beau ^^ */
        font-size : 12px; /* hauteur du texte : 12 pixels */
}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background-color: white; /* couleur de fond */        
        color : black; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 141px; /* largeur */
}

#menu .middle a
{
border-left:1px dotted #5c743d;
border-right:1px dotted #5c743d;

}

#menu .bottom a
{
border-bottom:1px dotted #5c743d;

}


#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
      /*  border-right : 1px solid #fff;*/ /* on met une bordure blanche à droite de chaque élément */
	 		

		
		
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
	
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 143px; /* Largeur des sous-listes */
		line-height:30px;
		/*text-indent:4px;*/  /* SI JAMAIS AFFICHE LE TEXTE A GAUCHE PERMET DE LE DECALER LEGEREMENT DE LA BORDURE*/
        left: -999em; /* Hop, on envoie loin du champ de vision */
        /*border-left:1px dotted #5c743d;
		border-right:1px dotted  #5c743d;*/
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #000; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
		
}

#menu li>ul>li:last-of-type
{
	border-bottom: 1px dotted #5c743d;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
		/*border:1px dotted #5c743d;*/
        border-top : 1px solid #FFFFFF;
}

#menu li ul ul 
{
        margin    : -22px 0 0 144px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #000; /* Petite bordure à gauche pour ne pas coller ... */      
		
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
		
}
#menu .edhec_aventures  a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
        background: #5c743d; /* ... et au contraire, le fond en blanc */
		border-left:1px dotted #5c743d;
border-right:1px dotted #5c743d;
}

#menu .edition  a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
        background: #6f8b4a; /* ... et au contraire, le fond en blanc */
}
#menu .menu_participer  a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
        background: #7b9b53; /* ... et au contraire, le fond en blanc */
}
#menu .partenaires  a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
        background: #85a85a; /* ... et au contraire, le fond en blanc */
}
#menu .plus a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: white; /* On passe le texte en noir... */
        background: #98c066; /* ... et au contraire, le fond en blanc */
}



#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
		
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
		
	
}




/*

#menu_horizontal
{

background:url('images/MENU_HORIZONTAL.gif') no-repeat top left;
width:781px;
height:18px;
padding:0;
margin:0;
font-family: "Trebuchet MS", Verdana, Calibri, "Times New Roman", Arial;
font-size:90%;
vertical-align:center;
color:black;
}*/
/* ORIGINAL VERSION*/
		/*	#menu_horizontal a
			{
			color:black;
			text-decoration:none;
			}
			#menu_horizontal a:hover
			{
			color:#993300;
			text-decoration:none;
			font-weight:500;
			border-bottom:2px dotted #993300;
			}			
			*/
			
			


/*------------------------------------------------------------------------------------------------------
------------------------------------MENU VERTICAL------------------------------------------------
------------------------------------------------------------------------------------------------------*/
#menu_vertical
{
background:url('images/MENU_VERTICAL.gif') no-repeat;
width:107px;
height:522px;


font-family: "Trebuchet MS", Verdana, Calibri, "Times New Roman", Arial;
font-size:90%;
vertical-align:top;
color:white;

}

			#menu_vertical a
			{
			color:white;
			text-decoration:none;
			}
			#menu_vertical a:hover
			{
			color:#cfff00;
			text-decoration:none;
			font-weight:500;
			border-bottom:1px dotted #cfff00;
			}

			
			
/*------------------------------------------------------------------------------------------------------
------------------------------------ORGANISATION DU CORPS------------------------------------------------
------------------------------------------------------------------------------------------------------*/


/*##############ACCORDEON############*/

#myAccordion{
		width:220px;
		height:245px;
		text-align:left;
	border: 1px dotted #98c066;
}
#myAccordion dt{
	line-height: 20px;
	background-color: #98c066;
	border-top: 2px solid #DAFF9F;
	border-bottom: 2px solid #98c066;
	padding: 0 5px;
	font-weight: bold;
	color: #fff;
}
#myAccordion dd{
	overflow: auto;
	padding:0;
	margin:0;
}
#myAccordion p{
	margin: 5px 5px;
}
#myAccordion dt.myAccordionHover
{
	background-color: #7b9b53;
	
	cursor:pointer;
}
#myAccordion dt.myAccordionActive
{
	background-color: #5c743d;
	border-top: 2px solid #7b9b53;
	border-bottom: 2px solid #000;
}

/*##############SLIDESHOW############*/

.diaporama_partenaires
{
width:250px;
height:100px;
padding-top:5px;
padding-bottom:5px;
}

/*##############CALCUL PRIX INSCRIPTION############*/


.calcul_prix ul li
{
	

list-style-image: url("diaporama/trombi_equipes_15eme/puce.jpg");


}
.calcul_prix table
{
width: 70%;
margin: auto;
padding-top: 20px;
border: 1px solid black;
border-collapse: collapse;
}
.calcul_prix caption
{
font-size:100%;
font-weight:bold;
color:#5c743d;

margin:0;
font-style:italic;
}

.calcul_prix td
{

border:1px solid black;
text-align:left;
padding:3px;
}



/*##############PAGE AFFICHAGE LIENS PREFERES############*/
.liens table
{
margin-top:10px;
width:700px;
}

.trombi table
{
width:100%;
margin-top:10px;
}

.trombi td
{
padding:5px;
margin:0px;
}

.trombi caption
{
padding:10px;
font-size:100%;
font-weight:bold;
color:#5c743d;
font-style:italic;
border:1px dashed #98c066;
}

.liens td
{
padding:5px;
margin:0px;
}

.liens tr
{
padding:2px;
margin:2px;
}


.liens caption
{

font-size:100%;
font-weight:bold;
color:#5c743d;
font-style:italic;
border:1px dashed #98c066;
}

/*############## PAGE TROMBI ############*/

.trombi_bureau table
{
float: left;
width: 48%;
margin: 10px 15px 0 0;
border: 1px dashed #98c066;
}

.trombi_bureau td
{
padding:5px;
margin:0px;
}

.trombi_bureau caption
{

padding:10px;
font-size:100%;
font-weight:bold;
color:#5c743d;
font-style:italic;
border-left:1px dashed #98c066;
border-right:1px dashed #98c066;
border-top:1px dashed #98c066;

}

.trombi_poles
{
	border: 1px dashed #98c066;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	padding: 10px;
}

.trombi_poles img
{
	float: left;
	margin-right: 10px;
}

.trombi_poles h2
{
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0;
}

.trombi_poles caption
{
	padding:10px;
	font-size:100%;
	font-weight:bold;
	color:#5c743d;
	font-style:italic;
	border-left:1px dashed #98c066;
}

.trombi_pole caption
{
	padding:10px;
	font-size:100%;
	font-weight:bold;
	color:#5c743d;
	font-style:italic;
	border: 1px dashed #98c066;
}

/*############## PLAN DU SITE ############*/
#sitemap ul
{
list-style-type:none;

}

#sitemap li
{
padding-bottom:10px;
font-weight:bold;
}

/*############## BOUTON GOOGLE SEARCH ############*/
.google
{
width:105px;
height:32px;
float:left;
text-align:left;
border:none;
font-size:93%;
padding-bottom:5px;
color:#cfff00;
cursor:pointer;

background-image:url('images/autres/rechercher.png');
background-repeat:no-repeat;
background-color:transparent;
}

/*############## BLOC IMAGE + légende sans  tableau ############*/


.bloc_image
{
width:150px;
text-align:center;
font-size:80%;
border:1px dashed #98c066;
}


/*############## SPECIAL POUR LES EQUIPES CF PARTIE LIVE ##############*/
#module_actus
{
min-height:130px;
border:1px dashed #98c066;
background:url(live/images/titres_actus.jpg) top left no-repeat;
color:#555554;
font:12px "Trebuchet MS", Georgia,serif;
text-align:justify;
padding-left:3px;
padding-right:3px;
}

#module_actus .titre
{
font-weight:bolder;
font-variant: small-caps ; 
padding-left:5px;
}

#module_actus .titre a
{
color:white;
}

#module_actus.titre a:hover
{
color: #beff3a;
}

/*############## PAGE RESULTATS TEAM RAID EDHEC ##############*/

.tre table
{
margin: auto;
width: 80%;
font-family: Calibri, Arial;
font-size: 110%;
text-align: center;
border: 1px dashed #5c743d;

}

.tre th
{
border-bottom: 1px solid #5c743d;
}

.tre tbody tr:hover
{
background-color: #98c066;
}

.tre td
{
padding: 5px;
margin: 0px;
border: 0px;
}

.tre caption
{
font-size: 120%;
color: #5c743d;
font-weight: bold;
}

/*############## END ((PAGE RESULTATS TEAM RAID EDHEC)) ##############*/

.spacer
{
	clear: both;
}

.table1
{
	border-collapse: collapse;
	font-size: 11pt;
	min-width: 300px;
	margin: auto;
	font-family: calibri, arial, 'MS Sans';
}

.table1 caption
{
	font-size:120%;
	font-weight:bold;
	color:#6f8b4a;
	margin-top: 25px;
	margin-bottom:10px;
	padding: 5px;
}

.table1 tbody td
{
	border: 1px solid #5c743d;
	padding: 3px;
}

.table1 tfoot td
{
	font-size: 90%;
	text-align: center;
	padding-bottom: 15px;
}

.listeEquipes>p
{
	min-height: 155px;
	width: 345px;
	float: left;
	border: 1px dotted #6caf21;
	margin: 10px;
	padding: 5px;
	text-align: left;
}

.listeEquipes>p img
{
	min-height: 135px;
	width: 200px;
	float: left;
	margin-right: 10px;
	border: 0;
}

.listeEquipes>p>span
{
	font-size: 11px;
}

