/***** menu CSS *****/
body 
{
margin: 0; /* pour éviter les marges */
background-color:#ffffff;
color: #000000;
font-family: Arial, sans-serif;
font-size : 18px;
}
/*
background-image: linear-gradient(to right top, #ffc37b 0%, #e8a05a 100%); 
background-image: linear-gradient(to right top, #8e44ad 0%, #3498db 100%);
#ca262c - #ce9c39 */


#hervedoulad
{ 
font: 12px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
text-align: center;
vertical-align:middle;
color: #333131;
}

.cat {
 height: 200px;
 width: 200px;
}


.conteneur
{
  margin: 0px 20px;
  height: 1500px;
}


.menu, .ssmenu 
{
	background-color:#333131;
	color: #FAF2ED;
	font-size:18px;
	font-weight:normal;
	border:0px solid #EFB;
	padding:1px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:14em;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu 
{
	text-align:center;
}

.menu span, .ssmenu span 
{
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li 
{
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
padding-top:0px;
padding-bottom:0px;
padding-right:5px;
padding-left:5px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited
{
/* Les liens qui ne sont pas sous le curseur. */
	background-color:#FAF2ED;
	text-decoration:none;
	color: #333131;
	padding:2px 1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}


html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active 
{
	width:auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus 
{
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#CB9B5D;
	color: #FAF2ED;
	text-decoration:none;
}

img
 {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}


.image_responsive
{
width: 90%;

height: auto;
}

.ssmenu img 
{
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr 
{
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}


/*DEDUT CSS BANDEROLE*/
#slideshow
{
  display:block;
  position:absolute;
float:center;

  padding:0px;
 
  top:0;
  left:0;
  right:0;
  bottom:0;
  
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
   
  width:1500px;
  height:500px;
  
  border:0px solid #fff;
  background-color:#aaa;
  
  text-align:center;
  
  overflow:hidden;
  
  box-shadow:0 0 8px #000;
  border-radius:4px;  
  transition: 3s width, 3s height;
}

#slideshow img{
  position:absolute;
  display:inline-block;
  float:center;

  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;

  opacity:0;
  transition:3s opacity;
  z-index:0;

  max-width:1500px;
  max-height:1500px;
}
#slideshow img:first-child{
  z-index:1;
  opacity:1;
}

#banderolecontenant
{
position:relative;
height:300px;
}

#banderoletext1
{
	position:absolute;
	z-index: 2;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1500px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #333131;
	text-align: center;
	font: 85px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
}
#banderoletext2
{
	position:absolute;
	z-index: 2;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1500px;
	margin-top: 105px;
	margin-left: auto;
	margin-right: auto;
	color: #333131;
	text-align: center;
	font: 50px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
}
#banderole2 img{
	position:absolute;
	z-index: 1;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1500px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


#banderole img{
  display:block;
border:5px solid #ff0000;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;

  width:1500px;

  
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  
}

/*Class div de^presentation événement*/
#evenements{
	display:block;
	border:0px solid #ffffff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;

	width:1200px;

  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
  
}


/*FIN CSS BANDEROLE*/
.contenant
{ 
  display:block;
  width:1500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;

}

.relative
{ 
  position:relative;
}

.absolu
{ 
  position:absolute;
}


.section1
{
        display: flex;
        width: 100%;
        margin: auto;
        border-radius: 0px;

}
	 
.section2
{
        display: flex;
        width: 95%;
        margin: auto;
}
.section3
{
        display: flex;
        width: 70%;
        margin-left: auto;
		margin-right: auto;
		text-align: center;
}
.section4
{
        display: flex;
        width: 95%;
        margin: left;
text-align: left;
}
.imageflottante
{
    float: right;
}


.largeur92pourcent
{
	width: 92%;
}

.TexteTitre1
{ 
text-transform : none;
font: 25px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
color : #333131;
font-weight: normal;
margin: auto; /* Important */
text-align: center;
}

.couleurtexteetfond
{ 
background-image: linear-gradient(to right top, #FAF2ED 0%, #FAF2ED 100%); 
color : #333131;
}

.Texteaccueil
{ 
	display:block;
	font: 18px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	width : 1200 px;
	vertical-align:middle;
	background-color: #ffffff;
	color : #000000;
 
	padding:0px;
	top:0;
	left:0;
	right:0;
	bottom:0;
  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.TexteNormal1
{ 
	display:block;
	padding:0px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
  
font: 18px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
font-weight: normal;
vertical-align:middle;
}

.TexteNormal2
{ 
	display:block;
text-align: left;
	padding:0px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
  
font: 18px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
font-weight: normal;
vertical-align:middle;
}

.TexteNormal3
{ 
	display:block;
	font: 18px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	width : 1200 px;
	vertical-align:middle;
	background-color: #ffffff;
	color : #000000;
 
	padding:0px;
	top:0;
	left:0;
	right:0;
	bottom:0;
  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.TexteNormal4
{ 
	display:block;
	font: 19px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	width : 1200 px;
	vertical-align:middle;
	background-color: #ffffff;
	color : #000000;
 
	padding:0px;
	top:0;
	left:0;
	right:0;
	bottom:0;
  
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.imageflottantegauche
{
    float: left;
}
.imageflottantecenter
{
    float: center;
margin : auto;
}
.imageflottantegauchemargin
{
    float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
}


.bordureteste
{
border: 5px solid #ff0000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.imageflottantedroite
{
    float: right;
}

.largeur1500px
{
	width:1500px;
}

.largeur1000px
{
	width:1000px;
}

.largeur500px
{
	width:500px;
}


.hauteur50px
{
	height:50px;
}

.hauteur100px
{
	height:100px;
}

.hauteur150px
{
height:150px;
}

.hauteur200px
{
	height:200px;
}

.hauteur250px
{
	height:250px;
}

.hauteur300px
{
	height:300px;
}

.hauteur350px
{
	height:350px;
}

.hauteur400px
{
	height:400px;
}

.hauteur450px
{
	height:450px;
}

.hauteur500px
{
	height:500px;
}


h1 
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    color: #000000;
    background-color: rgba(255, 255, 255, 0);
    font-size: 26px;
    letter-spacing: .10em;
    text-align: center;
}


h2 
{
text-align: center;
color: #000000;
background-color: rgba(255, 255, 255, 0);
font-size: 20px;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
padding-right:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
}

h3 
{
color: #000000;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
padding-top:10px;
padding-bottom:10px;
padding-left:0px;
padding-right:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
}

h4 
{
color: #000000;
background-color: rgba(255, 255, 255, 0);
font-size: 20px;
padding-top:40px;
padding-bottom:5px;
padding-left:0px;
padding-right:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
}

h5
{
color: #888888;
background-color: rgba(255, 255, 255, 0);
font-size: 16px;
text-align:center;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:auto;
margin-left:auto;
}




.textejustifie
{ 
text-align: justify;
color : #000000;
}

.textecentre
{ 
text-align: center;
color : #000000;
}

.textegauche
{ 
text-align : left;
color : #000000;
}

.textedroite
{ 
text-align : right;
color : #000000;
}

.hauteurligne160
{
    line-height: 160%;
}
.carousel 
{
width: 0px;
height: 0px;
}

.slideshow 
{
width: 549px;
height: 366px;
float: right;
}

.container
{
border: 0px solid #000000;
margin-top: 0px;
margin-right: auto;
margin-bottom: 100px
margin-left: auto;
padding-bottom: 100px
}



.professeurs
{
	float: left;
  width : 250px; height : 250px;

}

.image-ronde
{
  width : 250px;
  border: none;
  -moz-border-radius : 0px;
  -webkit-border-radius : 10px;
  border-radius : 10px;
}

.image-standard
{
  width : 250px;
  border: none;
  -moz-border-radius : 0px;
  -webkit-border-radius : 0px;
  border-radius : 0px;
}

fieldset 
{
width: 980px;
border-radius:15px;
border:0px solid #000000;
margin-top:0px;
margin-bottom:10px;
margin-right:0px;
margin-left:0px;

padding-top:0px;
padding-bottom:10px;
margin-left: auto;
margin-right: auto;

}

.modif
{
border-color: #000000;
border-width: 3px;
border-style: solid;
background-color: #f0f0f0;
vertical-align:middle;
font: 12pt arial;
width: 900px;
padding-top:5px;
padding-bottom:5px;
padding-left : auto ;
padding-right: auto;
}


legend
{
color:#000000;
font-weight:normal;
font: 14pt Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
margin-top:0px;
margin-bottom:0px;
margin-right:10px;
margin-left:10px;

padding-top:0px;
padding-bottom:0px;
margin-left: auto;
margin-right: auto;
}

:required 
{
  border: 1px solid #ff0000;
}

input, select, option 
{
background-color:#FFFFFF;

}

input, select 
{
padding:3px;
background-color: rgb(200, 200, 200);
background-color: rgba(255, 255, 255, 1);
border:2px solid #8888EE;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #88ffff inset;
}

input[type=submit], input[type=reset] 
{
text-align:center;
width:200px; 
height:30px; 
color: #000000;
font: 19px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
margin-left:5px;
box-shadow:10px 3px 3px #8888bb;
cursor:pointer;
}

input[type=checkbox] 
{
text-align:center;
width:30px; 
height:30px; 
cursor:pointer;
}


input[type=file] 
{
padding:3px;
border-radius:5px;
width:350px;
box-shadow:1px 1px 2px #88ffff inset;
}

input[type=text] 
{
padding:3px;
border-radius:5px;
width:300px;
box-shadow:1px 1px 2px #88ffff inset;
}

input[type=number] 
{
padding:3px;
border-radius:5px;
width:100px;
box-shadow:1px 1px 2px #88ffff inset;
}

input[type=button]
{
width:2000px; 
height:30px; 
color: #000000;
font: 16px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
margin-left:5px;
box-shadow:10px 3px 3px #8888bb;
cursor:pointer;
}


input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#000000;
    font-family:Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(./boutonradio.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(./boutonradio.png) -57px top no-repeat;
}


div#alertemessage
{ 
text-decoration:none;
font: 18px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
width: 100%;
text-align: left;
color: #ff0000;
font-weight: normal;
}

div#message
{ 
text-decoration:none;
font: 10px Segoe UI, Frutiger, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
width: 100%;
text-align: left;
color: #000000;
font-weight: normal;
}

/* CCS POUR HAUTEUR TEXTAREA AUTOMATIQUE.. */
adaptatifTextarea
{
min-height:40px; 
max-height:100px;
}

textarea
{
padding: 10px;
vertical-align: top;
width: 700px;
}

textarea:focus 
{
outline-style: solid;
outline-width: 2px;
}

.titre_col1
{
color: #0000FF;
text-align: center;
font: 20px;
font-weight: normal;
vertical-align:middle;
margin-top:0px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
padding-top:0px;
padding-bottom:0px;
padding-right:auto;
padding-left:0px;
}


.image-miniature
{
  width : 100px; height : auto;
  border: none;
}


.clignote {
text-transform : none;
  color: #000000;
  animation: clignote 2s linear infinite;
}
@keyframes clignote 
{  
  50% { opacity: 0; }
}

.modif
{
border-color: #000000;
border-width: 3px;
border-style: solid;
background-color: #f0f0f0;
vertical-align:middle;
font: 14pt arial;
font-weight: normal;
width: 900px;
padding-top:5px;
padding-bottom:5px;
padding-left : auto ;
padding-right: auto;
}

.imagesortie
{ 
display: block; 
border: 0px ridge #0000ff;
position:relative;
max-height: 200px;
max-width: 300px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-left: auto;
margin-right: auto;
}

div#modifgauche
{
width: 320px;
float: left;
color: #000000;
border: solid 0px #00ffff;
vertical-align:middle;
background-color: rgba(0, 0, 0, 0);
font: 16px;
font-style: italic;
font-weight: normal;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:20px;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}


