*{
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-serif;
 }

html,body {
	background-color: #ffffff;
	text-align:center;
	background-image: url(bg.png) ;
	background-repeat: repeat-x;
}

#global {
	font-family : Verdana, sans-serif;
	color: #000000;
	width: 980px;
	margin: auto;
	padding-left:4px;
	background-color: #FFFDCE;
	background-image: url('./obr-g.png');
	background-repeat: repeat-y;
}
#global-r {
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 4px;
	background-color: transparent;
	background-image: url(./obr-r.png);
}

#banner_top{
	background-color: transparent;
	background-image: url('./banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border-width: 0px;
	height: 130px;
	width: 100%;
}

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

#menu-nav{
	height:30px;
	width: 884px;
	margin-left:auto;
	margin-right: auto;
	background-color: transparent;
}

#menu-nav ul{
	height: 30px;
	margin: 0; 
	padding: 0;
	text-align: center;
}

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

#menu-nav a{
	text-decoration:none;
	color: #0d0f49;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight:bold; 
}
#menu-nav a:hover{
	color:#000000;
}


#pied {
	background: #FFFDCE;
	/* background-image: url(diagonale.png);*/
	height: 30px;
	/*border-top: 2px solid #a2a0a0;*/
}
#pied p {
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-weight: bold;

}

#col-left{
	border-bottom: 2px solid #a2a0a0;
	border-right: 2px solid #a2a0a0;
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
	padding: 2px;
	padding-top: 30px;
	width: 200px;
	height: auto;
	float: left;
	background-color: #F4E8F5;
}
#col-left p {
	margin-left: 20px
}
#col-left h4 {
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}
#menu-article ul,li,a {
	margin-left: 10px;
    list-style-type: none;
    text-decoration:none;
    color: #0d0f49;
    font-size: 13px;
}

#left-pub {
	margin-top: 10px;
	text-align: center;
}
#left-pub p {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	color: #0d0f49;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#corp {
	border-bottom: 2px solid #a2a0a0;
	border-right: 2px solid #a2a0a0;
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
	padding: 5px;
	margin-top: 0px;
	margin-left: 210px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-color: #F4E8F5;
}
#corp *{
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;

}

#corp p{
	font-family: Verdana, Sans-serif;
}

#corp h1 {
	font-family : Trebuchet, Sans-serif;
	font-variant: small-caps;
	text-indent: 30px;
	color : #0d0f49;
	font-size: 20px;
}
#corp h4 {
	font-family: Arial;
	margin-left: 0px;
}
#corp h3{
	font-family: Arial, Sans-serif;
	font-size: 14px;
	color:#000000;
}
#corp ul li{
        text-decoration: none;
        color: #000000;
        font-size: 13px;
}
#corp ul li a{
        color: blue;
        text-decoration: none;
}
        
img {
	border: 0px;
}

table tr td{
	border: 0px;
	margin: 0px;
	color: #000000;
}

#news_admin td {
	background-color: #cccccc;
        border-style: solid;
        border-width: 1px;
    	border-color: #b20f0f;
	padding: 5px;
}
#news_admin {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #CCCCFF;
    border-style: solid;
    border-width: 2px;
    border-color: #b20f0f
}
