/* CSS Document */
*{
   margin:0;
   padding:0;
}

#content {width:1100px; margin:0 auto;}

#header {width: 1100px; height:360px; background-image:url(http://www.affoimonde.org/images/Header1.jpg);}
	#recherche {width: 100%; height:37px;}
	#logo {width:100%; height:143px;}

#middle {width: 1100px; height: 1000px;}
#menu {width: 1100px; height: 30px;}

	#col1 {float: left; width: 200px; height: 1000px;}
		#partenaires {width:190px; height:980px; margin-right:10px; margin-left:0px; background-image:url(../images/bgd_menu.png); text-align:left;}

	#col2 {float: left; width: 600px; height: 1000px;}
		#actualites {width: 600px; height: 590px; background-image:url(../images/bgd_actualites.png); margin-right:0px; margin-left:0px; margin-bottom:10px; text-align:center}
			#contenu_central {height:520px; width:570px; overflow-x:hidden; overflow-y:auto; text-align:justify; padding-right:10px;}
		#updates {width: 600px; height: 380px; /*background-image:url(../images/bgd_updates.png);*/ margin-right:0px; margin-left:0px;}
			#soutiens {float: left; width: 295px; height: 380px; background-image:url(../images/bgd_update_small.png); margin-right:0px; margin-left:0px;}
			#breves {float: right; width: 295px; height: 380px; background-image:url(../images/bgd_update_small.png);}

	#col3 {float: right; width: 300px; height: 1000px;}
		#media {width:290px; height:980px; background-image:url(../images/bgd_media.png); margin-left:10px; margin-right:0px;}

#footer {width: 1100px; height: 50px; background-image:url(../images/bgd_footer.png); clear: both; vertical-align:bottom}

body,td,th {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
body {
 background : #00012E;	

	text-align:center; /* for IE */
}
h1 {
	color:#740a14; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; 
	text-align:left	;
}
h2 {
	color:#000072; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px
}
a {
	font-size: 11px;
	font-weight:normal;
	color: #000072;
	text-decoration:none;
}
a:visited {
	font-size: 11px;
	color: #000072;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-size: 11px;
	color: #000072;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	font-size: 11px;
	color: #000072;
	font-weight:normal;
	text-decoration:none;
}

img {
	border: none
}
img, div, a, input { 
	behavior: url(http:../iepngfix.htc)
}


.rs-slideshow {
    border: 12px solid #FFF;
    height: 240px;
    margin: 24px auto;
    overflow: hidden;
    position: relative;
    width: 220px;
}
 
.rs-slideshow .slide-container {
    background-color: #FFF;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 
/*    Hide the slide data container    */
.rs-slideshow .slides {
    display: none;
}

.slide-container .slide-caption {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 6px 12px;
    position: absolute;
    text-align: center;
    right: 0;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
}
