/* Choeur Universitaire de Nancy */

/* Feuille de styles */

body
{
	width: 920px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;	
	background-image: url("../images/fond.jpg");
	font-family: Calibri, "Times New Roman", Times, Arial, "Arial Black", serif;
}

/* L'en-tête */

#en_tete
{
	width: 910px;
	height: 250px;
	background-image: url("../images/banniere.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}


/* Le menu */

#menu
{
	float: left;
	width: 160px;	
	font-size: 17px;
	font-weight: bold
	}

.element_menu
{
	background-color: #FFD18D;	
	border: 2px solid white;
	border-radius: 30px;
}

.element_menu ul
{
	list-style-image: url("../images/note.gif");
	padding: 0px;
	padding-left: 42px;
	padding-top: 6px;
	margin: 0px;
	margin-bottom: 5px;
}

.element_menu a
{
	text-decoration: none; 
	color: #E10101;
}

.element_menu a:hover
{
	background-color: #FFFFFF;
	color: black;
}

.element_menu p
{
	text-align: center;
}

.innerDiv
{
	font-size: 14px;
	text-align: center;
}


/* Le corps de la page */

#corps
{
	margin-left: 161px;
	margin-bottom: 20px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;	
	color: #000000;
	background-color: #FFD18D;	
	border: 2px solid white;
	border-radius: 30px;
}

/* #corps h1
{
	color:#B3B3B3;
	text-align:center;
	font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
} */

#corps h2
{
	height: 30px;		
	color: #E10101;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.titre
{
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 5px;
	background-image:url("../images/note.gif");
	background-repeat: no-repeat;	
}

.titre a
{
	text-decoration: none; 
	color: #000000;
}

.titre a:hover, .titre a:focus 
{
	background:#FFFFFF;	
} 

/* Dates */

.calendar
{
    width: 40px;
    height: 43px;
    float: left;
    background: url('../images/calendar.png') rgb(150,150,150);
    text-align: center;
    font-size: 12px;
    padding-top: 0px;
	padding-left: 1px;
    margin: 5px 8px 5px 0;
    color: rgb(255,255,255);     
}
  
.calendar span 
{
    display: block;
    text-align: center;      
    font-size: 18px;
    color: rgb(66,66,66);
    padding-top: 5px;     
}

.rdv
{
	padding-top: 5px;
}


/* Liens */

#links img 
{
	vertical-align:middle; 
	border:none;
} 

#links
{
	overflow:auto; 
	list-style:none; 
	padding:0; 
	margin: 0 auto; 
	display: table;
} 

#links li 
{
	float:left;
} 

#links a 
{
	display:block; 
	padding:5px; 
	outline:none;
	border:2px solid #FFD18D;
} 

#links a:hover, #links a:focus 
{
	background:#FFFFFF;
	border:2px solid #000000;
} 

#links a.active 
{
	background:#000;
} 

/* Le pied de page */

#pied_de_page
{
	padding:5px;
	font-size:11px;
	text-align:center;
	color:#B3B3B3;	
	background-image:url("../images/fond.jpg");
	background-repeat:repeat-x;	
	margin-left:161px;
}

#pied_de_page a
{
	font-size:15px;
	color:#FFFFFF;	
}

.addthis_toolbox
{
	margin-left:33.5%;
}

/* Menu deroulant Repertoire */

.rep 
{
	font-weight: bold;
	color: #E10101;
    font-size: 14px;	
}

.bouton 
{	
    font-size: 12px;
    font-weight: bold;
    color: #E10101;
    background-color: #FFFFFF;
    cursor: pointer;
	border-color: #000000;
}

/* Images partenaires */

img.partenaire
{
	width: 600px;
}

.uline
{
	text-decoration: underline;
	font-weight: bold;
}

.centre
{
	text-align: center;
}

/* Scroller */

#pscroller1
{
    width: 200px;   
    border: 1px solid black;
    padding: 5px;
    background-color: #FFD18D;
}

