@font-face {
 font-family: "goodbrush";
 src: url("../Good_Brush.ttf") format("truetype");
}

.cerise {
	color: rgb(116, 35, 63);
}
.bleu {
	color: rgb(0, 141, 220);	
}


.vert {
	color: rgb(54, 139, 45);	
}
.orange {
	color: rgb(217, 68, 45);	
}
* {
	margin: 0;
	padding: 0;	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1 {
	font-family: goodbrush;
	font-size: 5.4em;
	text-align: left;
	color: rgb(79,58,58);
}

h2 {
	font-size: 2em;
	font-weight: normal;
}


h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
}

h4 {
	font-size: 1.5em;
}

#cadre {
	width:70%;
	margin-left: auto;
	margin-right: auto;
/* 	border: 1px solid blue; */
}

#entete {
	width: 100%;
/* 	border: 1px solid red; */
	margin-bottom: 2em;
	margin-top: 0.4em;
}

#entete_txt {
	width: 80%;
/* 	border: 1px solid green; */
	margin-left: 10em;
}
#entete img {
	width: 9em;
	left: 0;
	float: left;
}

#programme {
	width:80%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

#programme p, #programme h4 {
	text-align: justify;
}

a.fb_link, a.mail_link, a.consult_link {
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 1.5em;
    font-size: 1.2em;
    text-decoration: none;
    color: #666;	
    margin-top: 0.1em;
    display: block;
}
a.fb_link:hover, a.mail_link:hover, a.consult_link:hover {
	color: #000;
}
a.fb_link {
	background-image: url(../img/logo_fb.png);
    background-size: 1em 1em;
}
a.mail_link {
	background-image: url(../img/picto_mail.png);
    background-size: 1em;
}
a.consult_link {
	background-image: url(../img/picto_consultation.png);
    background-size: 1em;
    font-size: 1.6em;
}
#programme h4 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-family: goodbrush;
}
#programme .titre_programme {
	text-align: left;
	font-size: 2.6em;
	margin-bottom: 0.4em;
	margin-top: 1.4em;
	font-weight: bold;
	font-family: goodbrush;
}
p.candidats {
	margin-bottom: 6em;
	font-size: 1.3em;
}
p.text {
	font-size: 1em;
}
#programme p.annonce {
	font-size: 1.8em;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #333;
	border-radius: 0.6em;
	padding: 0.4em;
}

#photos {
	margin-bottom: 1em;
}
#photos li {
	display: inline;
}

#photos img {
	width:8.1em;
}

details {
	display:block; /* Pour les navigateurs n'implémentant pas <details> et <summary> */
	width:100%;
	margin:10px 0;
min-height: 17em;
}

details p {
	margin-bottom: 1em;
}
p.details1 {
	margin-top:1em;
	margin-bottom:1em;
	font-style: italic;
}

p.details1 img {
	width:10em;
	padding: 0;
	margin:0;
	margin-left: 1em;
	float: right;
	border: 1px solid #d1d1d1;
}

summary {
	display:block; /* Pour les navigateurs n'implémentant pas <details> et <summary> */
	margin-bottom:10px;
	background:#99B92C;
	color:white;
	border-radius:5px;
	padding:5px;
	cursor:pointer;font-weight:bold;
	width:100%;
}

.sumbleu {
	background-color:rgb(0, 159, 238);
}
.summarron {
	background-color:rgb(79, 58, 58);
}
.sumvert {
	background-color:rgb(63, 160, 51);
}
.sumorange {
	background-color:rgb(217, 68, 45);
}

#menu {
	margin-top:1em;
}
#menu li {
	display: inline;
	border:1px solid #333;
	padding: 0.6em;
	border-radius: 2px;
}

#menu li a {
	text-decoration: none;
	font-size: 1.3em;
	color:#333;
}