body
{ 
  background: #CCC ;
 background-position: center top;
    background-repeat : auto;
    background-attachment: scroll;
    background-size: contain;

}

body, ul, li {
	font-size:10px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
}

#menu {
	list-style:none;
	width:988px;
	margin:30px auto 0px auto;
	height:43px;
	padding:0px 20px 0px 20px;

	/* Background color and gradients */
	
	background: #CCC;
	background: -moz-linear-gradient(top,#CCC , #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#FFF));


	/* Borders */
	
	border: 0px solid #002232;

	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 0px #edf9ff;
	box-shadow:inset 0px 0px 0px #edf9ff;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	z-index:99;
	padding: 4px 10px 4px 10px;
	margin-right:5px;
	margin-top:7px;
	border:none;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 4px 9px 4px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#000000;
	display:block;
	outline:0;
	text-decoration:none;
	/*text-shadow: 1px 1px 1px #000;*/
}

#menu li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
	padding-right:21px;
	background:url("../../Gestion_menu/img/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
	background:url("../../Gestion_menu/img/drop.png") no-repeat right 7px;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_1_large,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1 {width:130px;}
.col_1_large {width:270px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu p, #menu h2, #menu h3, #menu ul li {
		font-family: Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:10px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #666666;
}
#menu h3 {
	font-size:10px;
	margin:7px 0 10px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu li:hover div a {
	font-size:10px;
	color:#015b86;
}
#menu li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	text-align: center;
}
.imgshadowbis { /* Better style on light background */
	background:#FFFFFF;
	padding:1px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	text-align: center;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
}
#menu li ul li {
	font-size:10px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#menu li .col_1_large li {
	width:270px;
}


#main, #header, #logo,  #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#main
{ width: 100%;
}

#header
{ width: 100%;
}

#logo
{
	width: 100%;
	position: relative;
	height: 101px;
	background: url(../../Gestion_menu/img/logo_alternatif.png) no-repeat;
	background-position:center;

}

#logo #logo_text 
{ position: absolute; 
  top: 0px;
  left: 30px;}

#logo h1, #logo h2
{ font: normal 300% 'century gothic', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;}

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover 
{ padding: 10px 0 0 0;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;}

#logo_text h1 a .logo_colour
{ color: #555;}

#logo_text h2
{ font-size: 130%;
  padding: 0;
  color: #FFF;}



#site_content
{ width: 1028px;
  overflow: hidden;
  background: #F8F8F8;
  } 

.sidebar
{ float: right;
  width: 210px;
  padding: 20px 25px 15px 15px;}

.sidebar ul
{ width: 178px; 
  padding: 4px 0 0 0; 
  margin: 4px 0 30px 0;}

.sidebar li
{ list-style: none; 
  padding: 0 0 7px 0; }

.sidebar li a, .sidebar li a:hover
{ padding: 0 0 0 40px;
  display: block;
  background: transparent url(../../Gestion_menu/link.png) no-repeat left center;} 

.sidebar li a.selected
{ color: #444;
  text-decoration: none;} 

#content
{ text-align: left;
  width: 750px;
  float: left;
  padding-left: 20px;
  /*padding: 20px 0 15px 30px;*/

  }
  

#content ul
{ margin: px 0 22px 0px;}

#content ul li
{ list-style-type: none;
  background: url(../../Gestion_menu/bullet.png) no-repeat;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}


#footer
{ width: 1028px;
  height: 33px;
  padding: 20px 0 4px 0;
	background: #CCC;
	background: -moz-linear-gradient(top,#FFF , #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#CCC));
	}

#footer a
{ color: #FFF;
  text-decoration: none;}

#footer a:hover
{ color: #FFF;
  text-decoration: none;}



#colours
{ height: 0px;
  text-align: right;
  padding: 66px 16px 0px 300px;}
  
  #content_header
{ width: 100%;
  height: 1px;
  background-color:#FF0000;

}
  #content_footer
{ width: 100%;
  height: 1px;
  background-color:#FF0000;
}

  #content_header_2
{ width: 100%;
  height: 1px;
  background-color:#006633;

}
  #content_footer_2
{ width: 100%;
  height: 1px;
  background-color:#006633;
}

#btntop
{
background-image:url(../../Gestion_menu/img/btt.jpg);
width:26px; /*largeur de votre image, 128px pour l'exemple*/
height:25px; /*hauteur de votre image, 128px pour l'exemple*/
position: fixed; /*fixed permet un positionnement par rapport à la fenetre du navigateur*/
left:30px; /*décalage gauche de 30px*/
bottom:35px; /*décalage par rapport au bas de page de 35px*/
/*opacity:0.3;*/ /*eventuellement pour apporter une touche de discretion, dépend de votre image*/
}


/*La règle :hover est facultative, tout dépend du résultat attendu. l'exemple l'utilise. Je vous l'inclus au cas où vous en auriez besoin */
#btntop:hover
{
background-image:url(../../Gestion_menu/img/btt_up.jpg);
width:26px; /*largeur de votre image, 128px pour l'exemple*/
height:25px; /*hauteur de votre image, 128px pour l'exemple*/
position: fixed;
left:30px;
bottom:35px;
/*opacity:0.8;*/ /*eventuellement pour apporter un renforcement visuel au survol, dépend de votre image*/
}
