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

#container {

}

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

#header
{
height:100px;
}

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

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

#navMenu
{
height:56px;
}

#page
{
height:100%;
}

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

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

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

#bandeau_texte_onglet{
	height:56px;
	width:140px;
	margin-top:15px;
	padding: 5px 0px 0px 5px;
}
.vert{
	background-image:url(../img/onglet_vert.png);
	background-position:left top;
	background-repeat:no-repeat;
}

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

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

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

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

#bandeau_texte_texte{
	padding-left:10px;
}

#corps{
	width:902px;
	padding-top:10px;
	height:auto;
}
#courant{
	display:block;
	width:657px;
	float:left;
	clear:right;
}

#courant.petit{
	width:267px;
	margin-right:20px;
	float:left;
	clear:right;	
}

#sos{
	height:345px;
	width:210px;
	float:right;
	padding-left:30px;
}

#pied{
	display:block;
	height:24px;
	width:902px;
	background-image:url(../img/pied.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 10px 0px 10px;
	font-size:11px;
	color:#FFF;
}

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


