body {

	overflow-x: hidden;

	margin: 0;

	background-color: white;

	width: 100%;

	min-width: 320px;

	font-family: verdana;

}



/*#site {

	width: 1000px;

	margin: auto;

	background-color: lightblue;

}*/



#contenuprincipal {

	display: inline-block;

	position: relative;

	padding-top: 15px;

	padding-bottom: 29px;

	padding-left: 20px;

	padding-right: 20px;

	width: 40%;

	margin: auto;

	left: 110px;

	top: 20px;

	background-color: white;

}



#contenuprincipal p {

	color: black;

	font-weight: normal;

	position: relative;

	text-align: justify;

	line-height: 28px;

	font-family: verdana;

}



a{

	text-decoration: none;

	color: #005998;

}



#links a{

	transition-duration: 300ms;

}





#links a:hover{

	color: #f6d68f;

}



#section1{

	border-radius: 10px;

	display: inline-block;

	vertical-align: top;

	position: relative;

	height: auto;

	width: 38%;

	margin: auto;

	padding-left: 50px;

	padding-right: -50px;

	padding-top: 15px;

	padding-bottom: 15px;

	left: 180px;

	top: 20px;

	background-color: #001727;

}



#section1 p{

	line-height: 23px;

	font-family: verdana;



}

#moi{



	padding-left: 10px;

	padding-top: 10px;

	border-radius: 30px;

}



#img {

	height: 100px;

	width: 100px;

}



#downloadpdf

{

	text-decoration: none;

	color: lightblue;

}



#downloadpdf:hover

{

	color: yellow;

}



@media(min-width: 320px) and (max-width: 1300px)



{ 



	 #contenuprincipal

    {

    	z-index: -5;

        width: auto;

        display: block;

		position: relative;

		padding-top: 0;

		padding-bottom: 29px;

		padding-left: 10%;

		padding-right: 20%;

		margin: 0;

		left: 0%;

		top: 10%;

		background-color: white;

    }



     #section1{

		display: block;

		vertical-align: top;

		position: relative;

		height: auto;

		width: auto;

		max-width: 50%;

		margin: 0;

		padding-left: 7%;

		padding-right: 17%;

		padding-top: 15px;

		padding-bottom: 15px;

		left: 10%;

		top: 20px;

		background-color: #001727;

	}



	#section1 p{

	line-height: 23px;

	font-family: verdana;

	}



}