*{
	margin:0px;
	padding: 0px;
	
}
#lemonde {
	z-index: 10;
	min-height: 100%;
	top: 0px;
	width: 844px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FC1922;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;
	display: block;
}




html , body {
	height:100%;
	width:100%;
	text-align: center;
	margin: 0px;	
}


#barre {
	height: 101px;
	width: 846px;
	margin: auto;
	position: relative;
	top: 45px;	
	display: inline-block;
}
#logo {
	position:relative;
	width: 120px;
	height: 100px;
	z-index: 10000;
	top:0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline-block;
}
#blocFondMenu {
	width: 726px;
	height: 100px;
	z-index: 9999;
	background-image: url(../images/fdMenu2.gif);
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	position: relative;
	display: inline-block;
	background-color: #FFF;
}
#fondImage{
	width: 0px;
	display: block;
	top: 0;
	left: 0;
	position:absolute;
}
#menuAccueil {
	left:0px;
	position:relative;
	text-align:right;
	width:726px;
	height:100px;
	z-index:6;
	font-family: "ITCStoneSerif LT", serif;
	font-size:60%; /* Menu text size */
	line-height: 90px;
	background-color: #FFF;
	display: block;
	position:absolute;
}
#centeredmenu {
	top: 0;
	left: 0;
	width: 726px;
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF; /* black line below menu */
	font-family: Arial, sans-serif; /* Menu font */
	font-size: 80%; /* Menu text size */
	z-index: 1000; /* This makes the dropdown menus appear above the page content below */
	position:absolute;
	font-weight: bold;
	word-spacing: 0.2em;
	text-align: center;
	display: block;
		
}

/* Top menu items */
#centeredmenu ul {
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	text-align:center;
	height: 40px;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;  
}
#centeredmenu ul li {
	
	float:left;
	position:relative;
	left:50%;
	top:25px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: -5px;
	margin-bottom: 0;
	margin-left: -5px;
	
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	font-size:1em;
	line-height:1em;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding-right: 2.4em;
	padding-left: 2.4em;
	padding-bottom: 0.4em;
	background-color: #FFF;
}
#centeredmenu ul li.active a {
   color:#463ABD;
	 background-color:#FFF;
}
#centeredmenu ul li a:hover {
	color:#463ABD;
	z-index:500;
	background-color:#FFF;

}

#centeredmenu ul li.active a,
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background-color:#FFF; /* Top menu items background colour */
	color:#463ABD;
	border-bottom:10px solid #FFF;
	/*text-align: center;*/
	z-index:500;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none;  /*Sub menus are hiden by default */
   position:absolute;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:100%; /* width of the drop-down menus */
   z-index:500;
	
   
}

#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
   z-index:500;
      	top: 7px;
		
}

#centeredmenu ul li.active ul li a,
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:6.5pt;
	font-weight:bold; /* resets the bold set for the top level menu items */
	color:#000;
	background-color:#FFF;
	line-height:90%; /* overwrite line-height value from top menu */
	border-bottom:1px solid #FFF; /* sub menu item horizontal lines */
	z-index:500;
	
}
#centeredmenu ul ul li a:active,
#centeredmenu ul li.active ul li a.active,
#centeredmenu ul li.active ul li a.active,
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color:#463ABD;
	background-color:#FFF;	 
}


/* Make the sub menus appear on hover */
#centeredmenu ul li.active ul,
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	
	display:block; /* Show the sub menus */
	
}




/*colorbox*/
ul {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
a:focus
{
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
input:focus
{
	background-color:yellow;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#vignettes {
	position: relative;
	background-color: #FFF;
	height: 450px;
	width: 727px;
	top: 104px;
	vertical-align: top;
	z-index: 10;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	outline: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#vignettes ul {
	position:relative;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

#vignettes ul li {
	vertical-align: top;
float:left;
text-align:left;
}
#blocTexte {
	background-color: #FFF;
			padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	margin-right: 20px;
	margin-left: 20px;
	
}
.scroll-pane {
	width: 100%;
	height: 450px;
	overflow: auto;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 0px;
	border-left-width: 0px;
			}
		

a {
	color: #463ABD;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
	outline: none;
}

a : hover {
	color: #463ABD;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline: none;
}
a : active {
	color: #463ABD;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline: none;
	
}

a : visited {
	color: #463ABD;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
	outline: none;
}

img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	clip: rect(0px,0px,0px,0px);
	hspace: 0px; 
	vspace: 0px; 
	border: 0px;
}
#titre {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}



h1 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #463ABD;
	text-transform: uppercase;
	line-height: 110%;
	padding: 0px;
	vertical-align: middle;
	text-indent: 0px;
	letter-spacing: 0.1em;
	
	margin-right: 0px;
	margin-bottom: 1%;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 110%;
	margin-top: 1%;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;	
}
.ARIALnoir {
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
	line-height : normal;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #463ABD;
	text-transform: uppercase;
	padding: 0px;
	text-indent: 0px;
	letter-spacing: 0.1em;
	
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 60%;
	font-weight: bold;
	color: #463ABD;
	text-transform: uppercase;
	padding: 0px;
	text-indent: 0px;
	letter-spacing: 0.1em;
	
}

p {
	font-size: 70%;
	line-height: 110%;
	color: #333;
	letter-spacing: 0.05em;
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: none;
	margin-top: O%;
}

#fondBox {
	position: relative;
	top:204px;
	z-index:900;
/*	width:728px;
	height:450px;*/
	background-color: #463ABD;
	text-decoration: none;
	margin-right: auto;
	margin-left:auto;
	/*display:none;*/
	}
.noFocus : focus {
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h5 {line-height: 100%;
	font-family: Arial, sans-serif;
	font-size: 40%;
	color: #000;
	text-align: right;
	font-weight: normal;
	line-height: normal;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.blackDate {
	
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}

#scrollAdresse {
	outline: none;
	height: 450px;
	width: 324px;
	z-index: 1000;
	position: relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;

}

#bloc2 {
	top:1px;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
}