@charset "UTF-8";
@import url(_mytable);





#tooltip{
        position:absolute;
	  background-image: none;
	  border-color: #666;
        padding:2px 5px;
        color:#333;
        display:none;
}

li
{
	list-style: disc;
}

ul 
{
	margin: 0px;
	padding: 0px;
}
ul li 
{
	margin: 0px;
	padding: 0px;
}


p 
{
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

a 
{
	color: #9A18F0;
	text-decoration: none;
	
}
a:hover 
{
	color: #FA194D;
	text-decoration: underline;
}

.alienmodifications
{
	color: #F90;
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
	text-align:center;
}
.alienmodifications:hover
{
	color: #000;
}

.mailto
{
	color: #6C9;	
	font-weight: bold;
}

.internal:before
{
	content:"»";
	padding-right: 2px;
	/*color: #FC0;*/
	color: #39F;
	
}

.thumbnail
{
	position: relative;
	width:100%;
}
.thumbnail .internal:hover
{
	text-decoration: none;
	color: #000;
}
.internal
{
	/*color: #F60;*/
	color: #39F;
	font-weight: bold;
	text-align: center;
}
.external:after
{
	content:url('../img/external.gif');
	padding-right: 0px;
	padding-left: 1px;
	vertical-align: middle;
}
.external
{
	font-weight: bold;
	color: #39F;	
}
.document:before
{
	content:url('../img/document.gif');
	padding-left: 4px;
	padding-right: 1px;
	vertical-align: middle;
}
.document
{
	font-weight: bold;
	color: #666;	
}

.ul_menu_cat
{
	border-right: 1px solid #CCCCCC;
	margin-right: 3px;
	background-color: #FFF
}


.li_menu_cat
{
	background-repeat: repeat-x;
	background-position: top left;
	height: auto;
	margin-bottom:2px;
}
	.li_menu_cat p
	{
		font-size: 13px;
		color: #FFFFFF;
		font-weight: bold;
		line-height: 19px;
		text-indent: 5px;
		font-style: italic;
		margin: 0px;
	}
	.li_menu_cat a
	{
		display: block;
		font-size: 12px;
		color: #FFF;
		font-weight: bold;
		line-height: 18px;
		text-indent: 5px;
		font-style: italic;
		margin: 0px;
	}





.li_menu_scat
{
	background-image: url('../img/menu/fd.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 19px;
	margin-right: 2px;
	margin-top:2px;
}
	.li_menu_scat p
	{
		font-size: 12px;
		color: #666666;
		font-weight: bold;
		line-height: 18px;
		text-indent: 7px;
		font-style: normal;
		text-align: left;
		margin: 0px;
		margin-left: 6px;
	}
	.li_menu_scat a
	{	
		display: block;
		height: 19px;
		width: auto;
		font-size: 12px;
		color: #666666;
		font-style: normal;
	}
		.li_menu_scat a:hover
		{	
			color: #000000;
			
		}
		
.li_menu_scat_selected
{
	background-image: url('../img/menu/fd.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 19px;
	margin-right: 2px;
	margin-top:2px;
}
	.li_menu_scat_selected p
	{
		font-size: 12px;
		color: #000000;
		font-weight: bold;
		line-height: 18px;
		text-indent: 7px;
		font-style: normal;
		margin: 0px;
		margin-left: 6px;
	}
	.li_menu_scat_selected a
	{	
		display: block;
		height: 19px;
		width: auto;
		font-size: 12px;
		color: #000000;
		font-style: normal;
	}
		.li_menu_scat_selected a:hover
		{	
			color: #000000;
			
		}
		
		
		
.menu_logo
{
	background-position: top left;
	height: 102px;
	width: 205px;
	position: relative;
	margin-bottom: 3px;
}	
		
		
		
		
		
		
		




.twoColHybLt  #mainContent .textBorderRight 
{
	float: right;
	text-align:right;
	margin-bottom:20px;
	padding: 10px;	
	color: #CC6600;
	font-weight: bold;
	font-size:27px;
}








body  {

    	font: 13px Verdana, Arial, Helvetica, sans-serif;

    	background-color: #FFFFFF;

    	margin: 0;
    	padding: 0;


    }


#container { 

    	margin: 0; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	padding: 0;
    	border: 0px solid #ffffff;

    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-bottom:220px;
    } 
    
    
  

    .mainContentMarge {
    		margin-left:15px;
		
		
    }
    
    /*
    #mainContent p
    {
	    margin-top: 15px;
    }
*/
    .twoColHybLt #sidebar1 {

 
	position: absolute;
	top:0px;
	left:0px;
    	width: 205px; /* cet élément est flottant, il faut donc lui attribuer une largeur */

    	/*background-image: url('diz_sid_fd.png');*/
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFF;
	margin: 0px;
    	padding: 0px;
    }
/*
    .twoColHybLt #sidebar1 a {

    	background-image: url('diz_sid_a-fd.png');
	background-repeat: repeat-x;
	background-position: top right;
	display: block;
	height: 15px;
	padding:2px;
	width: auto;
	text-decoration: none;
	color: #454545;
	font-size:13px;
	text-indent: 0px;
	text-align: center;
	width: auto;
    }
    
    .twoColHybLt #sidebar1 a:hover {
	font-weight: bold;
	color: #000000;
	background-position: right bottom;


    }
    */
    .twoColHybLt #sidebar1 .selected {
	font-weight: bold;
	color: #000000;
	background-position: right bottom;
	margin-top: 3px;
	margin-bottom:3px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;

    }

    

    /* Conseils pour mainContent :

    1. L'espace compris entre les éléments mainContent et sidebar1 est créé avec la marge gauche de l'élément div mainContent.  Quelle que soit la taille du contenu dans l'élément div sidebar1, l'espace des colonnes reste préservé. Vous pouvez supprimer cette marge gauche si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine.

    2. Veuillez noter qu'il est possible de provoquer une perte de l'élément flottant (perte de la zone non flottante mainContent sous l'encadré) si vous placez dans l'élément divmainContent un élément plus large que ce qu'il peut contenir. Avec une mise en page hybride (largeur générale en pourcentages avec un encadré en ems), il peut être impossible de calculer la largeur exacte disponible. Si la taille de texte par défaut d'un utilisateur est supérieure à la moyenne, l'élément div de l'encadré sera plus large et il y aura donc moins de place dans l'élément div mainContent. N'oubliez jamais cette limitation, en particulier si le client doit ajouter du contenu avec Contribute.

    3. Dans le commentaire conditionnel pour Internet Explorer ci-dessous, la propriété zoom permet de donner à l'élément mainContent l'attribut "hasLayout." Cela évite l'apparition de plusieurs bogues spécifiques d'Internet Explorer.

    */

    #mainContent { 
	
    	margin: 0px 0px 27px 205px; /* la marge droite peut être indiquée en pourcentage ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */

    } 

    .twoColHybLt #mainContent p
    {
	
    	margin: 7px 2px 0 2px; /* la marge droite peut être indiquée en pourcentage ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */

	text-indent: 0px;    
    }
    .twoColHybLt #mainContent h1,.twoColHybLt #mainContent h2,.twoColHybLt #mainContent h3 { 
	
    	margin: 2px 2px 0 2px; /* la marge droite peut être indiquée en pourcentage ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */

	text-indent: 0px;
    } 
    /*
    .twoColHybLt #mainContent p:first-letter {
    	color: #003366;
	text-transform: capitalize;
	font-weight: bold;
	margin:3px;
	margin-bottom:0px;
	margin-right:0px;
	font-size:120%;
    }
    */

    /* Diverses classes à réutiliser */

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */

    	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;

    }
   
   
#sidebar_logo {
	width:205px;
	height:102px;
	margin:0px;
	top:0px;
	position:absolute;
	background-image: url('diz_sid_logo.png');
}

.headerClass {
	background-repeat: repeat-x;
	width: auto;
	position:relative;
	height: 45px;
	margin-left:2px;
	margin-top:0px;
	

}

#footer {
	position:absolute;
	bottom:0px;
	width:100%;
	left:0px;
}
#footer p {
	margin:15px;
	letter-spacing: 2px;
	font-size:11px;
	text-align: right;
}
/*
a {
	color: #0066CC;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
*/


html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	color:#000033;  
	padding:0px;
	margin:0px;
}

pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

.alignright {
	margin-top: 0; 
	text-align: right;
	font-size: 10px;
}



h1 {
	font-size: 13px;
	text-align: right;
	color: #003366;
	padding: 5px 15px;
	margin: 0px;
	letter-spacing: 1px;
	font-weight: normal;
}
h3 {
	font-size: 13px;
	text-align: center;
	color: #333333;
	margin: 0px;
}

h4 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-indent: 0px;
	margin: 0px;
	padding: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom:3px;
	text-align: left;
	margin-left:0px;
	background-repeat: repeat-x;
}

/*
h4:first-letter {
	font-style:normal;
	font-size: 19px;
	color: #000066;
}
*/

h5
{
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #FC6;
	line-height: 30px;
	padding: 5px;
	text-indent: 15px;
	margin-right: 15px;
}

#rechts {
	position: absolute;
	right: 0px;        
	width: 20%;
	color: #564b47;
	margin: 0px; 
	padding: 0px;
	background-color: #99CCFF;
}

#header_left {
	position: absolute;
	left: 0px;
	width: 100%;
}
#header {
	position: absolute;
	top:0px;
	left:21%;
	width: 79%;
	border-left: 0px solid #0099FF;
}

.a_menu {
	background-color: #006699;
	color: #003366;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	display: block;
	width: 98%;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-top: 2px;
	background-image: url('./menu_rub.jpg');
	background-position: right;
}
.a_menu:hover {
	background-color: #003366;
	color: #ffffff;
}

.a_menu_selected {
	background-color: #FFFFCC;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	display: block;
	width: 98%;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 2px;
}

#sous_menu {
	position: relative;
	height: 30px;
	margin:0px;
	padding: 0px;
	margin-left: 0px;
	width:100%;
}
#sous_menu table {
	width:100%;
}

#sous_menu .a_menu {
	background-color: #FF3300;
	color: #556677;
	font-size: 13px;
	text-decoration: none;
	font-style: normal;
	display: block;
	text-align: center;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('./menu_rub.jpg');
	background-repeat: repeat-x;
	background-position:right;
}
#sous_menu .a_menu:hover {
	background-color: #FF6301;
	color: #ffffff;
	background-image: none;
}


#tablocours {
	margin: 0px;
	width: auto;
}


#tablocours table {
	width: 100%;
}
#tablocours .ptitres {
	padding: 4px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#tablocours td {
	border: 0px solid #FFCC99;
	background-color: #FFFFff;
}

#tablocours .trtitres {
	background-color: #00CCFF;
	height: 30px;
	background-position: top;
}
#profs_descriptif {
	position: relative;
	height: 110px;
}
#profs_menu {
	position: relative;
	height: 80px;
}

form {
	margin: 0px;
	padding: 0px;
}
select, input, textarea {
	/*
	background-color: #F0F2DA;
	color: #003399;
	border: 1px solid #FF0000;
	font-size: 12px; 
	*/
}
.stages
{
	position: relative;
	width: 600px;
}
.stages .date {
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 19px;
	color: #993300;
	text-align: right;
}
.stages .mois {
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}
.stages .lieu {
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.stages .annee {
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-align: right;
}
.stages .carte {
	text-align: center;
}
/*
.stages p {
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.stages td {
	padding: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
*/

.stages a {
	background-color: transparent;
}

.stages .stageNom {
	color: #003366;
	font-weight: bold;
	font-size: 19px;
	margin: 10px;
	margin-top: 7px;
}
.stages .stageProfs {
	color: #006699;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 10px;
}
.twoColHybLt .stages .stageDescription {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	margin: 10px;
	padding-bottom:60px;
	text-indent: 0px;
}
.stageCarte {
	width: 180px;
	height: 114px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url('/img/stageFond.gif');
	background-repeat: no-repeat;
	background-position: left;
}
.stages .stageRegion {
	text-align: center;
	color: #333333;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}
.stages .carteA {
	font-size: 10px;
	font-weight: normal;
	display: block;
}
img {
	border:0px;
}
.stages .carteA:hover {
	font-weight: normal;
	color: #003366;
	background-color: transparent;
	border-color: #003366;
}
.stages .hr2 {
	background-color: #0099FF;
}
.stages .hr3 {
	height: 3px;
	background-color: #66CCFF;
}


#tab_cours {
	border: 1px solid #CCCC66;
	margin:0px;
}
/*
#tab_cours p {
	margin:0px;
	padding: 0px;
}
*/
#tab_cours .tab_horaire {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0px;
}
.tab_lieu {
	font-size: 10px;
	color: #666666;
	font-style: italic;
}
#tab_cours .tab_prof {
	font-size: 15px;
	color: #FF6600;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.a_popup {
	text-align:center;
}

.claq1 {
	background-color: #FFFFFB;
}
.claq2 {
	background-color: #FFFFF5;
}
.claq3 {
	background-color: #FFFFEA;
}
.claq4 {
	background-color: #FFFFE1;
}
.claq5 {
	background-color: #FFFFC9;
}
.claq6 {
	background-color: #FFFFA1;
}

.claq7 {
	background-color: #FFFFF5;
}
.claq8 {
	background-color: #FFFFE1;
}
.claq9 {
	background-color: #FFFFA1;
}
.claq10 {
	background-color: #FFFFFB;
}

#aLogo {
	position:absolute;
	top:0px;
	left:0px;
}


#slogan2 {
	position:absolute;
	display: none;
	top:0px;
	right: 0px;
	left:205px;
	width:auto;
	background-color: #CCCCCC;
	height:21px;
}
#slogan {
	position:absolute;
	top:0px;
	left:0px;
	width:225px;
	background-color: #FFFFFF;
	height:21px;
}
#slogan p {
	text-align: center;
	font-size:10px;
	color: #CCCCCC;
	margin-right:10px;
	margin-top:2px;
	margin-right:10px;
	margin-top:2px;
}
#slogan a {
	font-size:10px;
	color: #CCCCCC;
}
#slogan a:hover {
	text-align: right;
	font-size:10px;
	color: #ffffff;
	text-decoration: none;
}
.pSloganClass {
	margin:0px;padding:0px;
	line-height: 16px;
	font-size:8px;
}

.nomenclaturetab td {
	padding:4px;
}
.nomenclaturetab p {
	text-indent:0px;
}


#proposerunsitediv {
	background-image: url('../annuaire-des-claquettes/media/proposer-un-site.gif');
	background-position: bottom left;
	width: 156px;
	height: 43px;
	position:relative;
	margin:10px;
	margin-top:7px;
	float: right;
	margin-bottom:0px;
	margin-right:100px;
}
#proposerunsitediv .lien {
	position: absolute;
	top: 0px;
	left: 0px;
	width:156px;
	height:43px;
}
#proposerunsitediv a:hover {
	background: none;
}
#proposerunsitediv .lien img {
	display: block;
	width:156px;
	height:43px;
	border: 0px;
}


.ptitres {
	font-weight: bold;
	color: #000000;
}
















.zCoursHoraire
{
	color: #000000;
	font-weight: bold;
	letter-spacing: -.5px;
	font-size: 12px;
	padding: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin:0px;
}
.zCoursProf
{
	color: #000000;
	font-weight: normal;
	letter-spacing: -.5px;
	font-size: 11px;
	padding: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	margin:0px;
}
.zCoursLieu
{
	color: #F90;
	font-weight: normal;
	letter-spacing: -.8px;
	font-size: 11px;
	padding: 0px;
	padding-top: 0px;
	text-align: center;
	margin:0px;
}
.zCoursPlus
{
	font-weight: normal;
	letter-spacing: -.5px;
	font-size: 11px;
	text-align: left;
	color: #666;
	font-style: normal;
	margin:0px;
}


.thumbnail
{
	position: relative;	
	margin-top:40px;
}
.thumb
{
	margin-right: 20px;
	margin-bottom:20px;
	height: 180px;
	position: relative;
	float: left;
	text-align: center;
}

.thumbnail_small
{
	position: relative;	
	margin-top:0px;
	height: auto;
	display: block;
	height: 200px;
}
.thumbnail_small .thumb
{
	display: block;
	margin-right: 10px;
	margin-bottom:10px;
	height: 100px;
	position: relative;
	float: left;
}







.festival_ctl
{
	position:absolute;
	width:30px;
	height:30px;
	background-image: url('../img/festival/ctl.gif');
	top: 0px;
	left: 0px;
}

.festival_ctr
{
	position:absolute;
	width:30px;
	height:30px;
	background-image: url('../img/festival/ctr.gif');
	top: 0px;
	right: 0px;
}

.festival_cbl
{
	position:absolute;
	width:30px;
	height:30px;
	background-image: url('../img/festival/cbl.gif');
	bottom: 0px;
	left: 0px;
}

.festival_cbr
{
	position:absolute;
	width:30px;
	height:30px;
	background-image: url('../img/festival/cbr.gif');
	bottom: 0px;
	right: 0px;
}


.separation
{
	position: relative;
	width:100%;
	height: 10px;
	background-repeat: repeat-x;
	background-position: top;
}



.item_stage
{
	position: relative;
	height:auto;
	width:100%;
}
	.item_stage .pdate_div
	{
		position: absolute;
		top:0px;
		left:0px;
		width:125px;
		height:auto;
	}
		.item_stage .pdate_div .pdate
		{
			font-size: 16px;
			font-weight: bold;
			color: #000;
			text-align: right;
			margin:0px;
			padding:0px;
		}
		.item_stage .pdate_div .pmois
		{
			font-size: 14px;
			font-weight: bold;
			color: #444;
			text-align: right;
			margin:0px;
			padding:0px;
		}
		.item_stage .pdate_div .pannee
		{
			font-size: 19px;
			font-weight: bold;
			color: #666;
			text-align: right;
			margin:0px;
			padding:0px;
		}
	.item_stage .pdescription_div
	{
		position: relative;
		margin-left:135px;
		margin-top:15px;
		width:auto;
		height:auto;
		padding-bottom: 60px;
	}
		
		.item_stage .pdescription_div .ptitre
		{
			font-weight: bold;
			margin-left:142px;
			font-size:15px;
			color: #000;
		}
		.item_stage .pdescription_div .pprofs
		{
			font-weight: bold;
			margin-left:142px;
			font-size:13px;
			color: #000;
		}
		.item_stage .pdescription_div .pdescription
		{
			font-weight: normal;
			margin-left:142px;
			font-size:12px;
			color: #666;
		}
	
	

	.thumbnail
	{
		position: relative;
		width: 750px;
		height:420px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.floatingthumb
	{
		position: relative;
		float: left;
		width: 130px;
		height: 400px;
		margin-right:20px;
		overflow: hidden;
	}
		.floatingthumb p
		{
			position: relative;
			margin-top:1px;
			font-weight: bold;
			font-size:105%;
			width:95%;
		}





.table_horaires
{
	margin-top:10px;
	width:100%;
	border-collapse: collapse;
}
.table_horaires p
{
	text-align:center;
	letter-spacing: -0.03em;
	margin: 3px;
	padding: 0px;
}
