@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	background-color:#eadcca;
}
	
#contner{
	width:870px;
	text-align:left;
	background-color:#eadcca;
}

#top{
	height:90px;
	width:860px;
	background-image:url(../images/logo_cot.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	position:relative;
}

#bg_top{
	width:870px;
	background-image:url(../images/px_bg_top.gif);
	background-repeat:repeat-y;
	text-align:center;
}

#search{
	position:absolute;
	top:20px;
	left:718px;
}

#topmenu{
	position:absolute;
	top:72px;
	right:0px;
	height:18px;
	vertical-align:top;
}

#separateur{
	height:8px;
	width:870px;
	background-image:url(../images/px_bg_separateur.gif);
	background-repeat:repeat-y;
}

#banner{
	height:188px;
	width:850px;
	text-align:center;
	padding-left:10px;
}

#bg_banner{
	width:870px;
	background-image:url(../images/px_bg_banner.gif);
	background-repeat:repeat-y;
	text-align:center;
}

#bg_fonctions{
	height:18px;
	width:870px;
	background-image:url(../images/px_bg_separateur.gif);
	background-repeat:repeat-y;
}

#fonctions{
	height:18px;
	position:relative;
}

#bg_content{
	width:870px;
	background-image:url(../images/px_bg_content.gif);
	background-repeat:repeat-y;
}

#content{
	width:850px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:40px;
	position:relative;
	display:block;
	min-height:300px;
}

#leftmenu{
	position:absolute;
	top:20px;
	left:27px;
}
#contenu{
	position:absolute;
	display:block;
	top:20px;
	left:220px;
	width:450px;
}


#footer{
	height:32px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
}

#rightmenu{
	position:absolute;
	display:block;
	top:-15px;
	left:475px;
	width:143px;
}


/* --------------- MainMenu  --------------*/
div.moduletable_mainmenu  ul {
	margin:0;
	padding:0;
	list-style:none;

}

div.moduletable_mainmenu  ul li#current {
	background-image:url(../images/bg_mainmenu_hover.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}
div.moduletable_mainmenu  ul li:hover {
	background-image:url(../images/bg_mainmenu_hover.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}

div.moduletable_mainmenu  ul li {
	background-image:url(../images/bg_mainmenu_off.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}

div.moduletable_mainmenu  ul li.active {
	background-image:url(../images/bg_mainmenu_on.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}
div.moduletable_mainmenu  ul li.parent#current {
	background-image:url(../images/bg_mainmenu_on.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}


div.moduletable_mainmenu  ul li a{
	font-family:Arial;
	font-size:11px;
	color:#1d6c91;
	text-decoration:none;
	margin:5px;
	line-height:22px;
	font-weight:bold;
	padding-left:10px;
}

/* --------------- MainMenu Chirurgie --------------*/
div.moduletable_mainmenuch  ul {
	margin:0;
	padding:0;
	list-style:none;

}

div.moduletable_mainmenuch  ul li#current {
	background-image:url(../images/bg_mainmenu_hover.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}
div.moduletable_mainmenuch  ul li:hover {
	background-image:url(../images/bg_mainmenu_on.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}

div.moduletable_mainmenuch  ul li {
	background-image:url(../images/bg_mainmenuch_off.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}

div.moduletable_mainmenuch  ul li.active {
	background-image:url(../images/bg_mainmenu_on.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}
div.moduletable_mainmenuch  ul li.parent#current {
	background-image:url(../images/bg_mainmenu_on.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	margin-bottom:3px;
	width:159px;
}


div.moduletable_mainmenuch  ul li a{
	font-family:Arial;
	font-size:11px;
	color:#1d6c91;
	text-decoration:none;
	margin:5px;
	line-height:22px;
	font-weight:bold;
	padding-left:10px;
}

/* --------------- SubMenu  --------------*/
div.moduletable_mainmenu  ul li ul{
	margin:0;
	padding:0;
	list-style:none;
	background-image:url(../images/bottom_submenu.gif);
	background-position:0px bottom;
	padding-bottom:6px;
	background-repeat: no-repeat;
}

div.moduletable_mainmenu  ul li ul li{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenu  ul li ul li a{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#826441;
	text-decoration:none;
	line-height:15px;
	padding-left:22px;
	padding-bottom:3px;
	padding-top:4px;
	display:block;
	margin:0;
}

div.moduletable_mainmenu  ul li ul li.active{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
div.moduletable_mainmenu  ul li ul li.active#current{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenu  ul li ul li.active a{
	color:#1d6c91;
	font-weight:bold;
	background-image:url(../images/puce_submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
div.moduletable_mainmenu  ul li ul li:hover{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenu  ul li ul li a:hover{
	color:#1d6c91;
	font-weight:bold;
	background-image:url(../images/puce_submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}

/* --------------- subMenu Chirurgie --------------*/
div.moduletable_mainmenuch  ul li ul{
	margin:0;
	padding:0;
	list-style:none;
	background-image:url(../images/bottom_submenu.gif);
	background-position:0px bottom;
	padding-bottom:6px;
	background-repeat: no-repeat;
}

div.moduletable_mainmenuch  ul li ul li{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenuch  ul li ul li a{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#826441;
	text-decoration:none;
	line-height:15px;
	padding-left:22px;
	padding-bottom:3px;
	padding-top:4px;
	display:block;
	margin:0;
}

div.moduletable_mainmenuch  ul li ul li.active{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
div.moduletable_mainmenuch  ul li ul li.active#current{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenuch  ul li ul li.active a{
	color:#1d6c91;
	font-weight:bold;
	background-image:url(../images/puce_submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
div.moduletable_mainmenuch  ul li ul li:hover{
	background-image:url(../images/bg_submenu.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}

div.moduletable_mainmenuch  ul li ul li a:hover{
	color:#1d6c91;
	font-weight:bold;
	background-image:url(../images/puce_submenu.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}


/* --------------- TopMenu  --------------*/
div.moduletable_topmenu {
	margin-bottom: 0px;
	background-image:url(../images/bg_topmenu.gif);
	background-repeat:no-repeat;
	background-position:0px top;
	padding-left:10px;
	background-color:#59a7ac;
	height:18px;
	display:block;
}

div.moduletable_topmenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.moduletable_topmenu li {
	margin: 0px;
	padding: 2px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	background-color:#59a7ac;
	border:0px;
	border-right:1px solid #6dbdca;
}

div.moduletable_topmenu li a{
	margin: 0px;
	padding: 0px;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
div.moduletable_topmenu li a:hover{
	text-decoration:underline;
}

div.moduletable_topmenu li#current a{
	text-decoration:underline;
}
div.moduletable_topmenu li.active a{
	text-decoration:underline;
}

/* --------------- Content  --------------*/

td.contentheading {
	font-family:Arial;
	font-size:14px;
	color:#1d6c91;
	font-weight:bold;
}

table.contentpaneopen{
	font-family:Arial;
	font-size:11px;
	color:#464646;
}
.componentheading{
	font-family:Arial;
	font-size:14px;
	color:#1d6c91;
	font-weight:bold;
}

table.contentpaneopen ul li {
	list-style:none;
	list-style-image:url(../images/puce_submenu.gif);
	/*list-style-position:top 0px;*/
}
table.contentpaneopen a {
	font-family:Arial;
	font-size:11px;
	color:#1d6c91;
	text-decoration: none;
}

div.moduletable{
	font-family:Arial;
	font-size:11px;
	color:#464646;
}

div.moduletable h3{
	font-family:Arial;
	font-size:14px;
	color:#1d6c91;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:20px;
}

/* --------------- Search  --------------*/

.inputbox_rch{
	width:104px;
	height:14px;
	margin:0px;
	font-family:Arial;
	font-size:11px;
	color:#9c9e9f;
	border:0;
	background-image:url(../images/bg_search.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:3px;
}

.inputbox{
	font-family:Arial;
	font-size:11px;
	color:#9c9e9f;
	border:0;
	padding-left:5px;
	padding-top:2px;
	border: 1px solid #94d4e4;
	height:16px;

}
.button{
	font-family:Arial;
	font-size:11px;
	color:#464646;
	border: 1px solid #94d4e4;
	background-color:#eee;
	margin:5px;
	padding:0;
	width:65px;
	height:20px;
}
.searchintro{
	font-family:Arial;
	font-size:11px;
	color:#464646;
}
form#searchForm{
	font-family:Arial;
	font-size:11px;
	color:#464646;
}

.resultat_search{
	border:1px solid #94d4e4;
	width:430px;
	padding:8px;
	margin-bottom:3px;
}

div.resultat_search a{
	font-family:Arial;
	font-size:11px;
	color:#1d6c91;
	text-decoration: none;
}


/* --------------- Copyright  --------------*/
div.moduletable_copy{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	line-height:21px;
}

div.date{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-align:left;
	line-height:21px;
	padding-left:25px;
}

/* --------------- fonctionnalite  --------------*/
#taille_txt{
	position:absolute;
	top:  0px;
	right: 35px;
}

#lge{
	position:absolute;
	top:  0px;
	right: 70px;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}

#news{
	position:absolute;
	top:  0px;
	left: 130px;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	width:590px;
}


/* --------------- Editeur  --------------*/
.titre {
	font-family:Arial;
	font-size:14px;
	color:#1d6c91;
	font-weight:bold;
}

.bleu_gras {
	font-family:Arial;
	font-size:11px;
	color:#1d6c91;
	font-weight:bold;
}

.contour{
	border: 1px solid #94d4e4;
}

