html{
	margin:0px;
	padding:0px;
}

body{
	background-color:#131e30;
	background-image:url(../pics/fond1.png);
	background-position:top;
	background-repeat: repeat-x;	
	margin:0px;
	padding:0px;
	font-family:verdana;	
	color:black;
	font-size:8pt;
}

table{
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing: 0px;	
	border-collapse: collapse;	
	
}

a:link, a:visited, a:active{
	text-decoration:none;
	color: white;
}

a:hover{
	color:red;
}

#logoId{
	width:347px; 
	height:28px; 
	float:left;
	margin-right:20px;
}

.container{
	width:890px;
	margin:auto;
	border:1px solid black;
	margin-top:15px;
	background-color:white;
	
}

.footer{
	display:block;
	height:98px;
	background:url(../pics/fondBottom.png) repeat-x top;
	text-align:center;
	line-height:40px;
	color:white;
	font-size:13px;
	
}

.topBand{	
	position:absolute;
	width:890px; 
	height:147px;
	display:block;
	margin:auto;
	
}

.flagIcon{
	float:right;
	display:block;	
	width:16px;
	height:11px;
	margin:8px 2px 2px 2px;
	border:none;
}

#imgAccId{
	display:block;
	width:545px;	
	margin-left:5px;
	border:1px solid black;
}

.menuContainer{	
	clear: both;
	background-color:black;
	color:white;
	height:28px;
	text-align:left;
	width:890px;
	border-top:1px solid black;
	border-bottom:1px solid black;	
}

.menuTop a, .menuTop a:link, .menuTop a:active{
	display:block;
	margin-top:4px;
	border:0;	
	padding-left:5px;
	padding-right:5px;
	font-family:verdana;
	text-decoration:none;
	color:white;
	background-color:black;
	font-size:11pt;

}

.menuTop a:hover{
	color:red;
}

.menuBottom a, .menuBottom a:link, .menuBottom a:active{
	display:block;
	margin-top:4px;
	border:0;	
	padding-left:5px;
	padding-right:5px;
	font-family:verdana;
	text-decoration:none;
	color:white;
	background-color:black;
	font-size:11pt;	
}

.menuBottom a:hover{
	color:red;
}

.contentContainer{
	display:block;
	background-color:white;
	width:890px;		
	
}



.contentLeft{
	float:left;		
	text-align:left;	
	width:460px;
	
		
}

#contentTitre{
	display:block;
	background-image:url(../pics/titreAccueilFond.png);
	background-repeat:repeat-y;
	border:1px solid black;		
	height:30px;
	width:877px;
	line-height:30px;	
	font-size:14pt;
	text-align:center;	
	margin:5px;		
	
}

h1{
	font-size:12pt;
	color:#243c61;
}

h2{
	font-size:10pt;
}

.texte{
	margin:10px;
	font-size:12px;
	
}

.fondIcone{
	display:block;
	margin:auto;
	width:240px;
	height:183px;
	background-image:url(../pics/fondIcone.png);
	background-repeat:no-repeat;	
	margin-bottom:0px;
	margin-left:10px;	
	padding-top:10px;
	padding-left:10px;
}



.voitureVignette{
	display:block;
	height:75px;
	width:100px;			
}

.voitureVignetteLabel{
	text-decoration:none;
	color:black;
	background-color:white;
	clear:both;
	text-align:center; 
	font-size:9px; 
	font-weight:bold;
	padding-bottom:2px;
	height:25px;
	width:101px;	
	border-left:1px solid #ccc;
}

.contentRight{
	float:right;	
	width:430px;	
	text-align:left;	
}

#logoMarqueeId{
	display:block;	
	width:405px;
	background-color:white;
	height:75px;
	line-height:75px;
	border:1px solid black;
	color:black;
	padding-top:10px;
	padding-bottom:10px;
}

.wrap3 .logoWrap{
	border:none;
	margin-left:40px;
}

.contentRightText{	
	display:block;	
	max-height:500px;
	height: expression(this.scrollHeight > 500 ? "500px" : "auto"); /* IE */
	width:405px;	
	border:1px solid black;
	margin-top:0px;
	background-image:url(../pics/fondContentRight.png) ;
	overflow:auto;		
	font-size:12px;
	font-family:arial;
	
	border-color:black #ccc #ccc black;
	
}

	
  
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	display:block;
} 
	
.wrap1 {
	float:left;
	background:url(../pics/shadow.gif) right bottom no-repeat;
}

.wrap2 {
	background:url(../pics/corner_bl.gif) left bottom no-repeat;
}

.wrap3 {
	padding:0px 8px 8px 0px;
	background:url(../pics/corner_tr.gif) right top no-repeat;
}
	
.wrap3 img {	
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
}


	
	
	
	
	