/* CSS Document */

a.lien_menu {
	color: #518db1; 
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none; 
	background-color: transparent 
}

#divDevenir{
	height: 90px;
	background-color: #e75037;
	color: #fff;
	font-family: arial;
	text-align:center;
	font-weight: bold;
	padding-top: 20px;
}
#divDevenir input[type="text"]{
	width: 400px;
	height: 30px;
    margin-right: -110px;
    padding-right: 110px;
}
#divDevenir #envoyerDevenir{
	color: #e75037;
    background-color: #fff;
    border-radius: 20px;
    height: 25px;
    width: 120px;
    border: 0px;
    cursor: pointer;
}

#divPresentation, #divHighlights, #divSponsors, #divProgramme{
	min-height: 300px;
}