/***************************************

Styles for screen 1279px and lower

******************************************/

@media screen and (min-width: 1024px) and (max-width: 1279px)
{

	body
	{
		margin: 0;
		padding: 0;
	}

	/* header et footer */
	#header
	{
		z-index: 1000 !important;
		position: absolute;
		margin: 0;
		padding: 0;
		height: 285px;
		width: 100%;
		background-image: url(../images/bg-header-general-3.png);
		background-repeat: repeat-x;
	}

	/* footer */
	#footer
	{
		float: left;
		width: 90%;
		padding: 20px;
		margin-left: 40px;
		margin-right: auto;
		border: none;
		text-align: center;
	}

	a.foot
	{
		margin-right: 20px;
		color: #000000;
		font-size: 1.3em !important;
		font-weight: lighter;
		float: left;
	}

	.hubert
	{
		margin-top: 12px;
		width: 50px;
		height: 50px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	/* navigation */
	nav
	{
		text-align: center;
		margin-left: 35px;
		margin-right: auto;
		width: auto;
		font-size: 16pt;
		color: #8acccd;
		margin-top: 125px;
	}

	.makingAppointmentsContainer
	{
		max-width: 79%;
	}

	#container-home, #container-noir, #container
	{
		float: left !important;
		padding: 0;
	}

	.logo1, .logo2
	{
		float: left;
		text-align: center;
		margin-left: 25px;
		width: 135px;
	}

	#col-centre
	{
		text-align: center;
		position: relative;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		width: 90% !important;
		max-width: 90%;
	}

	#col-texte
	{
		float: left;
		text-align: center;
		margin: 20px 0;
		padding: 20px;
		background-color: #222020;
		min-height: 800px;
		height: inherit;
		width: auto !important;
		max-width: 25%;

	}

	#col-annonce
	{
		cursor: pointer;
		float: left !important;
		text-align: center;
		padding: 20px;
		margin: 20px 20px 10px 20px;
		min-height: inherit;
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;
		height: inherit;
		width: auto !important;
		max-width: 26%;
	}

	/* B-BA */
	#col-centre-baba
	{
		position: relative;
		margin-top: 0px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 90% !important;
		max-width: 90%;
	}

	#col-annonce-baba
	{
		cursor: pointer;
		float: left !important;
		text-align: center;
		padding: 20px;
		margin: 20px 0;
		min-height: inherit;
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;
		height: inherit;
		width: 90% !important;
		max-width: 90%;
	}

	#col-portrait
	{
		cursor: pointer;
		float: left !important;
		text-align: center;
		padding: 20px;
		margin: 20px;
		min-height: 600px;
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;

		width: auto !important;
		max-width: 40%;
	}

	#album
	{
		width: 90%;
		margin: 0;
		border: 20px solid #ffffff;
		background-color: #ffffff;
		float: left !important;
		text-align: center;
	}

}


