body {
  background-color: #ffffff;
  min-width:980px;
}

.accueil{
font-size:13px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.accueil-border{
border-bottom:dotted 1px #ffffff;
margin-bottom:5px;
width:110px;
}

#contentwrapper{
	float: right;
	width: 100%;
	margin-left: -816px; /*Set left margin to -(leftColumnWidth + RightColumnWidth)*/
}

#droite{
	margin-left: 816px; /*Set left margin to (leftColumnWidth + RightColumnWidth)*/
	background-image:url('../images/droite.jpg');
	background-repeat: no-repeat;
	height:800px;
}

.tableContenu {
	text-align:left;
}

#gauche{
	float: left;
	width: 260px; /*Width of left column in pixels*/
	background: #ffffff;
}

#core{
	float: left;
	width: 556px !important; width: 553px; /*Width of right column in pixels*/
	background: #ffffff;
  font-family: arial;	
}

#core .imgentete {
	 width: 556px !important; width: 554px;
	 height: 153px;
}

#contenu{	
	text-align:justify;
	padding: 5px 25px 5px 0px;	
}

#contenu p {
	padding-bottom:5px;
}

#contenu h1 {
	font-size: 16px;
	color: #003366;
	margin-bottom: 10px;
	font-weight: bold;
}

#contenu a {
	color: #003366;
	font-size:11px;

}

#contenu .tabimage img{ 
	border:3px solid #000000;
}

.borderImg{ 
	border:3px solid #000000;
}

#paysage{
	position:absolute;visibility:hidden;left:260px;
}
#paysage .ppimg,#portrait .ppimg{float:left;border:4px solid #1F3CC0;}
#portrait{
	position:absolute;visibility:hidden;left:260px;
}
.fermer{
	position:absolute;left:365px;
}
.fermerPortrait{
	position:absolute;left:359px;
}

#footer{
	clear: both;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#menu {
	margin-top:10px;
	height:29px;
	font-family: arial;
	color: #000000;
	font-weight: bold;
	text-align: center;	
}

#menu a
{	
	margin: 0 1px 0 0;
	padding: 0px 0px;
	padding-left:10px;
	background: #ffffff;
	color: #ff0000;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	}

ol {
  padding-left:10px;
}