/* CSS Document */

body{
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	overflow:auto;
	xtext-align: center;
	background:url(../design/bkg_body.png) top center repeat-y;
}

div#conteneurBackgroundDecor{
	position:fixed;
	margin:0 auto;
	text-align: left;
	display:block;
	height:100%;
	width:968px;
}
	
	div#conteneur{
		position:relative;
	}
	
		h1#titreAccueil{
			position:relative;
			text-align:center;
			padding-top:5%;
		}
			h1#titreAccueil img{
				width:220px;
				height:144px;
			}
			
			h1 span{
				display:none;
			}
		
		div#conteneurCentre{
			position:relative;
			margin-top:10%;
			text-align:center;
			margin-top:25px;
			margin:0 auto;
			width:535px;
		}
	
			div.conteneurLangue{
				position:relative;
				width:225px;
				float:left;
				margin-top:20px;
				padding:35px 0;
			}
			
				div#langueFr{
					text-align:right;
					margin-right:-3px;
					padding-right:40px;
					background:url(../design/division_accueil.png) right top repeat-y;
				}
					img#imgBienevenue{
						width:130px;
						height:23px;
					}
				
					div#langueFr p{
						position:relative;
						right:0;
						text-align:right;
					}
				
				div#langueEn{
					text-align:left;
					margin-left:0;
					padding-left:43px;
					background:url(../design/division_accueil.png) left top repeat-y;
				}
					img#imgWelcome{
						width:120px;
						height:23px;
					}
				
					div#langueEn p{
						position:relative;
						left:0;
						text-align:left;
					}
				
					div.conteneurLangue h2 span{
						display:none;
					}
					
					div.conteneurLangue p{
						color:#348fa5;
						font-size:0.7em;
						margin: .7em 0 0;
					}
					
	div#piedPage{
		width: auto;
		margin: 0 30px;
		padding: 50px 0 25px;
	}
	p#avertissementContenu{
		display: none;
	}

	span#decorationBas, span#decorationGauche, span#decorationDroite, span#decorationDroite2{
		position:absolute;
		display:block;
		float:left;
	}


	span#decorationBas{
		width:245px;
		height:51px;
		bottom:0;
		left:50%;
		margin-left:-122px;
		background:url(../design/decoration_accueil_bas.png) center bottom no-repeat;
	}
	
	span#decorationGauche{
		width:136px;
		height:341px;
		left:50%;
		margin-left:-621px;
		bottom:0;
		background:url(../design/decoration_accueil_left.jpg) no-repeat;
	}
	
	span#decorationDroite{
		width:202px;
		height:428px;
		top:20%;
		right:50%;
		margin-right:-687px;
		background:url(../design/decoration_accueil_right.jpg) no-repeat;
	}
	
	span#decorationDroite2{
		width:138px;
		height:159px;
		top:35%;
		right:50%;
		margin-right:-484px;
		background:url(../design/decoration_accueil_right2.png) center bottom no-repeat;
	}
	
.avertissement{
	float:none;	
}
	