/*=========== COMMUN =========*/

	html,body {
	  	height:100%;  	
	}

	body {
		width:100%;
		min-width: 600px;
		background:#EBF1DE;
		color:#4F6228;
		font:18px Comic Sans MS,  Arial,  sans-serif;
		margin:0px;
	}

	body img {
		border:0px;
	}

	.wrap {
		/*position:relative;*/
		margin:0 auto;
		width:90%;
		/*min-height:100%;*/
	}
	
	#content {
		/*background:#EC3515;*/
		/*clear:both;*/
		/*min-height:510px;*/
    	/*padding-bottom:60px;*/
		width:100%;
		/*height:350px;*/
		/*height:60vh;*/
	}


	#pre-footer {
		/*clear:both;*/
		padding-top:10px;	
		
		/*background:#EC3515;*/
		/*padding-bottom:100px;*/
		/*background:#AA3005;*/

	}
	
	#pre-footer img{
		/*clear:both;*/
		width:100%
	}

	#footer {
		/*position:absolute;*/
		bottom:0;
		padding:0px;		
		font-size:10px;
		width:100%;		
		/*background:#EC3515;*/
	}

	#footer table {
		width:100%;
	}

	#footer img {
		height:50px;
		padding-left:20px;
	}

	#footer .footer-left {
		vertical-align:bottom;
	}

	#footer .footer-right {
		text-align:right;
		/*background:#AA3515;*/
	}

	#header {
		width:100%;
		/*float:left;*/
		/*margin-bottom: 15px;*/
	}
	
	#header {
		background:#FFFFFF;
		/*background:#EC3515;*/
	}
	
	#header .logo {
		/*float:left;*/
		display: inline-block;
		/*padding-left: 10px;*/
	}

	#header .choriste{
		/*float:left;*/
		text-align: right;
		display: inline-block;
	}

	#header .ville{
		/*float: right;*/
		display: inline-block;
		padding-right: 5px;
	}

	#header img {
		vertical-align:bottom;	
		/*float:right;*/
		border:0px;
	}
	

	#menu {
		display: inline-block;
		/*background:#150af5;*/
	}

	#content .alternatep {
		background-color:#D7E4BD;
	}


	#content p {
		margin-top:0px;
		margin-bottom:10px;
	}

	
	#content .title {
		font-weight:bold;
	}

	#content .paper {
		text-align:justify;
	}


/*=====================================*/
