/* CSS Document */

* { margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100% }

html {
	width:100%;
	height:100%;
}

body {
	height:100%;
	width:100%;
	background-image:url(../images/bg_blue_gradient.jpg);
	background-repeat:repeat-y;
	background-position:50% 50%;
	background-color:#002663;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:180%;
	font-weight:normal;
	margin:0px 0 10px 0;
	padding:0;
	line-height:80%;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight:bold;
	margin:3px 0 0 0;
	padding:0;
	line-height:100%;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:normal;
	color:white;
	margin:3px 0 0 0;
	padding:0;
	line-height:120%;
}

DIV #container {
	width:100%;
	height:100%;
}

.container_bg {
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
}

DIV #main {
	margin:auto;
	width:768px;
	height:100%;
}

	DIV #header {
		height:239px;
		min-height:239px;
		background-image:url(../images/bg_header.jpg);
		background-repeat:no-repeat;
		text-align:center;
	}
	
		DIV #header IMG {
			margin:171px 0 0 0;
			border:none;
		}
	
	DIV #content {
		background-image:url(../images/bd_blue_middle.jpg);
		background-repeat:no-repeat;
		padding-top:30px; 
		/*margin-top:0px;*/
		color:white;
	}
	
		DIV #menu {
			width:165px;
			float:left;
			font-size:60%;
			font-weight:bold;
			text-align:right;
			padding-top:4px;
		}	
		
			DIV #menu UL {
				list-style-type: none;
				margin:0;
				padding:0;
			}
			
			DIV #menu LI {				
				margin:0px 8px 12px 0;
				text-transform: uppercase;
			}
			
			DIV #menu LI A {
				text-decoration:none;
				color:white;
				/*background-color:#00183f;*/
				padding:4px;
			}
			
			DIV #menu LI LI {				
				margin:9px 0px 9px 0;
				text-transform: none;
			}
			
			DIV #menu LI LI A {
				background:none;
				/*border-right:5px solid #00183f;*/
				padding:3px 4px 3px 0;
			}
		
		DIV #middle {
			float:left;
			width:385px;
			margin-left:10px;			
		}		
		
			/* DIV #middle P {			
				font-size:60%;
				text-align:justify;
			} */	
			


			.img_middle_content {
				float:left;
				margin:0px 20px 10px 0;
			}
			
			DIV #middle .middle_content {			
				font-size:60%;
				text-align:justify;
			}
			
			DIV #middle A {			
				text-decoration:none;
				color:white;
				background-color:#00183f;				
			}	
			
			DIV #middle UL {
				/*font-size:60%;*/	
				margin:10px 0 0 20px;;		
			}
			
			DIV #middle LI {
				margin:0px 0px 5px 0px;	
				list-style-type: square;		
			}	
			
			#liens_connexes LI {
				margin:10px 0 10px 0 !important;
			}
			
			#liens_connexes A {
				text-decoration:none;
				color:white;
				background-color:#00183f;
				padding:4px;
			}
			
			
		DIV #right {
			width:194px;
			float:right;
		}
		
		DIV #mySlideShow {
	width: 200px !important;
	height: 100px !important;
		} 

		
			DIV #right UL {
				font-size:60%;	
				margin:10px 0 0 15px;;		
			}
			
			DIV #right LI {
				margin:0px 0px 5px 0px;	
				list-style-image: url(../images/icon_list_square.gif);
				list-style:#00183f;
			}
			
			DIV #right LI A {
				color:white;
				text-decoration:none;
			}
			
			.home_galerie {
				float:left;
				margin:0px 10px 10px 0;
				border:3px white solid;
			}
			
			.right_box {
				clear:both;
			}
		
DIV #footer {
	clear:both;
	width:600px;
	font-size:70%;
	color:white;
	margin:auto;
	text-align:center;
	padding:20px 0 10px 0;
}
#footer A {			
				text-decoration:none;
				color:white;				
			}	

.unecolonne {
	width:580px !important;
}