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

body{
	background:url(images/bgbody.jpg) center repeat-y #404040;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin:0px;
}

#page{
	width:980px;
	margin:auto;	
}
#contenu{
	background:url(images/site_08.jpg) no-repeat;
	width:723px;
	height:607px;	
}
#contenuTXT{
	padding:10px;
	height:550px;	
}
	#contenuTXT h1{
		margin:0px;
		height:57px;
		padding:5px;
		font-weight:normal;
	}
	#contenuTXT h1 .h1rouge{
		color:#F00;
	}
	
	#contenuTXT h1 img{
		margin-bottom:-5px;
	}
#footer{
	margin-top:10px;
	font-size:10px;
	color:#666;	
}

h3{
	border-top:dotted #999;
	border-bottom:dotted #999;
	padding:3px;
	text-align:center;
	margin-top:15px;
	color:#333;
}
h2.soustitre{
	text-align:center;
	width:500px;
	margin:auto;	
}
.logoVA{
	font-size:14px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;	
}
	.logoVA .logoRouge{
		color:#F00;	
	}
	.logoVA .logoRouge strong{
		font-size:17px;
	}
	
.PhraseAccueil{
	background:url(images/puceLogo.png) left no-repeat;
	padding-left:30px;	
	margin-bottom:13px;
	color:#F00;
	font-weight:bold;
}
.presentation{
	overflow:auto;
	height:520px;	
}
.encadre{
	width:300px;
	margin:auto;
	border:dotted 3px #333;
	padding:10px;
	font-size:22px;
	text-align:center;	
}