/* 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;
}*/

#footer #footer_middle #footer_middle_center .text {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: white;
	/*vertical-align: middle;*/ /* Léger décalage vers le bas pour FF, OK pour les autres */
	text-align: left;
	text-decoration: none;
	font-size: 10px;
}

#footer #footer_middle #footer_middle_center .text a, #footer #footer_middle #footer_middle_center .text a:visited {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: white;
	/*vertical-align: middle;*/ /* Léger décalage vers le bas pour FF, OK pour les autres */
	text-align: left;
	text-decoration: none;
	font-size: 10px;
}

#footer #footer_middle #footer_middle_center .text a:hover, #footer #footer_middle #footer_middle_center .text a:active {
	text-decoration: underline;
}

#footer #footer_middle #footer_middle_left .text {
	text-align: left;
	text-decoration: none;
	font-size: 10px;
}

#footer #footer_middle #footer_middle_left .text a, #footer #footer_middle #footer_middle_left .text a:visited {
	text-decoration: none;
	font-size: 10px;
}

#footer #footer_middle #footer_middle_left .text a:hover, #footer #footer_middle #footer_middle_left .text a:active {
	text-decoration: underline;
}

#footer #footer_middle #footer_middle_right .text {
	text-align: right;
	text-decoration: none;
	font-size: 10px;
}
#footer #footer_middle #footer_middle_right .text a, #footer #footer_middle #footer_middle_right .text a:visited {
	text-decoration: none;
	font-size: 10px;
}
#footer #footer_middle #footer_middle_right .text a:hover, #footer #footer_middle #footer_middle_right .text a:active {
	text-decoration: underline;
}

/* headings */

h1 {
	font-size: 2em;
	color: #c3702a;
	margin: 0px; /* Rc */
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: #98916f;
	margin: 5px 0 0 0px; /* Rc */
	font-weight: normal;
	position: relative;
	top: -0.5em;
}

/* divers */

pre {
	margin: 0; /* Rc */
}
#main .content p, #main .content pre {
	padding: 0px 0; /* Rc */
	text-indent: 0px;
}
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;
}