/* Kit graphique par Graphiques-Kits.com */
/* Copyright 2007 tous droits réservés */
/* ------------------------------------ */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #004181;
	background: #FFFFFF url(images/background-header.jpg) repeat-x top;
}

div#site {
    text-align:left;
    width: 1000px;
	min-height: 650px;
	margin: auto;
}

/* ------------------------------------ */

div#header {
    background: url(images/header.jpg) no-repeat 0 0;
    height: 171px;
    margin: 0;
    padding: 0;
}

div#sous-header {
    height: 34px;
    margin: 0;
    padding: 0;
}

div#mh {
	margin-left: 70px;
}

div#mh a, div#mh a:link {
	float: left;
	padding-right: 50px;
	padding-top:10px;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

/* ------------------------------------ */

div#corp {
	background: url(images/corp.jpg) repeat-y;
}


div#left {
	float: left;
	width: 318px;
	min-height: 420px;
	margin: 0px;
	padding: 0px;
	background: url(images/left-background.jpg) repeat-y;
}

div#contenu-left {
	background: url(images/left-top.jpg) no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 63px;
	padding-right: 25px;
}

div#title dt {
	background: #DAE6F2;
	width: 216px;
	display: block;
	min-height: 1.5em /*Non-IE6*/;
	height: auto !important;
	height: 1.5em /*IE6*/;
	line-height: 1.5em;
	padding: 5px 5px 5px 5px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #004181;	
	font-weight: bold;
	font-style: italic;
	vertical-align:middle
}

div#contenu-menu {
	padding-left: 15px;
	margin-bottom: 15px;
}

div#menu {
	width: 90%;
	padding-left: 5px;
	border-bottom: 1px solid #F1F1F1;
}

div#menu dt a, div#menu dt a:visited {
	display: block;
	min-height: 2.0em /*Non-IE6*/;
	height: auto !important;
	height: 2.0em /*IE6*/;
	line-height: 2.0em;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #F1F1F1;
	text-decoration: none;
	color: #004181;
	font-weight: bold;
	font-size: 12px;
}

div#menu dt a:hover {
	background-color: #DAE6F2;
	color: #FF6600;
	text-decoration: none;
}

div#right {
    width: 682px;
	float: left;
}

div#arbo {
    padding-top: 10px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 70px;
}

div#contenu-right {
	background: url(images/right-top.jpg) no-repeat;
    padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 70px;
}


/* ------------------------------------ */

#margepied {
    height: 33px;
    clear: both;
    background: transparent;
}

#footer {
    height: 33px;
	width: 100%;
	margin: auto;
	padding: 0;
	background: url(images/background-footer.jpg) repeat-x bottom;
	background-color: #E89801;
	text-align: center;
	clear: both;
	margin-top: -42px;
}

#footer p {
    padding-top: 12px;
    font-size: 11px;
	color: #FFFFFF
}

#footer a {
    color: #FFFFFF;
    font-family: verdana;
    text-decoration: none;
}

#footer a:hover , a:active , a:focus {
    color: #FFFFFF;
    text-decoration: underline
}


/* ------------------------------------ */

html, body { 
    margin: 0;
	padding: 0;
}

span.spacer {
	height: 0.01em;
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
}

img {
	border: 0;
}

p {
	margin-top: 15px;
	line-height: 1.4em;
}

li {
	list-style: none;
}

a {
    color : #FF6600;
    font-family:verdana;
    text-decoration:none;
}

a:hover , a:active , a:focus {
    color : #FF6600;
    text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #B34700;
	margin-bottom: 15px;
}

.gras {
	font-weight: bold;
}

.indent-left {
	padding-left: 20px;
}

.p-footer {
	margin-top: 0px;
}

a.info {
   position: relative;
   color: #004181;
   text-decoration: none;
}

a.info span {
   display: none;
}

a.info:hover {
   background: none;
   z-index: 500;
}

a.info:hover span {
   display: inline;
   position: absolute;
   white-space: nowrap;
   top: 20px;
   left: -50px;
   background: #FFD980;
   color: #004181;
   padding: 6px;
   border: 1px gray dotted;
}


table#table-specialisations {
	border: 1px gray dotted;
	border-collapse : collapse;
	width:100%;
	align:center;
}

td#col1-spec {
	border: 1px gray dotted;
	width: 20%;
	padding: 8px;
}

td#col2-spec {
	border: 1px gray dotted;
	width: 35%;
	padding:8px;
}

td#col3-spec {
	border: 1px gray dotted;
	width: 45%;
	padding:8px;
}

th {
	border: 1px gray dotted;
	text-align: center;
	padding:6px;
}

table#table-terms {
	border: hidden
	border-collapse : collapse;
	width:100%;
	align:center;
}

td#col1-terms {
	border: hidden;
	width: 50%;
	padding: 8px;
}

td#col2-terms {
	border: hidden;
	width: 50%;
	padding:8px;