/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #939FC7;
}

/*
a.lien1:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333300;
}
a.lien1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 333300;
}
a.lien1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
*/

/* overrides decoration from previous rule for hovered links */

h1{
 color: #663300;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
}

h2{
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

h3{
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/***********************************************/
/* Body                                 */
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
	text-align: center ;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEDECA;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	text-align: left;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border-right: #CCCCCC 1px solid;
	border-left: #EEEEEE 1px solid;
	background-color: #F0CF8E;
	text-decoration: none;
}

/* A VOIR */
/* On dfinit la hauteur de la partie header, contenant le titre du site */
#header
{
	height: 258px;
	cursor: help;
	filter: Invert;
}

/* En passant on dfinit l'overflow de la balise pre  auto pour permettre d'afficher des barres de dfilement si le texte contenu dans cette balise est trop grand */
pre
{
	overflow: auto ;
}

/* On dois donner une largeur au pre  cause d'Internet Explorer, on ne va donc l'appliquer qu' Internet Explorer en utilisant un "hack", la combinaison " * html " permet de n'appliquer ce qui suis qu' Internet Explorer */
* html pre
{
	width: 636px ;
}
/* FIN A VOIR */
			
#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}

#navBar{
/*
	margin: 0 80% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
*/	
/*
	margin: 0;
	padding: 0;
	width: 150px;
*/	
/*	
	margin: 0 80% 0 0;
	padding: 0px;
*/	
 	float:left;
	width: 20%;
	margin: 0;
	padding: 20px 0 0;
}

#frise{
	margin: 0;
	padding: 0px;
	width: 100%;
	background-image: url(images/FriseOmbreh20.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

#content{
	width: 70%;
	margin: 0 0 0 22%;
	border-left: 1px solid #DDDDDD;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 30px;
	padding-top: 20px;
}

#contentaccueil{
	width: 70%;
	margin: 0 0 0 22%;
	border-left: 1px solid #DDDDDD;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 30px;
	padding-top: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#headImage {
	background-image: url(images/Bandeau5.jpg);
}

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0% 0px 30px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 16%;
	width: 70%;
/*	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
*/	
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
   
#globalNav ul {
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#globalNav li {
	padding: 0px 10px 0px 10px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
/*
	border-top: 1px solid #666666;
*/	
/*
	border-bottom: 1px solid #666666;
*/	
/*	
	padding: 0px 0px 2px 10px;
*/	
/*
	padding: 4px 0px 4px 0px;
*/	
	line-height: 30px; 
	border-bottom: 1px solid #FFCC66;
/*	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
*/	
}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/*	
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
*/	
/*	
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
*/	
}

#sectionLinks a:link{
/*
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
*/	
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
/*
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
*/	
}

#sectionLinks a:hover{
/*
	border-top: 1px solid #cccccc;
*/	
	padding: 0px 0px 0px 2px;
/*	
	background-color: #FFCCAA;
*/	
}

/************** #advert styles **************/

#advert150{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert150 img{
	display: block;
}

#adverthorz{
	padding: 30px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#adverthorz img{
	display: block;
}

#advertvert{
	padding: 30px 0px 0px 35px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advertvert img{
	display: block;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	overflow: visible;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature ul{
	margin: 0px;
	padding: 5px 0px 0px 12px;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************* #sac styles ***************/

#titre-rando-maroc{
	text-align: left;
	background-image: url(Sahara-Atlas-Maroc/randonnee-trek-maroc/images/bande-titre-rando-maroc10.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 54px;
	vertical-align: middle;
	padding-left: 20px;
}

#titre-rando-maroc h1{
	margin: 10px 0px;
	padding: 0px;
}

/************* #sac styles ***************/

#sac{
	text-align: left;
/*	background-color: #ffdb86; */
	background-image: url(Sahara-Atlas-Maroc/randonnee-trek-maroc/images/sac-godasses13.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-left: 100px;
	height: 100px;
}

/************** .Accueil styles *****************/

.accueil{
	padding: 0;
	margin: 0;
}

/************** .story styles *****************/

.story{
	padding: 0px 0px 10px 0px;
	color: #996633;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.story p{
	padding: 0px 0px 10px;
	margin: 0px;
}

.story li {
	margin: 0px;
	padding: 2px 0px 3px;
}

.story li li{
	margin: 0px;
	padding: 0px;
}

.story ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.story1{
	padding: 0px 0px 10px 10px;
}

.story1 p{
	padding: 0px 0px 10px 0px;
	color: #663300;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/************** .enumeration styles *****************/

.enumeration{
	padding: 0px 0px 10px 0px;
}

.enumeration h2{
	color: #664400;
}

.enumeration h3{
	text-align: center;
	color: #664400;
	background-color: #FFEE99;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
/*	
	margin: 0px 0px 2px;
*/	
}

.enumeration h4{
	text-align: center;
	color: #663300;
	background-color: #FFDD77;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-top: thin solid #FFEE99;
	border-right: thin #FFEE99;
	border-bottom: thin #FFEE99;
	border-left: thin #FFEE99;
/*	
	margin: 0px 0px 2px;
*/	
}

.enumeration p{
	padding: 0px;
	color: #996633;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.enumeration ul{
	padding: 0px;
	margin: 4px 0px 10px 20px;
}

.enumeration li{
	padding: 0px 0px 4px;
	color: #996633;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.enumeration ul ul{
	padding: 0px;
	margin: 0px;
}

.enumeration li li{
	padding: 0px;
	margin: 0px;
	color: #996633;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
}

/************** .story styles *****************/

.pied{
	clear: both;
/*	
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
*/	
}

/************** pages de support photo, carnet... *****************/

#support {
	background-color: #F0CF8E;
}


/*
.support{
	background-color: #F0CF8E;
}
*/
/*
.support body{
}
*/
/*
#support {
	background-color: #F0CF8E;
}
*/
#frise{
	margin: 0;
	padding: 0px;
	width: 100%;
	background-image: url(images/FriseOmbreh20.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 60%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	margin-LEFT: 160px;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link {
	color: #999999;
	text-decoration: none;
}

#siteInfo a:visited {
	color: #999999;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: none;
/*
	color: #939FC7;
*/
	color: #FFFFFF;
}
