* {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
}

img {
    border: 0;
}

html{
    /*background-color: #c2c057;*/
	background-color: #bfc835;
    background-image: url('img/background.jpg');
    background-repeat: repeat-x;
    background-position: top left;
}

body {
    /*font-family:"Arial Narrow", Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background: url(img/degrad_blue.jpg) no-repeat 0 +205px;
}

#global {
    width: 767px;
    margin: auto;
}

#content {
    width: 748px;
    margin: auto;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    background-image: url('img/menu_right_top.png');
    background-position: 100% 46px;
    background-repeat: no-repeat;
	/*min-height:555px;*/
	min-height:606px;
}

#navigation {
    width: 589px;
    height: 40px;
    padding: 5px 0 0 100px;
    margin-left: 60px;
    background-color: #fff;
    border-bottom: 1px solid white;
	position:relative;
}
#navigation #extranet_link{
	position:absolute;
	top:8px;
	right:5px;
}
#navigation #extranet_link a{
	color:#222222;
	font-size:10px;
	text-decoration:none;
}
#navigation #extranet_link a:hover{
	text-decoration:underline;
}

#content_contenu {
    width: 767px;
    float: left;
    background-color: #fff;
    background-image: url('img/content_contenu_background.gif');
    background-repeat: repeat-y;
}

#content_texte {
    width: 400px;
    padding: 30px 10px 20px 10px;
    float: right;
    color: #444;
    background: url('img/content_background.jpg') no-repeat top right #fff;
}
#content_texte.imgart{
	padding: 0 0 20px 0;
}

#content_texte.imgart .texte{
	margin-left:-10px;
}

#content_texte p {
    line-height: 1.4em;
    margin-bottom: 5px;
	text-align:left;
}
#content_texte p strong{
	/*display:block;*/
	padding-top:7px;
	/*float:left;*/
}

#content_texte a, #content_texte a:visited {
    color: #2e99b4;
    text-decoration: none;
}

#content_texte a:hover {
    text-decoration: underline;
}

#content_texte .content_bulle h2 a, #content_texte .content_bulle h2 {
    color: #206688;
	font-weight:normal;
	font-size:12px;
	text-align:center;
}

.actif a, .actif {
    font-weight: bold;
}

#content_texte ul, #content_texte ol {
	margin:0 1.5em 0 2em;
}

a#more_services {
   	position:absolute;
	bottom:3px;
	right:5px;
	font-size:9px;
	color:#ccc;
}
/***********	Classes spéciales	***********/
.spip_documents_left img {
    margin-right: 5px;
}

.spip_documents_left a {
}

.underline {
    text-decoration: underline;
}

.inline li {
    display: inline;
}

.clear {
    clear: both;
}

hr.clear {
    color: transparent;
    height: 0px;
    width: 100%;
    height: 0;
    margin: -1. 2ex 0;
    padding: 0;
    border: 0;
    visibility: hidden;
}

.bold {
    font-weight: bold;
}

.nobg {
    background: none;
}

.hide {
    display: none;
}

img.left {
    float: left;
    margin: 0 5px 5px 0;
}

a#ribs{
	float:left;
	position:relative;
	left:-2px;
	top:-23px;
}
