
*{
	margin: 0;
	padding: 0; 
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12pt;
}

html,body {
	/*background-color: #e1f1d4;*/
	text-align:center;
	background: transparent url(../images/background_index.png) repeat-x;
}

#global {
	background-color: #eee;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: black;
	width: 1076px;
	margin: auto;
	/*background-image: url('obr-g.png'); 
	background-repeat: repeat-y;*/ 
	padding-left:1px
}
#global-r {
	/*background-image: url('obr-r.png');
	background-repeat: repeat-y;
	background-position:  right 50%;*/
	padding-right: 1px
}

#banner_top{
    background-color: #fff;
    background-image: url('./banner.jpg');
	text-align: center;
    border-width: 0px;
    height: 128px;
    width: 100%;
}

#principal {
    height: 100%;
	min-height: 900px;
    padding: 5px;
    background-color: #fff;
	text-align: left;
}

#menu-nav{
	background-color:#fff;
	height:30px;
}

#menu-nav ul{
	background: transparent url('./menu-fond.jpg') no-repeat; 
	height: 30px; 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

#menu-nav ul li{
	background: transparent url('./menu-separator.gif') no-repeat center left;
	display: inline;
	line-height: 30px;
	padding-left: 10px;
	margin-right: 5px;
    color: #fff;
	font-size: 10pt;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#menu-nav a{
	text-decoration:none;
	color: #fff;
	font-size: 10pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold; 
}
#menu-nav a:hover{
	color:#9afb9a;
}

#pied {
	background-color: #373737; 
	height: 20px;
}
#pied p {
	text-align: center;
	color: white; 
	font-size: 8pt;
	font-weight: bold;

}
#pied img {
	margin-top: 3px;
}

#col_fix_left {
	width: 200px;
	height: auto;
	float: left;
}
#col-left{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #E1F1D4;
	padding: 6px;
}
#col-left p {
	margin-left: 20px
}
#col-left h4 {
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}

#col_fix_right{
	width: 200px;
	height: auto;
    	float: right;
}

#col-right{
   /* background-color: #B7D29A;
    border-style: solid;
    border-width: 1px;
    border-color: #a3a3a3;*/
	padding: 2px;
}

#col-right p {
	margin-left: 20px
}
#col-right h4 {
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	font-size: 13pt;
}
#col-right ul {
	margin-left: 8px;
	margin-bottom: 10px;
	list-style-image: url(../images/bouton2.png);
}
#col-right li {
	margin-left: 8px;
}


div#menu-article ul ul {
	list-style-image: url(../images/bouton2.png);
}


div#menu-article ul {
	list-style-type: none;
	list-style-image: url(../images/bouton1.png);
	margin-left: 16px;
}

div#menu-article ul li {
	font-weight: bold;
}
div#menu-article ul ul li {
	font-weight: normal;
}


div#menu-article li {
	margin-left: 8px;
}

#pub_right{
	padding: 2px;
	text-align: center;
}
div.pub_inner {
	padding: 20px;
}


#left-pub {
	margin-top: 10px;
	text-align: center;
}
#left-pub p {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#pub {	
	text-align: center;
	height: 40px;
    padding: 5px;
	margin-top: 0px;
    margin-left: 210px;
    margin-right: 210px;
    margin-bottom: 5px;
}
#corp {	
	/*background-color: #B7D29A;
	border-style: solid;
   	border-width: 1px;
    border-color: #a3a3a3; */
	padding: 5px;
	margin-top: 0px;
	margin-left: 210px;
	margin-right: 210px;
	margin-bottom: 0px;
}

#corp h1 {
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 5px;
}
#corp h2 {
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
}
#corp p,h3,h4 {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#corp ul {
	margin-left: 20px;
}

img {
	border: 0px;
}

#corp table {
	border: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#corp h1 {
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
    color : black;
}

h4 {
	margin-left: 0px;
}

#news_admin td {
	padding: 5px;
}
#news_admin {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

.small {
	font-size: 9pt;
}

a:link { 
	text-decoration:none; 
	color:#000; 
}
a:visited { 
	text-decoration:none; 
	color:#000; 
}
a:hover { 
	text-decoration:underline;
	color:#1d610a; 
}
a:active { 
        text-decoration:underline;
        color:#2b900f;
}

div.news_item {
	padding: 4px;
	background: #eee;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
	margin-bottom: 8px;
	border: 1px solid #ddd;
}
div.news_item p {
	padding-right: 2px;
	margin: 4px 0px 4px 0px !important;
}

div.news_item p.news_date {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #aaa;
	margin: 0 !important;
}

br.cleaner {
	clear: both;
}

