body {
	background: #c6c9ce ;
	color : #444444;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#header{
	background: url("../images/header-bg.png") repeat-x;
	height : 73px ;
	width : 100% ;
	margin : 0 ;
	padding : 0 ;
}
#wrapper{
	width : 960px ;
	margin : auto ;
}
#content{
	width : 100% ;
	min-height : 445px ;
	background: #ffffff ;
	border-radius: 12px 12px 12px 12px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.content-titre{
	color: #1C67AC;
	font-size: 30px;
	margin: 20px 0 ;
	font-weight: bold
}
#content-top{
	width : 100% ;
	min-height : 50px ;
}
#bg{
	background: #c6c9ce url("../images/body-bg.png") repeat-x;
	height : 255px ;
	width : 100% ;
	margin : 0 ;
	padding : 0 ;
}
#menu2{
	width : 500px ;
	height : 33px ;
	float : right ;
}
#menu{
	width : 500px ;
	float : right ;
	
	height : 40px ;
}
#header-logo{
	margin-top : 7px ;
	float : left ;
}
.content-footer{
	height : auto ;
	padding : 1px 30px 0 30px ;
	text-align: right ;
	font-size: 12px ;
}
.separateur{
	background : #c0c0c0 ;
	width : 900px;
	height : 1px ;
	margin : auto ;
}
.content-footer  a{
	color : #444444;
	text-decoration: none ;
	font-weight : bold ;
}
.menu-bg-blue ,.menu-bg-black ,.menu-bg-purple,.menu-first,.menu-last{
	height: 40px ;
	float: right ;
    text-align: center;
}
.menu-bg-blue {
	width : 130px ;
	background: url("../images/menu-bg-blue.png") repeat-x;
}
.menu-bg-black {
	width : 130px ;
	background: url("../images/menu-bg-black.png") repeat-x;
}
.menu-bg-purple {
	width : 130px ;
	background: url("../images/menu-bg-purple.png") repeat-x;
}
.menu-first {
	background: url("../images/menu-last-blue.png") repeat-x;
	width : 9px ;
}
.menu-last {
	background: url("../images/menu-last-black.png") repeat-x;
	width : 9px ;
}
.content-banner{
	border-radius: 12px 12px 0px 0px;
}

.browser-sep {
	width: 20px ;
}

a#menu-link-black, a#menu-link-blue, a#menu-link-purple{
	display: block;
	text-decoration : none ;
	color : #ffffff ;
	height: 15px;
	letter-spacing: 1px;
	line-height: 1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	height : 26px ;
	padding-top : 14px ;
}
a#menu-link-black:hover{
	color: #5E5E5E;
	text-shadow: 0 -1px 0 #000000;
}
a#menu-link-blue:hover{
	color: #0C3B6B;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.liens{
	Text-align : left ; 
	margin-left: 25px ;
	padding-top : 15px ;
	min-height : 370px ;
}

.image{
	border-width:2px; 
	border-style:Solid; 
	border-color:#FFF;
	margin : 10px ;
	height : 88px ;
	width : 158px ;
	box-shadow: 1px 1px 9px #555;
	cursor: pointer ;
}

.image:active{
	border: 2px solid black ;
	box-shadow: 0px 0px 0px ;
}

.galerie-bp-left, .galerie-bp-right{
	width: 25px;
	height: 25px;
	background: url("../images/slider_navbutton.png") no-repeat;
}
.galerie-bp-right{
	background-position: 0 0;
}
.galerie-bp-left{
	background-position: -24px 0;
}
.galerie-bp-right:hover{
	background-position: 0 -24px ;
}
.galerie-bp-left:hover{
	background-position: -24px -24px;
}
.galerie-bp-left, .galerie-link-prev {
	float : left ;
}
.galerie-bp-right, .galerie-link-next{
	float : right ;
}
.galerie-link-prev , .galerie-link-next{
	height : 35px ;
	line-height : 25px ;
	font-weight : bold ;
	cursor: pointer ;
	padding-top : 10px
}
.galerie-link-prev:active, .galerie-link-next:active, .galerie-bp-left:active , .galerie-bp-right:active {
	margin-top : 2px ;
}