@import url("form.css");

body{
	background-color: #BBC4D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	width : 100%;
	height: 100%;
}
ul {
	list-style: disc;
	list-style-position: inside;
}
ul li{
	padding : 0.2em 0;
	text-align : left;
}

.clear{
	clear : both;
}

p{
	line-height : 1.5em;
}

.imgRight{
	float : right;
	margin : 5px;
}

#container{
	/*width : 920px;*/

	
/*	border : solid #081734 2px;*/
	margin : 0 auto;
}


#header_bg{
	background-color: #203D5F;
	width : 100%;
	border-bottom: solid white 2px;
}
#header{
	height : 38px;
	background : #0E2341 url(header.jpg) no-repeat top left;
	padding : 0;
	padding-top : 145px;
	/*border-bottom : solid 2px white;*/
	width : 930px;
	margin : 0 auto ;
	border : none;

}

#menu{
	background-color: white;
	background: url(menubg.jpg) repeat-x top left;
	list-style: none;
	margin : 0;
	margin-left : 100px;
	margin-right : 20px;
	padding: 0;
	font-size: 0.9em;
	font-stretch: narrower;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width : 800px;
}
#menu li{
	padding : 0;
	float : left;
	/*border : solid red 1px;*/
	height : 40px;
	display : block;
	/*width : 130px;*/
}
#menu li a{
	display : block;
	/*height : 20px;*/
	/*width : 10px;*/
	padding-left : 10px;
	padding-right : 5px;
	padding-top : 15px;
	color : #4F649D;
	text-decoration: none;
	background: url(menu_sep.jpg) no-repeat top left;
}
#menu li a:hover{
	color : #B28E44;
	/*border-bottom : solid #426D86 3px;*/
}
#menu li#first{
	background: url(menu_left.jpg) no-repeat top left;
	padding-left : 20px;
}
#menu li#first a{
background: none;
}
#menu li#last{
	float : none;
	overflow: hidden;
	background: url(menu_right.jpg) no-repeat top right;
}


#center{

	clear : both;
	background-color: #BBC4D1;	
	width: 100%;
	border-top : solid white 1px;
}

#content{
width : 920px;
margin : 0 0 1em 0;
margin : 0 auto;
}
#footer{
	background-color: #909CBC;
	height : 1em;
	padding : 0.5em 5px;
	text-align: center;
}
#footer a{
	color : #0C122C;
}
#footer a:hover{
	color : #3559BD;
}
#diaporama{
	margin : 0 auto;
}


h1{
	color : #B18E43;
	font-size : 1.7em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom : 0.5em;
}
h2{
	color : #B18E43;
	font-size : 1.5em;
	line-height: 1em;
	margin-top : 0.5em;
}

a{
	color : #7C8952;
}

a:hover{
	color : #364C58;
	text-decoration: none;
}

strong{
	font-weight: bold;
}
small{
	font-size : 0.9em;
}
em{
	font-style: italic;
}
.bloc{
	line-height: 1.2em;
	width : 918px;
	font-size: 0.9em;
	margin : 5px;
	background: white url(bloc_center.jpg) repeat-y top right;
	font-size: 0.9em;
}
.bloc p{
	margin : 0.5em 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	
}
.bloc .bloc_top{
	background: url(bloc_top.jpg) no-repeat top left;
	width : 918px;
	height : 12px;
}
.bloc .bloc_bottom{
	background: url(bloc_bottom.jpg) no-repeat top left;
	width : 918px;
	height : 12px;
}

.bloc .bloc_center{
	padding : 5px 10px;
}
.bloc .bloc_content{
	width : 390px;
	float : left;
	text-align: justify;
}
.bloc .bloc_content_full{
	width : 850px;
}
.bloc .bloc_mini{
	/*	width : 380px;*/
	width : 250px;
	/*text-align: justify;*/
	float : left;
}
.bloc .separator, .bloc .separator_mini{
	background: url(bloc_separator.jpg) no-repeat top left;
	float : left;
	width : 16px;
	height : 306px;
	margin : 0 30px;
}
.bloc .separator_mini{
	background: url(bloc_separator_mini.jpg) no-repeat top left;
	height : 170px;
	margin : 0 0.8em;
}
.bloc #diaporama{
	float : left;
	
}

.imgLeft{
	float : left;
   padding-right : 5px; : 
}

.tall{
	padding-bottom : 2em;
}
.tall2{
	padding-bottom : 20em;
}

.next{
	background : url(puce_next.gif) no-repeat top left;
	padding-left : 20px;
	float : right;
}
.prev{
	background : url(puce_prev.gif) no-repeat top left;
	padding-left : 20px;
}

#diaporama2{
	margin : 0 auto;
	margin-top : 3em;
	width : 310px;
	height : 240px;
}