/********************************************
   AUTHOR:  			Erwin Aligam
            			Thomas Noirez
   WEBSITE:   			http://www.styleshout.com/
********************************************/
* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	background: #dfdfdf;
	font: 9pt/1.5em sans-serif;
	color: #707070;
	text-align: center;
	margin: 15px 0;
	z-index: 100;
}
/* LIEN */
#wrap {
	-moz-box-shadow: 10px 10px 5px #656565;
	-webkit-box-shadow: 10px 10px 5px #656565;
	-o-box-shadow: 10px 10px 5px #656565;
	box-shadow: 10px 10px 5px #656565;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5 );
}

a {
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

a:VISITED {
	text-decoration: none;
}

.webinfo a,.webinfo a:visited,#plan a,#plan a:visited {
	color: #0f3c54;
}

#header a,#header a:visited {
	color: #FFFFFF;
	background: inherit;
}

#header a:HOVER,.webinfo a:HOVER,#plan a:HOVER,#mandat a:HOVER {
	text-decoration: underline;
}

h1 {
	text-transform: uppercase;
}

ul,ol {
	margin: 5px 20px;
	padding: 0 20px;
}

form {
	margin: 10px;
	padding: 0 5px;
	border: 1px solid #D5D5D5;
	background-color: #DADADA;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em sans-serif;
	color: #777;
}

textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

#header h1#titleText {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 20pt sans-serif;
	letter-spacing: -1px;
	color: #37743e;
	text-transform: none;
	text-decoration: none;
	top: 25px;
	left: 20px;
}

#header #header-links {
	top: 25px;
	left: 700px;
	font: bold 10pt sans-serif;
	letter-spacing: -1px;
	position: absolute;
	text-align: right;
}

#header #header-locale {
	float: right;
	font: bold 10pt sans-serif;
	letter-spacing: -1px;
	margin: 20px 3em 1em 1em;
	text-align: right;
}

#header #header-logo {
	display: none;
	float: right;
	font: bold 10pt sans-serif;
	letter-spacing: -1px;
	margin: 20px 3em 2em 1em;
}

#header h2#sloganText {
	position: absolute;
	margin: 0;
	padding: 0;
	font: normal 9pt sans-serif;
	text-transform: none;
	color: #37743e;
	top: 75px;
	left: 20px;
}

#nav1 {
	background-color: #f26e10;
}

#nav1 ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	height: 40px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: sans-serif;
}

#nav1 ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;
	width: 110px;
}

#nav1 ul li:first-child {
	border-left: 1px solid #ffffff;
}

#nav1 ul li a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	width: 110px;
	line-height: 40px;
	font-weight: bold;
}

#nav1 ul li.current a,#nav1 li.current a,#nav1 ul li.current {
	background: transparent url("hmenu-sel.png") repeat-x top left;
	background-color: #9d4405;
	color: #ffffff;
}

#main p,#main h1,#main h2,#main h3,#main ol,#main ul,#main form {
	margin: 5px 0pt 0pt 0pt;
}

#main p,#sidebar p {
	text-align: justify;
}

h1 {
	font-family: sans-serif;
	font-size: 13pt;
	letter-spacing: 1px;
}

#main h1,#plan h1 {
	border-bottom: 1px solid #F26E10;
	color: #666666;
	padding-left: 0.5em;
}

#main h1 span {
	color: #F26E10;
}

#main p {
	padding-left: 1em;
}

#main li {
	margin-left: 2em;
}

#main h2 {
	color: #f26e10;
	background-color: #ffffff;
	border-bottom: 1px solid #f26e10;
	font-family: sans-serif;
	font-size: 12pt;
}

#main h3 {
	color: #f26e10;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 12pt;
}

#main img {
	border: 0px solid #CCC;
	padding: 0px;
}

#sidebar * {
	margin: 1px;
}

#sidebar h1 {
	font-family: sans-serif;
	font-size: 13pt;
	padding-left: 0.5em;
	color: #ffffff;
	background-color: #A8B2A9;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px;
	padding: 0;
	text-decoration: none;
	border-top: 1px solid #e1e1e1;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 0px 0 0px 0px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #e1e1e1;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #0f3c54;
	background-color: #ffffff;
	display: block;
}

#sidebar ul.sidemenu li a:hover,#plan ul.planliste a:hover {
	background-color: #7da9c0;
	color: #0f3c54;
}

#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}

#sidebar ul.sidemenu ul li {
	border: none;
}

h1,h2,h3,h4,h5 {
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav1 ul li a {
	font-size: 14px;
	text-transform: uppercase;
}

#footer-wrap a {
	text-decoration: none;
	color: #707070;
	font-weight: bold;
}

#footer-wrap a:hover {
	color: #000;
}

#footer-wrap p {
	margin-top: 20px;
	padding: 0;
}

#footer-wrap h2 {
	color: #707070;
	margin: 0;
	padding: 0 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.clear {
	clear: both;
}

#planTable {
	width: 100%;
	vertical-align: top;
}

#planTable tr td {
	vertical-align: top;
	width: 50%;
}

#plan ul.planliste {
	list-style: none;
	text-align: left;
	padding: 20px;
	text-decoration: none;
}

#plan ul.planliste li {
	list-style: none;
	padding: 0px 0 0px 0px;
	margin: 0 2px;
	color: #777;
	border-bottom: 1px solid #e1e1e1;
}

#plan ul.planliste a,#plan h1 a {
	text-decoration: none;
	display: block;
	color: #0f3c54;
}

.listActif {
	width: 100%;
}

.listActif caption {
	text-align: left;
	margin-top: 20px;
}

.listActif th {
	text-align: center;
}

.listActifPair {
	background-color: #DDDDDD;
}

.listActifImpair {
	background-color: #EEEEEE;
}

#alphabet {
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	color: #DADADA;
	margin: 20px 0px;
}

#alphabet a {
	padding: 4px;
	color: #ffffff;
	text-decoration: none;
}

#alphabet a.letter {
	color: #a8b2a9;
}

#alphabet a.selectletter {
	color: #37743e;
	background-color: #a8b2a9;
}

.glossaire {
	text-align: justify;
}

.glossaire h1 {
	
}

#loginInfoMenu {
	background-color: #FFCFCF;
	margin-bottom: 5px;
	margin: 6px auto 2px;
	width: 900px;
	color: #0F3C54;
}

#loginmenu {
	color: #0F3C54;
	clear: both;
}

#logininfo {
	background-color: #FFCFCF;
	margin-bottom: 5px;
	margin: 6px auto 2px;
	width: 900px;
}

#loginmenu ul {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

#loginmenu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}

#loginmenu ul li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 150px;
	font-weight: bold;
	vertical-align: middle;
	color: #0F3C54;
}

#loginmenu ul li a:hover {
	background-color: #FF4F4F;
	color: #ffffff;
}

#logininfo {
	position: relative;
}

#loginLeft {
	float: left;
}

#loginRight {
	float: right;
}

TABLE.t-data-grid THEAD TR,div .t-palette-title {
	color: white;
	background-color: #a8b2a9;
}

TABLE.t-data-grid THEAD TR * a,TABLE.t-data-grid THEAD TR * a:visited {
	color: white;
	text-decoration: none;
}

TABLE.t-data-grid TBODY TR * a,TABLE.t-data-grid TBODY TR * a:visited {
	color: #0f3c54;
}

DIV.t-data-grid-pager SPAN.current {
	color: white;
	background-color: #a8b2a9;
}#loginform {text-align: center;}
