/* mas_screen_typo.css */
/* définit les règles typographiques  */

/* nav */

ul.nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
li.nav_list {
	float: left;
	display: block;
	background-color: #c3702a;
	padding: 4px 7px;
	width: 14.9%;
	height: 15px;
	margin: 0 2px 0 0;
}
li.nav_list a, li.nav_list a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
li.nav_list a:hover, li.nav_list a:active {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
li.nav_list:hover {
	background-color: #d47a2e
}

/* menu */


ul.menu_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.menu_list {
	
}

li.menu_1 { padding-left: 0; color: black; }

li.menu_2 { padding-left: 10px; color: black; }

li.menu_3 { padding-left: 20px; }

li.menu_active { color: #c3ba8e }
li.menu_active a, li.menu_active a:visited { color: #c3ba8e !important; }
li.menu_active a:hover, li.menu_active a:active { color: #ece1ac !important; }

li.menu_list a, li.menu_list a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
li.menu_list a:hover, li.menu_list a:active {
	color: black;
	font-weight: normal;
	text-decoration: none;
}


/* liens */
/*a, a:visited { /* PAS CMS *****
	color: #C3702C;
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active {
	color: #C3BA8F;
}*/

#pied {
	text-align: center;
	text-decoration: none;
	color: black;
	font-size: 12px;
}
#pied a, #pied a:visited {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
#pied a:hover, #pied a:active {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 10px;
}
#copyright a, #copyright a:visited {
	text-decoration: none;
	color: white;
	font-size: 11px;
}
#copyright a:hover, #copyright a:active {
	text-decoration: underline;
}

/* headings */

/*#secondaire h1 {
	width: 212px;
	padding: 0 0 0 0;
	margin: 0 0 0 -10px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	background: url(images/fond_titres1.png) transparent no-repeat;
	border: 1px solid black;
}*/

h1 {
	margin: 0 0 15px 0;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

h2 {
	margin: 15px 0 5px 0;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}

h3 {
	margin: 15px 0 5px 0;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

/* divers */

pre {
	margin: 0; /* Rc */
}
#content .text p, #content .text pre {
	text-indent: 0px;
	line-height: normal;
}
pre, code {
	font-size: 1.2em;
}

.gross {
	width: 5.71em;
	height: 1.07em;
}

a img {
	border: 0 none;
}

li a img {
	vertical-align: middle;
	padding-bottom: 1px !important;
	padding-bottom: 0;
}