*{
	margin :0;
	padding :0;
	font-family: 'Oswald', Sans-serif;
	color: #4b4b4b; 
	text-align: center;
}

.str_vert
{
	text-decoration: underline;
}

#content
{
	max-width: 983px;
	margin: 0 auto;
}

#header
{
	width: 100%;
}

#menu_container
{
	background-color: #4bc6b3;
	width: 100%;
	height: 30px;
}

#menu
{
	background-color: #4bc6b3;
	width: 92%;
	margin: 0 auto;
}

.menu_item
{
	background-color: #4bc6b3;
	color: #ffffff;
	float: left;
	width: 24%;
	padding-top: 3px;
	border-right: 1px solid #ffffff;
}

.menu_item1
{

	background-color: #4bc6b3;
	color: #ffffff;
	float: left;
	width: 26%;
	padding-top: 3px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

.text_1
{
	padding: 3%;
	clear: both;
	font-size: 19px;
}

.title_container
{
	background-color: #4bc6b3;
	width: 100%;
	clear: both;
}

.bloc_img_left
{
	padding: 4%;
	height: 260px;
}

h1
{
	background-color: #4bc6b3;
	color: #ffffff;
	display: block;
}

h2
{
	background-color: #4bc6b3;
	color: #ffffff;
	display: block;
}

.bloc_p
{
	font-size: 17px;
float: left;
width: 54%;
display: block;
text-align: justify;
}

.img_bloc
{
	float: left;
width: 40%;
border: 4px solid #4bc6b3;
border-radius: 2%;
display: block;
}

.separator
{
	width: 4%;
float: left;
display: block;
height: 184px;
}

.col
{
	clear: both;
	height: 4%;
}

@media screen and (max-width: 700px)

{
	.bloc_p
	{
		float: none;
		width: 92%;
		margin: 0 auto;
	}

	.img_bloc
	{
		float: none;
		width: 70%;
		margin: 0 auto;
	}

	.separator
	{
		float: none;
		display: none;
	}

	#menu
{
	background-color: #4bc6b3;
	width: 100%;
	margin: 0 auto;
}

#menu_container
{
	background-color: #4bc6b3;
	width: 100%;
	height: 0%;
}

.menu_item
{
	height: 50px;
	width: 24.50%;
	line-height: 44px;
	float:none;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ffffff;
}

.menu_item1
{
height: 50px;
	width: 100%;
	line-height: 44px;
	float:none;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;

	
}
	.bloc_img_left
	{
		height: auto;
	}
}