/* Définition des polices personnalisées */
@font-face
{
	font-family: 'BallparkWeiner';
		src: url('../polices/ballpark.eot');
		src: url('../polices/ballpark.eot?#iefix') format('embeddedopentype'),
			 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('embeddedopentype'),
			 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;
}
@font-face
{
	font-family: 'TNR';
		src: url('../polices/ballpark.ttf') format('truetype');
			 
		font-weight: normal;
		font-style: normal;
}

/* Eléments principaux de la page */

body
{	
	background-color: rgba(245,245,245,0.8); 
	font-family:Arial,Dayrom,'Trebuchet MS','BallparkWeiner',sans-serif;
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
}

#bloc_page
{  
	/* margin: auto; */
	width: 100%;
	max-width: 1700px;
	min-width: 550px;
	border:1px solid rgba(255,83,0,0.8);    
	background-color: white; 
	
}

/* Header */
header
{  
	display:inline-block;
	position:relative;
	margin:auto;
	width:100%;
	margin-bottom:10px;	
}

header img
{
	padding:auto;
	margin:auto;
	width:100%;
	/*border-bottom: 2px solid blue;*/	
}

#you_are_here
{
	display:inline-bloc;
	position:relative;
	height: 25px;
	width:100%;
	
	margin:auto;
	margin-top:10px;
	
	padding-top: 1px;
	padding-left: 0px;
	background-color: white; 
	
	/*color: white;*/
	font-size: 1em;
		
}
#you_are_here img
{
	display:inline-bloc;
	width: 7%;
	margin-left: 15px;
	vertical-align: top;
}
.français
{
	
	display: inline-block;
	height: 20px;
	width:5%;
	position: absolute;
	right: 9%;
	bottom: 3px;
	font-weight:bold;
	font-size: 1em;
	text-align: center;
	padding: 3px 8px 0px 8px;
	color: blue;
	text-decoration: none;
	
	/*border:1px solid black;*/
	
}
.arabe
{
	
	display: inline-block;
	width:5%;
	height: 20px;
	position: absolute;
	right: 2%;
	bottom: 6px;
	font-size: 1.2em;
	text-align: center;
	padding: 3px 8px 0px 8px;
	color: blue;
	text-decoration: none;
	font-weight:bold;
	
	/*border:1px solid black;*/
	
}
.arabe:hover,.français:hover
{
	color:black;
}
#bloc_menu
{
	height: 20px;
	position: relative;
	margin-bottom:4%;
	margin-top:1%;
	z-index: 7;
}


/* Corps */
section
{
	display:inline-block;
	width:100%;
	/*border:1px black solid;*/
		
}
aside,article
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	margin-top:1px;
	
	/*border:2px solid black;*/
	
}
aside 
{
	
	float:right;
	width: 25%;
	margin-left: 0.5%;
	margin-right:0.5%;
	text-align:center;
	font-size:0.9em;
	border:1px dotted rgba(0,68,136,1);
	/* background-color: rgba(210,210,210,0.9); 	 */
	background : rgba(50,50,50,1); /* couleur de fond */        
    color : #fff; /* couleur du texte */
	
}

#section_IEEE 
{
	float:right;
	margin-top:2%;
	width: 25%;
	margin-left: 0.5%;
	margin-right:0.5%;
	text-align:center;  
	display:inline-bloc;
	position:relative;
	border:1px solid blue;
}

#section_IEEE  img
{
	
	width: 95%;
	margin-left: 2.5%;
	margin-right:2.5%;
	text-align:center;
}

article 
{
	float:left;
	width: 72%;
	margin-left: 0.5%;
	font-size: 1em;
	border:1px dotted rgba(0,68,136,1);
	font-family: Arial,'Trebuchet MS','BallparkWeiner',Dayrom,sans-serif;
	background-color: white; 	
}


#Defilement_Images
{
	display: inline-block;
	position:relative;
	margin:auto;
	margin-left:10px;
	margin-right:10px;
	height:300px;
}

#Defilement_Images_mini
{
	display: inline-block;
	position:relative;
	margin:auto;
	margin-left:10px;
	margin-right:10px;
	height:200px;
}
/* footer */

#flèche_retour
{
	display:inline-bloc;
	position:fixed;
	bottom:1%;
	right:1%;
	width: 4%;	
	z-index: 5;
}
#flèche_retour:hover
{
	opacity: 0.6;
}

footer
{	
	position:relative;
	margin-top:50px;	
	
}


#réseaux_sociaux
{
	display:inline-bloc;
	position:relative;
	width:100%;
	margin:auto;
	margin-top:20px;
	background-color: white; 
	font-size: 1em;
		
}
#réseaux_sociaux  img
{
	display:inline-bloc;
	width: 3%;
	margin-right: 5px;
	vertical-align: top;
}

#banniere_footer
{
	position:relative;
	border-top:1px solid rgba(255,83,0,0.8);
	margin-top: 20px;
	height: 135px;	
	margin-bottom: 0px;
}



#contacts
{	
	position:absolute;
	bottom:0;
	width:100%;
	height: 135px;
	text-align: center;
	/* background-color: rgba(210,210,210,0.4); */
	background : rgba(50,50,50,1); /* couleur de fond */        
    color : #fff; /* couleur du texte */
	font-size:0.8em;
}

#contacts a
{
	color : #fff; /* couleur du texte */
}


/*-------------------------------------------------------*/
/*---------------------Media Query-----------------------*/
/*-------------------------------------------------------*/
 @media screen and (min-device-width: 1481px) 
{
	#bloc_menu_clic
	{
		display:none;
	}
	#Defilement_Images_mini
	{
		display :none;
	}	
	/*#bloc_page
	{
		 width: 1400px;
		margin:auto;
		margin-left: 4%; 
	}*/
}

@media screen and (min-device-width: 1081px) and (max-device-width: 1480px)  
{
	#bloc_menu_clic
	{
		display:none;
	}
	#Defilement_Images_mini
	{
		display :none;
	}	
}

@media screen and (min-device-width: 940px) and (max-device-width: 1080px)   
{
	/*#bloc_page
	{    
		 width: 980px;
		margin:auto; */
		
		/* width:100%; */
		/* margin-left: 10%; 
	}*/
	
	.français
	{
		font-size: 0.8em;
	
	}
	
	.arabe
	{	
		font-size: 0.8em;
		bottom:3px;
	}
	aside 
	{
		font-size: 0.8em;
	}
	#banniere_footer
	{
		margin-top: 15px;
	}	
	footer
	{	
		margin-top:5px;	
	}
	#bloc_menu
	{
		display:none;
	}	
	#Defilement_Images_mini
	{
		display :none;
	}
}

@media screen and (min-device-width: 740px) and (max-device-width: 939px) 
{
	#bloc_page
	{    
		 margin-left: 10%; 		
	}
	.français
	{
		font-size: 0.7em;	
	}
	
	.arabe
	{	
		font-size: 0.7em;
		bottom:3px;
	}
	
	#bloc_menu
	{
		display:none;
	}
	
	aside 
	{
		font-size:0.6em;
	}
	
	article 
	{
		font-size: 0.8em;	
	}
	#Defilement_Images
	{
		display :none;
	}
	
	#banniere_footer
	{
		margin-top: 15px;
		height: 123px;
		margin-bottom: 0px;
	}
	footer
	{	
		margin-top:5px;	
	}
	#contacts
	{	
		height: 123px;
		font-size:0.7em;
	}
}

@media screen and (min-device-width: 630px) and (max-device-width: 739px) 
{
	 #bloc_page
	{    
		margin-left: 10%;
	}
	.français
	{
		font-size: 0.6em;	
		right: 9%;
	}
	
	.arabe
	{	
		font-size: 0.6em;
		bottom:3px;
	}
	
	#bloc_menu
	{
		display:none;
	}
	
	aside 
	{
		font-size:0.6em;
		
	}
	
	article 
	{
		font-size: 0.7em;	
		
	}
	#Defilement_Images
	{
		display :none;
	}
	#banniere_footer
	{
		margin-top: 10px;
		height: 110px;
		margin-bottom: 0px;
	}
	footer
	{	
		margin-top:5px;	
	}
	#contacts
	{	
		height: 110px;
		font-size:0.6em;
	}
	

	/* #menu_clic dl 
	{
		font-size:0.8em;
	} */
}

@media screen and (min-device-width: 560px)and (max-device-width: 629px) 
{
	#bloc_page
	{    
		margin-left: 10%;
	}
	.français
	{
		font-size: 0.55em;	
		right: 9%;
	}
	
	.arabe
	{	
		font-size: 0.55em;
		bottom:3px;
	}
	
	#bloc_menu
	{
		display:none;
	}
	
	aside 
	{		
		
		font-size:0.45em;
			
	}	
	article 
	{
		font-size: 0.6em;	
		
	}
	#Defilement_Images
	{
		display :none;
	}
	#banniere_footer
	{		
		margin-top: 10px;
		height: 100px;
		margin-bottom: 0px;
	}
	footer
	{	
		margin-top:2px;	
	}
	#contacts
	{	
		height: 100px;
		font-size:0.5em;
	}


	/* #menu_clic dl 
	{
		font-size:0.7em;
	} */	
	
}

/*@media screen and (min-device-width: 430px)and (max-device-width: 559px) */
@media screen and (max-device-width: 559px) 
{
	#bloc_page
	{    
		margin-left: 10%;
	}
	.français
	{
		font-size: 0.5em;	
		right: 10%;
	}
	
	.arabe
	{	
		font-size: 0.5em;
		bottom:3px;
	}
	
	#bloc_menu
	{
		display:none;
	}
	
	aside 
	{		
		
		font-size:0.4em;
		
		
	}	
	article 
	{
		font-size: 0.55em;	
		

	}
	#Defilement_Images
	{
		display :none;
	}
	#banniere_footer
	{		
		margin-top: 5px;
		height: 100px;
		margin-bottom: 0px;
	}
	footer
	{	
		margin-top:2px;	
	}
	#contacts
	{	
		height: 100px;
		font-size:0.5em;
	}
	
	
	
}
