/* Document CSS */
body
{
	width:800px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;		
	background-color:#959595;
	font-family:Tahoma, Verdana, Arial, Times, serif;
	font-size:12px;
}

/* L'en-tête */
#en_tete
{
	width:800px;
	height:130px;
	background-image:url("../images/logo_jmm.png");
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin:auto;
}

#site-web {
	background:#000000 none repeat scroll 0;
	border:1px solid #000000;
	margin:auto;
	width:796px;
}

/* Le menu */
#menu
{
}

.element_menu
{
	background-color:#626262;
	background-image:url("../images/motif.png");
	background-repeat:repeat-x;
	border:2px solid black;
	margin-bottom:20px;
}

/* Quelques effets sur les menus */
.element_menu h3
{	
	color:#B3B3B3;
	font-family:Tahoma, Verdana, Arial, Times, serif;
	text-align:center;
}

.element_menu ul
{
	list-style-image:url("../images/puce.png");
	padding:0px;
	padding-left:20px;
	margin:0px;
	margin-bottom:5px;
}

.element_menu a
{
	color:#B3B3B3;
}

.element_menu a:hover
{
	background-color:#B3B3B3;
	color:black;
}

/* Le corps de la page */
#corps
{
	margin-bottom:20px;
	margin-top:20px;
/*	margin-left:20px;
	margin-right:20px;*/
	
	padding:20px;
	color:#B3B3B3;
	background-color:#626262;
	background-image:url("../images/motif.png");
	border:2px solid black;
	height:auto;
}

#corps h1
{
	color:#B3B3B3;
	text-align:center;
	font-family:Tahoma, Verdana, Arial, Times, serif;
}

#corps h2
{
	height:30px;
	background-image:url("../images/titre.png");
	background-repeat:no-repeat;
	padding-left:30px;
	color:#B3B3B3;
	text-align:left;
}

#corps_contact
{
	margin-bottom:20px;
	margin-top:20px;
/*	margin-left:20px;
	margin-right:20px;*/	
	padding:5px;
	color:#B3B3B3;
	background-color:#626262;
	background-image:url("../images/motif.png");
	border:2px solid  black;
	height:120px;		
}

#col1
{
  float:left;
  width:10%;
  height:120px;  
	margin-left:20px;
	margin-right:20px;
}

#col2
{
  float:left;
  width:28%;    
  height:120px;
	margin-left:20px;
	margin-right:20px;
}

#col3
{
  float:left;
  width:10%;
  height:120px;  
	margin-left:20px;
	margin-right:20px;
}

#col4
{
  float:left;
  width:28%;    
  height:120px;
	margin-left:20px;
	margin-right:20px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
  clear:left;
	padding:5px;
	text-align:center;
	color:#B3B3B3;
	background-color:#626262;
	background-image:url("../images/motif.png");
	background-repeat:repeat-x;
	border:2px solid black;
}

/*****************************************************/
/*****************************************************/
/*              MENU                                 */       
/*****************************************************/
/*****************************************************/
.kwicks {
  list-style-type: none;
  list-style-position:outside;
  position: relative;
  margin: 0;
  padding: 0;
}
 
.kwicks li{
  display: block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  float: left;
  width: 125px;
  height: 40px;
  margin-right: 0px;
  background-image:url("../images/kwicks_sprite.jpg");
  background-repeat:no-repeat;
}

.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}

#kwick2 {
	background-position:-200px 0px;
}

#kwick3 {
	background-position:-400px 0px;
}

#kwick4 {
	background-position:-600px 0px;
}

#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}

#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}

#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}

#kwick4.active, #kwick4:hover {
	background-position: -600px bottom;
}

#kwick1 a{
	background-image:url("../images/end.jpg");
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-image:url("../images/end.jpg");
	background-repeat:no-repeat;
	background-position: right -40px;
}

#kwick4 a:hover{
	background-position: right -120px;
}