*{
	color: black;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	width:100%;
    background-color: #24262e;
}

p{
    font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color : black ;
}

h1{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h2{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color : white;
}

h4{
	font-size: 20px;
	line-height: 25px;
	font-weight : normal ;
	margin-bottom : 5px ;
}

a:hover {
	text-decoration:none ;
}

div {
position:relative;
}

ol,ul {
list-style-position:inside;
}

#headline .in {
	margin-bottom : 20px ;
 }

#headline .in .texte {

background-color : #f18825;
width : 430px ;
position : absolute ;
margin-top : -200px ;
opacity : 0.7 ;
 }

#headline .in .texte h2 {
	text-transform: none ;
	margin-left : 200px ;
}

#headline .in .texte h3 {
	text-transform: uppercase ;
	color : white ;
	font-size : 20px ;
	margin-left : 200px ;
}

#headline .in .texte h4 {
	text-transform: none ;
	color : white ;
	font-size : 20px ;
	margin-left : 200px ;

}


#contenu .in tr {
	display: inline-block;
	margin-left : 30px;
}

#contenu .in h1 {
	font-size : 40px;
	font-family: "Gill Sans MT", Helvetica, Arial, sans-serif;
	font-weight : normal;
	text-transform : none ;
	font-style : italic ;
	text-align : center ;
	margin-top : 20px;

}
#contenu .in td {
	display: inline-block;
	border: none ;
}

#contenu .in h4 {
	text-align : center ;
}

#contenu .in p {
	margin-left: 15px ;
	margin-right : 10px ;
	margin-top : 10px ;
	margin-bottom : 10px ;
}
/*
#footer .in {
	background-color : #f18825;
	height : 30px ;
	margin-top : 20px ;
} */

/**************************************/
/**************ACCUEIL*****************/
/**************************************/

#bulle{
	position: absolute;
	left: 10%;
	top: 35%;
}

.titre{
	position:absolute;
	top:40px;
	left:140px;
	text-transform:uppercase;
}

.desc, .titre{
	color:white;
}

.fond{
    width:100%;
    border-bottom:4px solid black;
}

.desc{
	position:absolute;
	top:85px;
	left:40px;
	width:70%;
    text-align:center;
}

#dev{
    width:900px;
	display:block;
    margin-top:10%;
	background-color: #f18825;
	border:2px solid black;
	padding-bottom:3%;
    margin-left:20%;
}

#dev h1{
    text-align: center;
    padding-bottom:5%;
}

#dev p, #dev input{
	margin-left:10px;
}

#img1{
    width:26%;
    height:70%;
    float:left;
    margin-left:10%;
}

#img2{
    width:47%;
    height:70%;
    float:right;
    margin-right:10%;
}

#img1, #img2{
    margin-top:3%;
    margin-bottom:2%;
    border:3px solid black;
}

#img2 #text p,#img1 #text p{
    display:none;
    width:100%;
    height:100%;
}

#img2:hover #text p,#img1:hover #text p{
    display: block;
    background-color: rgba(0,0,0,0.6);
    color:white;
    font-weight:bold;
    text-align:center;
    font-size:18px;
    cursor:pointer;
}
#affichagemobile {
display : none ;
}
#affichagemobile .titremobile {
display : none ;
}
#affichagemobile .descmobile {
display : none ;
}
/*
#footer{
    float:none;
    clear:both;
		}*/
@media screen and (min-width: 300px) and (max-width: 640px){
    .fond{
	margin-top: 0px;
	display : block ;
	border-bottom:1px solid black;
    }

#accueil {
	display : block ;
}
		#bulle {
	margin-top : 20px ;
	display : none ;
	background-color : orange ;*

    }
		#bulle img {
	display : none ;
    }

    #bulle .titre{
			display : none;
	font-size:10px;
    }

    #bulle .desc{
			display : none ;
	font-size:8px;
	text-align:center;
    }

		#affichagemobile{
			margin-top : 10px ;
			display : block ;
			width : 100%;
			background-color :#f18825;
			border-top:1px solid black;
			border-bottom:1px solid black;

		}
		#affichagemobile .titremobile{
			text-align : center ;
			font-family : 'ITC Franklin Gothic' ;
			font-weight : bold ;
			text-transform:uppercase;
			display : block;
			margin : auto ;
			font-size : 14px ;
			color : black ;
		}
		#affichagemobile .descmobile{
			margin-left : 10px ;
			margin-right : 10px ;
			text-align : center ;
			display : block;
			font-size : 11px ;
			line-height : 10px ;
			margin-bottom : 5px;
			color : black ;
		}
		#img1{
		    width:32%;
		    height:30%;
		    float:left;
		    margin-left:2%;
		}

		#img2{
		    width:60%;
		    height:30%;
		    float:right;
		    margin-right:2%;
		}

		#img1, #img2{
		    margin-top:10px;
		    margin-bottom:3%;
				border: 1px solid black;
		}
