@charset "utf-8";
/* CSS Document */

#container ,
#header ,
#navMenu,
#page ,
#menu,
#footer ,
#copyright
{
width:1000px;
max-width:1000px;
clear:both;
margin: 0 auto;
padding: 0px;
display:block;
/*border: 0 px;*/
/*height:748px;*/
}

#header
{
height:100px;
}

#logo
{
clear:right;
float:left;
width:248px;
height:100px;
}

#anim
{
float:right;
width:752px;
height:100px;
}

#navMenu
{
height:56px;
}

#page
{
}

#pagehaut{
	height:21px;
	background-image:url(../img/pagehaut.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#pagecentre{
	min-height:500px;
	height:auto;
	padding:0px 49px 5px 49px;
	width:902px;
	background-image:url(../img/page_fond.png);
	background-position:23px 0px ;
	background-repeat:repeat-y;
}

#bandeau{
	height:238px;
	width:922px;
	display:block;
}

#bandeau_texte{
	/*height:238px;*/
	width:421px;	
	float:right;
}

#bandeau_texte_onglet{
	height:30px;
	width:350px;
	margin-top:10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.vert{
	background-image:url(../img/onglet_vert.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.bleu{
	background-image:url(../img/onglet_bleu.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.orange{
	background-image:url(../img/onglet_orange.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.violet{
	background-image:url(../img/onglet_violet.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.rouge{
	background-image:url(../img/onglet_rouge.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.bleu2{
	background-image:url(../img/onglet_bleu2.png);
	background-position:right top;
	background-repeat:no-repeat;
}


#bandeau_texte_texte{
	padding-left:5px;
	padding-right:10px;
	text-align:justify;
}

#corps{
	min-height:310px;
	height:auto;
	width:902px;
	padding-top:10px;
}

#corps.home{
	width:922px;
}
#courant{
	display:block;
	min-height:345px;
	height:auto;
	width:657px;
	float:right;
	clear:left;
}
#courantviolet,#courantorange,#courantbleu ,#courantrouge, #courantvert, #courantbleu2{
    height:auto;
	width:752px;
	float:right;
	/*padding-left:24px;*/
	margin-top:10px;
}

#couranthome{
	text-align:left;
	height:auto;
	width:752px;
	float:right;
}

#courant.petit{
	height:345px;
	width:328px;
	margin-right:10px;
	float:left;
	clear:right;	
}

#sos{
	width:150px;
	float:left;
	margin-bottom:5px;
	margin-top:10px;
}

#sos .tel{
	font-size:15px;
}

#pied{
	display:block;
	height:20px;
	width:902px;
	background-image:url(../img/pied.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:3px 10px 0px 10px;
	font-size:11px;
	color:#FFF;
	clear:both;
	margin:5px 0px;

	/*margin-top:40px;*/
}

#pagebas{
	height:21px;
	background-image:url(../img/pagebas.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:50px;
	font-size:10px;
	clear:both;
}

.spacer {
margin-top:10px;
  clear: both;
}
