/* CSS document */

* { 
	padding:0;
	margin:0;
}

body{ 
	text-align: center; 
	background:#e5e5e5 url(../images/fond-site.jpg) repeat-x; 
}


div#global {
	width:100%;
	background:#fff url(../images/fond-site.jpg) repeat-x;
}

div#header {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:253px;
	width:900px;
	background:#fff url(../images/fond-header.jpg) no-repeat;
}

div#header_right {
	width:510px;
	height:253px;
	float:right;
	margin:0px;
	padding:0px;
}

div#logo {
	display:block;
	padding-top:47px;
	padding-bottom:50px;
}

div#logo img {
	border:0px;	
}

/***** texte defilant ******/
#cadrpg { 
	width:350px;
	height:253px; 
	padding-left:40px;
	border:0; 
	overflow:hidden;
	float:left;
}

#newshr { 
	position:relative; 
	width:330px; 
	height:20px; 
	overflow:hidden; 
	background:transparent; 
}

#defile { 
	position:absolute; 
	margin-top:1px; 
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#004737;
}
/***** fin texte defilant ******/

div#menu {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:60px;
	width:900px;
	background:#fff url(../images/fond-menu.jpg) no-repeat;
}

/**** menu principal ****/

#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	padding-left:50px;
}

#nav li {
	float: left;
}
#nav li a {
	display: block;
	width:80px;
	color: #fff ;
	font-family: "Arial", sans-serif ;
	font-size: 12px;
	font-weight:bold;
	padding: 12px 20px 11px 20px;
	text-align: left ;
	text-decoration: none ;
	border-left:1px solid #004737;
	border-right:1px solid #004737;
}
#nav li a strong { 
	font-size:14px;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	color: #004737 ;
	background: #BDC9C7 url(../images/menu-item-over.jpg) repeat-x;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
/**** fin menu principal ****/

/**** contenu *****/
div#content {
	margin: 0 auto;
	width: 900px;
	min-height: 300px; 
	text-align:left;
}
.no_col {
	padding-left:40px;
}
.left_col {
	width:260px;
	float:left;
	padding-left:40px;
	padding-right: 20px;
}
.right_col {
	width:560px;
	float:right;
}
/**** fin contenu *****/

/**** footer *****/
div#footer {
	text-align:center;
	width:100%;
	background:#e5e5e5 url(../images/fond-footer.gif) repeat-x;
}

div#footer_content {
	height: 100px;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background:#e5e5e5 url(../images/footer.gif) no-repeat;
}

div#footer_content2 {
	padding-top:18px;
	padding-left:40px;
	font-family:"Verdana", Arial;
	font-size:11px;
	color:#666;
	line-height:16px;
}

div#footer_content2 a {
	font-family:"Verdana", Arial;
	font-size:11px;
	color:#666;
	text-decoration:none;
}

div#footer_content2 a:hover, div#footer_content2 a:active, div#footer_content2 a:focus {
	text-decoration:underline;
}
/**** fin footer *****/

.all {
	clear:both;
}

