/* Définition des polices personnalisées ---------------------------------------*/

@font-face{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===============Structuration page Index===============*/
html{
	/*background-color:#eceadf;*/
									/*pour phase test*/
									/*border:3px red dashed;*/
}
body{
	background: #eceadf;
    font-family: 'Trebuchet MS', Arial, sans-serif;
	margin-top:0px;
									/*pour phase test*/
									/*border:3px red dashed;*/
}


header{
	width: 1024px;
	margin: auto;
									/*pour phase test*/
									/*border:2px yellow solid;*/
}

#banniere_image{
	margin:auto;
	height: 200px;
	border-radius: 5px;
	background: url('img/e-penser.png') no-repeat;
	background-position: 0% 100%;
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19;
	margin-bottom: 25px;
	color:#ffffff;
	background-color:#FFFFFF;
	width:1024px;
									/*pour phase test*/
									/*border:3px red solid;*/
}

section{
	width:1024px;
	margin:auto;
	min-height:1000px;
	border-top:2px solid white;
									/*pour phase test*/
									/*border:2px blue dashed;*/
}

footer {
	width:1024px;
	margin:auto;

	                                /*test*/
	                                /*border:2px dashed red;*/
}
/*==============Structure et traitement Header (toutes les pages)==============*/
#header1{
	/*position:fixed;*/
    top:0px;
    width:1020px;
	margin: auto;
	height:40px;
	background-color:#eceadf;
	border-bottom:1px solid white;
	                                /*pour test*/
	                                /*border:1px red dashed;*/
}


#header2{
	width:1020px;
	margin: auto;
	height:40px;
	text-align:right;
	background-color:#f3f0eb;
	border-bottom:1px solid white;
	                                /*test*/	
	                                /*border:2px pink dashed*/
}

#header3 {
	margin-top:50px;
    width:1020px;
	margin: auto;
	height:auto;
	background-color:#eceadf;
	border-bottom:1px solid white;
	                                /*pour test*/
	                                /*border:2px green dashed;*/
}

#header3 em{
	font-size:13px;
									/*test*/
									/*border:2px solid green;	*/
}

#header4 {
	width:1020px;
	margin: auto;
	height:60px;
	background-color:#eceadf;
	border-bottom:1px solid white;
	                                /*pour test*/
	                                /*border:1px blue dashed;*/
}

#navigateurCompatible{
	width:600px;
	display:inline-block;
	/*height:none;*/
									/*test*/
									/*border:2px solid green;*/
}
#navigateurCompatible img{
	float:left;
	
}

#lecteur_audio {
	float:right;	

	width:250px;
	font-size: small;
                                    /*pour tests*/
                                    /*border:1px red dashed;*/
}


#logo_mon_site{
	width:450px;
	display:inline-block;
									/*test*/
									/*border:2px solid green;*/
}

#logo_mon_site div{
	display:inline-block;
	
}
#logo_mon_site img{
	border-radius:0px 30px 5px 30px;
}

#video_header{
	display:inline-block;
	
									/*test*/
									/*border:2px solid blue;*/
}

#videoAccueil{
	width:auto;
	display:inline-block;
									/*test*/
									/*border:2px dashed blue;*/
}


header h1{
    font-family: 'BallparkWeiner', serif;
    font-size: 2.5em;
    font-weight: normal;
	text-align:left;
}

header h2{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    font-weight: normal;
}





/*==============Structure Banniere image (page index)==============*/

#banniere-pub{
	width:1024px;
	height:20px;
	margin:auto;
	color:grey;
	text-align:center;
	font-style:italic;
									/*pour phase test*/
									/*border:2px green dashed;*/
}

/* Bannière description-----------*/

#banniere_description{
	position: absolute;
	bottom: 0;
	border-radius: 0px 0px 5px 5px;
	width: 1020px;
	height: 33px;
	padding-top: 15px;
	padding-left: 4px;
	background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
	background-color: rgba(24,24,24,0.8);
	color: white;
	font-size: 0.8em;
									/*pour phase test*/
									/*border:2px red dashed;*/
}

.bouton_rouge{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img{
    border: 0;
}


/*==============Structure Section (page index)==============*/
#container_left{
	width:180px;
 	/*float:left;*/
	display:inline-block;
								        /*test*/
								        /*border:3px solid red;*/
	
}

#container_right{
	width:180px;
	display:inline-block;
	vertical-align:top;
								        /*test*/
								        /*border:3px solid red;*/
}

article{
	width: 590px;
	padding:15px;
	display:inline-block;
	vertical-align:top;
	/*float:left;*/

								        /*test*/
								        /*border:3px solid red;*/
}


/*==============Traitement Footer (toutes les pages)==============*/

footer h1{
	font-size:medium;
    font-family: Dayrom, serif;
    font-weight: normal;
}



#liens_footer ul{
	display:inline-block;
	list-style-type:none;
	margin:0px;
}

#liens_footer li {
	color:black;
	font-size:small;
}


/*==============Traitement Menu (toutes les pages)==============*/
nav {
	/*position: fixed;*/
	z-index:99;
}

nav ul{
	list-style-type: none;/*on enlève les puces à liste*/
	padding:0px;
	margin:0px;
}

nav li{
    display: inline-block;/*on tranforme les listes de type block en inline*/
	margin: 0px;
	padding:0px;
	line-height:30px;
	width:130px;
	background-color:#333333;
	text-align:center;
											/*test*/
											/*border:2px red solid;*/
}

nav li a{
	display:block;    
	font-size: 1em;
    color: #FFFFFF;
    padding-bottom: 1px;
    text-decoration: none;
	border-bottom:1px white solid;
}

nav li :hover{
    background-color: #b318f3;

}


nav li ul li:hover{
	background-color:#c61a77;

}

nav ul li ul{
	display:none;
	z-index:100;

}

nav ul li:hover ul{
	display:block;
	text-align:left;
	margin:0px;
	width:130px;
	position: absolute;
											/*test*/
											/*border:1px red solid;*/
}

nav ul li:hover ul li ul{
	display:none;
	line-height:none;
}

nav ul li ul li:hover ul{
	display:block;
	margin-left:130px;
	margin-top:-30px;
	font-size:13px;

}


/*===========Design Site===============*/
#barre1{
	background-color:#7f5395;
	padding:3px 0 0 0 ;
	border-bottom:2px solid white;
}

#barre2{
	background-color:#7f5395;
	padding:2px 0 0 0 ;
	border-bottom:2px solid white;
}



/*========Structure Container_left et Right===========*/
.patchwork_cl{
	width:170px;
	height:auto;
	border:5px solid white;
	margin:8px 2px 0 0;
	margin-top:4px;
	text-align:center;
}

.patchwork_cl p {
	font-style:italic;
	text-align:center;
	margin:0px;	
}


.patchwork_cr{
	width:170px;
	height:auto;
	border:5px solid white;
	margin:8px 2px 0 0;
	margin-top:4px;
	text-align:center;
}
.patchwork_cr p {
	font-style:italic;
	text-align:center;
	margin:0px;	
}

								        /*pour test*/
								        /*.patchwork_cl, .patchwork_cr{
									        border:2px blue solid;

								        }*/

/*========Tratiement article===========*/

article p {
    font-size: 15px;
}
	/* deb table_index -------------------------*/
		.table_index {margin-top:40px;width:600px}
		.table_index td{border:3px solid white}
		.logo {text-align:center;}
		.commentaire {vertical-align:middle}
		caption{text-align:left;font-size:x-large;}
	/* fin table_index -------------------------*/

.ico_categorie{
    vertical-align: middle;
    margin-right: 8px;
}

/* fin configuration tableau -------------------------------------------------------------*/

#photoSysteme {
	width:300px;
	float:left;
	margin-top:20px;
										/*test*/
										/*border:1px solid red;*/
}

/* notes */

.remarque1 {
	font-size:13px;
	color:grey;
	font-style: italic;
}


/* styles */
.style10 {
	font-size:17px;
	color:#c61976;
	text-decoration:underline;
	font-style:bold;
}


td li {
	font-size:15px;

}

/* Téléchargement */
.telechargement {
 font-size:13px;
 font-style:italic;
 color:purple;

}


#activite {
	text-align:center;
	font-size:30px;
	color:purple;
}
