@charset "utf-8";


/* CSS Reset */
/*
* {
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
border: 0;
}
*/

/* Main CSS */
body {
	background-color:#fbe53f;
	margin:0;
	padding:0;
    font-family: Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
}

input {
    margin:2px 0;
}

a {
	text-decoration:none;
	}


#global {
    background-image:url(../img/fond.jpg);
	background-repeat:no-repeat;
	width:800px;
    height:600px;;
	margin:auto;
	}

#bloc_menu1 {
	width:800px;
	height:340px;
	
	}
	
	#bloc_menu1 img {
	display:block;
	float:left;
	margin:0;
	padding:0;
	border:none;
	}
	
#lien_facebook img, #lien_rss img {
	border:none;
}
			
#titres_menu1 {
	display:block;
	float:left;
	width:800px;
	height:70px;
	background-image:url(../img/blanc-rouge.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin:-16px 0 0 0;
    padding:0;
	list-style-type:none;
	}
	

#bloc_menu1 ul li {
	list-style:none;
	float:left;
}
	
	#menu_compagnie, #menu_spectacles, #menu_rdv, #menu_prestations, #menu_formations {
            display:block;
	    	float:left;
            background-repeat:no-repeat;
            height:65px;
            font-size:0.1px;
            margin:0;
            padding:0;
			text-decoration:none;
			clear:none;
        }
		
		
	
	#menu_compagnie {
		background-image:url(../img/lien-cie.gif);
		width:148px;
		color:#fbe53f;
		}
                
        #menu_spectacles {
		background-image:url(../img/lien-spectacle.gif);
		width:129px;
		color:#fbe53f;
		}
        
        #menu_rdv {
		background-image:url(../img/lien-rdv.gif);
		width:140px;
		}
        
        #menu_prestations {
		background-image:url(../img/lien-presta.gif);
		width:244px;
		}    
        
        #menu_formations {
		background-image:url(../img/lien-formations.gif);
		width:136px;
		color:#fbe53f;
		}
                
                
#bloc_menu2 {
    float:left;
    width:150px;
    height:100%;
    font-family:verdana;
    margin-right:15px;
}

    #titres_menu2 {
        list-style-image:url(../img/puce-rouge.gif);
        list-style-position:outside;
        line-height:0.9em;
        margin-top:200px;
    }
    
        #titres_menu2 a {
            color:black;
            text-decoration:none;
            font-weight:bold;
            font-size:0.8em;
        }
        
     #titres_menu3 {
        list-style-type:none;
        line-height:0.7em;
        margin-left:20px;
        padding:0;
    }
    
        #titres_menu3 a {
            color:black;
            text-decoration:none;
            font-style:italic;
            font-size:0.7em;
        }
        
    #newsletter p {
        font-size:0.6em;
        line-height:1em;
        font-weight:bold;
        margin:4px 0;
    }
    
    #cadre_page {
        width:370px;
        margin:0 10px;
        float:left;
    }
    
    
    #cadre_fenetres {
	    float:left;
		margin-left:10px !important;
		margin-left:0;
		width:220px;
    }
    
    #fenetre_news {
        background-image:url(../img/fond-news.gif);
        background-repeat:no-repeat;
        height:181px;
        width:220px;
    }
	
	.image_fenetre {
	display:block;
	float:left;
	/*height:90px;
	width:55px;*/
	padding:0 0 0 20px;
	}
    
	.date_fenetre {
	 	font-size:0.6em;
		font-style:italic;
        padding:0 45px 0 20px;
		margin:0 0 3px 0;
		}
		
    .titre_fenetre {
        font-size:0.6em !important;
		font-size:0.5em;	
        padding: 30px 45px 0 20px;
		margin:0;
		font-weight:bold;
    }
	
	.texte_fenetre {
		display:block;
		float:left;
		width:100px;
		height: 80px;
		overflow:hidden;
		text-align:justify;
        font-size:0.5em;
        padding:0;
		margin:0 0 0 5px;
    }
	
	.plus-de {
		color:#FF0000;
		display:block;
		float:right;
		text-align:right;
        font-size:0.5em;
        padding:0;
		margin:2px 40px 0 2px;
		}
	
	
	
	 #fenetre_agenda {
        background-image:url(../img/fond-agenda.gif);
        background-repeat:no-repeat;
		background-position: top left;
        height:184px;
        width:220px;
		position: relative;
    }
		#cadre_interieur {
			position: absolute;
			top: 30px;
			left: 20px;
			overflow: hidden;
			width: 170px;
			height: 134px;
		}
		.belt {
			position: absolute;
			left: 0;
			top:0;
		}
		
		.spectacle {
			height: 133px;
			width: 170px;
			
		}
	
		.titre_agenda {
			font-size:0.9em;
			padding-right: 15px;
			margin: 0;
			font-weight:bold;
		}
		
		.titre_agenda a:link {
			color: #000;
		}
		.titre_agenda a:hover, .titre_agenda a:focus {
			color: #F00;
		}
		
		
	
	.image_agenda {
	display:block;
	float:left;
	margin-top:5px;
	}
	
	.texte_agenda {
		display:block;
		float:left;
		width:90px;!important
		width:100%;
		text-align:justify;
        font-size:0.5em;
        padding:0;
		margin:0 0 0 5px; !important
		margin:0 5px 0 5px;
    }
	
		.date_agenda {
		display:block;
		float:left;
	 	font-size:0.5em;
		font-weight:bold;
		font-style:italic;
        padding:0;
		margin:3px 0 0 5px; !important
		margin:3px 5px 0 5px;
		width: 98px;
		}
		
	
	.plus-dagenda {
		position: absolute;
		bottom: 7px;
		right: 30px;
		color:#FF0000;
		display:block;
		text-align:right;
        font-size:0.5em;
        }
	
	#logo_CT {
		display:block;
		float:left;
		}
	
	
	.infos_CT {
		display:block;
		float:left;
		font-size:0.6em;
		margin-left:5px;
		}
	
	
    
    /* /////////////// ACCUEIL ////////////////////////// */
    
    .titre_accueil {
        font-size:1.3em;
        text-align:center;
        font-weight:bold;
        margin:0 0 50px 0;
    }
    
    .texte_base {
        font-size:0.8em;
        text-align:justify;
    }
	
	
	
	 
    /* /////////////// COMPAGNIE ////////////////////////// */
    
    .titre_cie {
        font-size:1.2em;
        text-align:center;
        font-weight:bold;
        margin:0 0 30px 0;
    }
	
	.texte_cie {
		font-size:0.7em;
		}
    
   #artistik, #administratif {
   	display:block;
	float:left;
	width:170px;
	height:400px;
	padding:5px;
	text-align:center;
	border-top:2px solid black;
	}
	
	#img_cie1 {
	display:block;
	float:right;
	}
	
	
	
	    /* /////////////// SPECTACLE ////////////////////////// */

.bloc_spectacle {
float:left;
margin-bottom:40px;
}

	.bloc_spectacle img {
	display:block;
	float:left;
	margin:5px 2px 0 0;
	border:3px solid black;
	}
	
	.bonus_spectacle {
		width:150px;
		float:left;
		margin:0 0 0 10px;
		padding:0;
		}
		
	.desc_spectacle {
		float:left;
		width:100%;
	} 
	
	.desc_spectacle p {
	margin:5px 0 0 0;
	font-size:0.7em;
	text-align:justify;
	}
	
	.bonus_spectacle h1 {
		font-size:1.1em;
		font-weight:bold;
		border-bottom:3px solid black;
		margin:0;
		}
		
	.bonus_spectacle h2 {
	font-style:italic;
	margin:0;
	font-size:0.7em;
	line-height:1em;
	font-weight:normal;
	}
	
	.bonus_spectacle a {
		display:block;
		clear:both;
		font-size:0.7em;
		font-style:italic;
		text-decoration:none;
		}
	
        
        	    /* /////////////// PRESTATIONS ////////////////////////// */

        
.texte_presta {
    display:block;
    float:left;
    text-align:justify;
    font-size:0.7em;
    margin:10px 10px 0 0;
    width:150px;
}

#img_cie1 {
	border:2px solid black;
	}


/* /////////////// AGENDA ++ ////////////////////////// */


.agenda_mois {
    font-size:1em;
    background-image:url("../img/trait_rouge.gif");
    background-repeat:no-repeat;
    background-position:bottom left;
	clear: both;
}

#cadre_agenda {
        width:350px;
}

.annonce_date {
		float:left;
        width:300px;
		margin:0 0 20px 20px !important;
		margin:0 0 20px 10px;
        font-size:0.7em;
}

		.annonce_date h2 {
			float: left;
			font-size: 1em;
			margin: 0;
			width: 255px;
		}
		
        .annonce_date img {
                display:block;
                float:left;
                width:40px;
				margin-right: 5px;
        }

        .annonce_date p {
                display:block;
                float:left;
				margin: 0;
                width:240px;
        }
		
		.annonce_date .plusdinfos {
			display: block;
			text-align: right;
			width: 100px;
			float: right;
		}
		
		.annonce_date .description {
			font-style: italic;
			margin-top: 5px;
			display: none;
		}
		
		
		
		
		
		/* /////////////// NEWS ++ ////////////////////////// */


.titre_news {
    font-size:1em;
    background-image:url("../img/trait_rouge.gif");
    background-repeat:no-repeat;
    background-position:bottom left;
	clear: both;
}

.titre_news span {
	display: block;
	font-style: italic;
	font-size: 0.6em;
	font-weight: normal;
	text-align: right;
	margin-right: 20px;
}

#cadre_news {
        width:350px;
}

        .annonce_news img {
                display:block;
                float:left;
				width:200px;
				margin:0 10px 5px 0;
				border:2px solid black;
        }

        .annonce_news p {
				font-size:0.7em;
				text-align:justify;
				margin: 5px;
        }
		
        

/* /////////////// RDV ////////////////////////// */

        #cadre_rdv {
                width:350px;
        }
        
        
        .annonce_rdv {
                margin-bottom:30px;
                float:left;
        }
        
        .gauche {
                width:150px;
                float:left;
                margin-right:10px;
        }
                .annonce_rdv img {
                        display:block;
                        float:left;
                        border:2px solid black;
                }
                
                .annonce_rdv h1 {
                        display:block;
                        float:left;
                        width:180px;
                        font-size:1.3em;
                        margin-left:10px !important;
						margin-left:0;
                }
                
                .annonce_rdv p {
                        display:block;
                        float:right;
                        width:180px;
                        font-size:0.8em;
                        margin-top:0;
                }
                
                .annonce_rdv .dates_rdv {
                        display:block;
                        float:left;
                        width:150px;
                        color:red;
                        text-align:center;
                        margin-top:10px;
                }
                
                .annonce_rdv .copyright_IT {
                        font-size:0.7em;
                        text-align:right;
                        font-style:italic;
                }
                        

.mesg_ok, .mesg_error {
	margin-bottom:20px;
	padding: 5px;
	font-size: 0.68em;
	font-weight: bold;
}
.mesg_ok{
	border: #339933 dotted 1px;
	color: #339933;
}
.mesg_error{
	border: #e1001a dotted 1px;
	color: #e1001a;
}
