

/*
 * Mise en page des textes (bordures...)
 */


.chapo {
	line-height: 1.4em;
	margin-top: 1em;
}
.texte {
}
.ps {
	padding-top: 0.6em;
	margin-top: 0.6em;
	border-top: 1px dashed #404040;
}
.notes {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	border-top: 1px solid #a0a0a0;
	padding: 1.5em;
}

/*
 * Habillage des menus et de la navigation
 */

.menu {
	border: 1px solid #a0a0a0;
	border-top: 0px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
}
.menu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu ol {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	list-style: none;
}
.menu-titre {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px dashed #d0d0d0;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
}
.menu-item {
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}

/* Des couleurs specifiques selon les types de menus */

.general		{ background-color: #f8f8e8; text-align:center; }
.general .menu-titre 	{ background-color: #fcfcf0; }

.rubriques 		{ background-color: #eaffea; text-align:center; }
.rubriques .menu-titre	{ background-color: #f2fff2; }

.breves 		{ background-color: #ffeaea; }
.breves .menu-titre	{ background-color: #fff2f2; text-align:center; }

.divers 		{ background-color: #eaeaff; }
.divers .menu-titre	{ background-color: #f2f2ff; text-align:center; }

.forums 		{ background-color: #e8f8f8; }
.forums .menu-titre	{ background-color: #f0fcfc; text-align:center; }


/*
 * Styles pour le contenu (c-a-d. la colonne principale)
 */

.contenu {
	margin: 15px;
}
.contenu h2.titre-extrait {
}
.contenu h2.titre-texte {
}
.contenu .surtitre {
	margin-top: 0em;
	margin-bottom: 0em;
}
.contenu .detail {
	margin-left: 2em;
}
.contenu .detail .important {
	color: #a02020;
}
.extrait {
	margin: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 2em;
	margin-right: 0.1em;
	line-height: 1.4em;
}
.liste-articles {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: left;
}
.contenu .forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}


/*
 * Disposition a l'ecran : colonnes, encarts, cartouches
 */

#principal {
	left: 30%;
	/*left: 18em;*/
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*margin-right: 2em;*/
	margin-right: 3%;
	margin-top: 1.5em;
}

#plan {
	left: 2em;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-right: 2em;
	margin-top: 2em;
}

#navigation {
	left: 0px;
	top: 0px;
	width: 24%;
	/*width: 14em;*/
	padding: 0px;
	margin: 0px;
	/*margin-left: 1.8em;*/
	margin-left: 3%;
	margin-top: 1.5em;
}

.encart {
	float: right;
	/*width: 14em;*/
	width: 34%;
	margin-left: 4%;
	/*margin-left: 2em;*/
	margin-top: 1em;
	margin-bottom: 0em;
	margin-right: 0px;
}

.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

.spip_logos {
}

/*
 * Habillage du plan du site
 */

.plan-secteur {
    margin-top:0px;
    margin-left:10px;
    margin-bottom:30px;
    clear: right;
}

.plan-secteur h1 {
	font-family: Arial,  Helvetica,sans-serif;
	font-size:14px;
	border:0px;
	text-align:left;
	font-weight: bold;
    margin-bottom:10px;
}
.plan-rubriques {
    margin-top:4px;
    margin-bottom:6px;
}
.plan-rubrique {
	display: inline;
	padding: 3px;
	font-weight: bold;
    list-style: url('/IMG/puce.gif') circle;
}
.plan-articles {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 1em;
    list-style: url('/IMG/puce.gif') circle;
}

/* Eclaircissement progressif des rubriques en fonction de la profondeur */

ul .plan-rubrique {
	border-color: #b8b8b8;
}
ul ul .plan-rubrique {
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	border-color: #e8e8e8;
}


/*
 * Habillage des forums
 */

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.forum-fil {
	margin-top: 3em;
}
.forum-fil ul {
	display: block;
	margin: 0px;
	margin-left: 2em;
	padding: 0px;
	list-style: none;
}
.forum-titre {
	font-weight: bold;
	font-size: 120%;
}
.forum-item {
	margin: 0px;
	padding: 1em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	text-align: justify;
	color: #303030;
	font-size: 80%;
}
.forum-repondre-message {
	text-align: right;
}

/* Boite d'un forum : eclaircissement progressif des bords */

ul .forum {
	border: 1px solid #909090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
ul ul .forum {
	border: 1px solid #a4a4a4;
}
ul ul ul .forum {
	border: 1px solid #b8b8b8;
}
ul ul ul ul .forum {
	border: 1px solid #cccccc;
}
ul ul ul ul ul .forum {
	border: 1px solid #e0e0e0;
}
ul ul ul ul ul ul .forum {
	border: 1px dashed #e0e0e0;
}

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */

ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #b8b8b8;
	margin: 0px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 90%;
	background: #c4e0e0;
}
ul ul .forum-chapo {
	background: #d4e8e8;
}
ul ul ul .forum-chapo {
	background: #e4f0f0;
}
ul ul ul ul .forum-chapo {
	background: #f4f8f8;
}
ul ul ul ul ul .forum-chapo {
	background: #ffffff;
}


/*
 * Habillage des petitions
 */

.signatures {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
.signatures td, .signatures th {
	-moz-border-radius: 0.4em;
}
.signatures-titre {
	clear: right;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	padding: 0.5em;
	margin: 0px;
}
.signature-date {
	white-space: nowrap;
	background: #e4f0f0;
	padding: 0.5em;
}
.signature-nom {
	font-weight: bold;
	background: #ecf4f4;
	padding: 0.2em;
	text-align: center;
}
.signature-message {
	font-size: 85%;
	background: #f4f8f8;
	padding: 0.4em;
	text-align: justify;
}


/*
 * Formulaires
 */

.formrecherche {
	background-color: transparent;
	color: #015F9B;
	margin: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.formrecherche input {
	background-color: #B7E7EB;
	border: solid 1px #909090;
	color: #015F9B;
	margin: 0px;
}

.formrecherche .recherche_button input{
	background-color: #D5F3F5;
	border: solid 1px #DDDDDD;
	color: #015F9B;
	font-weight:bold;
	font-size:9px;
	margin: 2px;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #FFFFFF;
	margin: 4px;
	padding: 1px;
	border: solid 1px #4EC5CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	width:90%;
}
.spip_bouton {
	border: 1px solid #4EC5CD;
	padding: 2px;
	background: #B7E7EB;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
}

.form_auteur p{
padding:0;
margin:0;
}

.form_auteur label{
    font-weight:bold;
    margin-left:10px;
}


/*

** MundiPharma **

*/

#logo {
float:left;
}

#cache_bandeau1 {
    float:left;
    width:120px;
    height:118px;
    background-color:#FF0000;
    background-image:url('/IMG/bandeau/image_01.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#cache_bandeau1 .cache{
    width:120px;
    height:118px;
	background-repeat:no-repeat;
	background-position:top left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/bandeau/cache_bandorond01.png', sizingMethod='crop');
}
#cache_bandeau1 .cache[class]{
    background-image:url('/IMG/bandeau/cache_bandorond01.png');
}


#cache_bandeau2 {
    float:left;
    width:118px;
    height:118px;
    background-color:#FF0000;
    background-image:url('/IMG/bandeau/image_02.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#cache_bandeau2 .cache{
    width:118px;
    height:118px;
	background-repeat:no-repeat;
	background-position:top left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/bandeau/cache_bandorond02.png', sizingMethod='crop');
}
#cache_bandeau2 .cache[class]{
    background-image:url('/IMG/bandeau/cache_bandorond02.png');
}

#cache_bandeau3 {
    float:left;
    width:96px;
    height:118px;
    background-color:#FF0000;
    background-image:url('/IMG/bandeau/image_05.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

#cache_bandeau3 .cache{
    width:96px;
    height:118px;
	background-repeat:no-repeat;
	background-position:top left;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/bandeau/cache_bandorond03.png', sizingMethod='crop');
}
#cache_bandeau3 .cache[class]{
    background-image:url('/IMG/bandeau/cache_bandorond03.png');
}

.donneesinter {
    float:left;
    font-family:verdana;
    font-size:10px;
    width:250px;
    height:318px;
    text-align:justify;
    margin-left:5px;
    margin-top:5px;
    border: 1px solid #FFFFFF;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/donneesfrance.png', sizingMethod='crop');
    
}
/* IE ignores styles with [attributes], so it will skip the following. */
.donneesinter[class] {
    background-image:url('/IMG/donneesfrance.png');
    margin-left:10px;
}

.donneesinter .contenu {
    margin-left:12px;
    margin-right:0px;
}

.donneesinter p {
    margin-top:4px;
    margin-bottom:4px;
    
}
.donneesinter .titre{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding-top:12px;
    padding-left:14px;    
    color:#FFFFFF;
    text-transform:uppercase;
}

.donneesinter .scroller {
	width:230px;
	height:270px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	padding-right:14px;
	margin-right:4px;
	margin-top:6px;
}

.donneesfrance {
    float:right;
    font-family:verdana;
    font-size:11px;
    width:280px;
    height:318px;
    text-align:justify;
    margin-right:5px;
    margin-top:5px;
    border: 1px solid #FFFFFF;
    /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/donneesfrance.png');
}

.donneesfrance[class] {
    background-image:url('/IMG/donneesfrance.png');
    margin-right:10px;
}

.donneesfrance .contenu {
    margin-left:12px;
    margin-right:0px;
}


.donneesfrance .titre{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding-top:12px;
    padding-left:14px;    
    color:#FFFFFF;
    text-transform:uppercase;
}

.donneesfrance .scroller {
	width:262px;
	height:270px;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	padding-right:14px;
	margin-right:4px;
	margin-top:6px;
}

.donneesfrance a ,
.donneesfrance div ,
.donneesinter div ,
.donneesinter a{
position: relative; 
}

.donneesfrance p {
    margin-top:12px;
    margin-bottom:6px;
    
}


.menurubrique{
    float:left;
    font-family:verdana;
    font-size:10px;
    width:223px;
    height:241px;
    text-align:left;
    margin-left:5px;
    margin-top:15px;
    border: 1px solid #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/menu.png');
}

.menurubrique[class]{
    background-image:url('/IMG/menu.png');
    margin-left:15px;
}


.menurubrique_mundi{
    float:left;
    font-family:verdana;
    font-size:10px;
    width:223px;
    height:185px;
    text-align:left;
    margin-left:5px;
    margin-top:15px;
    border: 1px solid #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/menu_mundi.png');
}

.menurubrique_mundi[class]{
    background-image:url('/IMG/menu_mundi.png');
    margin-left:15px;
}

.menurubrique .contenu,
.menurubrique_mundi .contenu {
    margin:8px;
    line-height:1.8em;
}
.menurubrique .titre,
.menurubrique_mundi .titre{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding-top:12px;
    padding-left:12px;    
    color:#FFFFFF;
    text-transform:uppercase;
}

.menurubrique a,
.menurubrique input,
.menurubrique_mundi a,
.menurubrique_mundi input
{
position: relative; 
}


.menurubrique .rub,
.menurubrique_mundi .rub{
    line-height:2em;
    margin-left:3px;
    font-weight:bold;
    text-transform:uppercase;
}

.menurubrique .rubon,
.menurubrique_mundi .rubon{
    line-height:2em;
    margin-left:3px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFCC00;
}

.menurubrique .art,
.menurubrique_mundi .art{
    line-height:1.4em;
    margin-left:15px;
    font-weight:bold;
    padding-left:7px;
    background-image: url('/IMG/puce-art.gif');
    background-position:6px left;
    background-repeat: no-repeat;
}

.menurubrique .arton,
.menurubrique_mundi .arton{
    line-height:1.4em;
    color:#FFCC00;
    margin-left:15px;
    font-weight:bold;
    padding-left:7px;
    background-image: url('/IMG/puce-arton.gif');
    background-position:6px left;
    background-repeat: no-repeat;
}

.menurubrique .art_medoc{
    line-height:1.4em;
    margin-left:20px;
    font-weight:bold;
}

.menurubrique .art_medocon{
    line-height:1.4em;
    margin-left:20px;
    font-weight:bold;
    color:#FFCC00;
}
.menurubrique .art_medocon a{
    color:#FFCC00;
}
.menurubrique .art_medoc sup{
    text-decoration:none;
}

.menurubriquefull{
    float:left;
    font-family:verdana;
    font-size:10px;
    width:224px;
    height:303px;
    text-align:left;
    margin-left:5px;
    margin-top:15px;
    border: 1px solid #FFFFFF;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/IMG/menu2.png');
}

.menurubriquefull[class]{
    background-image:url('/IMG/menu2.png');
    margin-left:15px;
}

.menurubriquefull .contenu {
    margin:8px;
    line-height:1.8em;
}
.menurubriquefull .titre{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    padding-top:8px;
    padding-left:12px;    
    color:#FFFFFF;
}

.menurubriquefull .titre h1{
    font-size:14px;
    font-weight:bold;
    color:#FFFFFF;
    text-transform:uppercase;
}
.menurubriquefull .titre h2{
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;    
}



.menurubriquefull a{
    position: relative; 
}

.menurubriquefull .rub{
    line-height:2em;
    margin-left:3px;
    font-weight:bold;
    text-transform:uppercase;
}

.menurubriquefull .rubon{
    line-height:2em;
    margin-left:3px;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFCC00;
}


.menurubriquefull .art{
    line-height:1.4em;
    margin-left:15px;
    font-weight:bold;
    padding-left:7px;
    background-image: url('/IMG/puce-art.gif');
    background-position:6px left;
    background-repeat: no-repeat;

}


.menurubriquefull .arton{
    line-height:1.4em;
    color:#FFCC00;
    margin-left:15px;
    font-weight:bold;
    padding-left:7px;
    background-image: url('/IMG/puce-arton.gif');
    background-position:6px left;
    background-repeat: no-repeat;
}


.menurubriquefull .arton a,
.menurubriquefull .rubon a,
.menurubrique_mundi .arton a,
.menurubrique_mundi .rubon a,
.menurubrique .arton a,
.menurubrique .rubon a
{
    color:#FFCC00;
}

.menurubriquefull .art a:hover,
.menurubriquefull .rub a:hover,
.menurubrique_mundi .art a:hover,
.menurubrique_mundi .rub a:hover,
.menurubriquefull .rub:hover,
.menurubrique .art a:hover,
.menurubrique .rub a:hover,
.menurubrique .art_medoc a:hover

{
    background-color:#FFDD33;
}






.cadreprincipal a,
.cadreprincipal div,
.cadreprincipalfull a,
.cadreprincipalfull div {
position:relative;
}

.cadreprincipal {
    font-family:Arial;
    font-size:12px;
    float:right;
	width:505px;
	height:304px;
    margin-top:15px;
    margin-right:5px;
	padding:10px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/contenu.png');
}
.cadreprincipal[class] {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('/IMG/contenu.png');
    margin-right:-10px;
}


.cadreprincipalfull {
    font-family:Arial;
    font-size:12px;
    float:right;
	width:740px;
	height:304px;
    margin-top:20px;
    margin-right:5px;
	padding:10px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/contenufull.png');
}
.cadreprincipalfull[class] {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('/IMG/contenufull.png');
    margin-right:-10px;
}


.cadreprincipalfull h2,
.cadreprincipal h2{
    width:458px;
    height:26px;
    font-size:16px;
    letter-spacing:1px;
    color:#FFFFFF;
	background-position:top left;
	background-repeat:no-repeat;
    background-image:url('/IMG/titre_contenu.png');
    padding-left:10px;
    padding-top:1px;
    padding-bottom:0px;
    text-transform:uppercase;
    line-height:1.5em;
    margin:0px;
    margin-bottom:5px;
    
}

.cadreprincipalfull .medoc,
.cadreprincipal .medoc{
    text-transform:none;
}

.cadreprincipalfull h3,
.cadreprincipal h3{
    line-height:1.5em;
    font-size:14px;
    color:#339999;
    font-weight:bold;
    text-decoration:underline;
    text-align:center;
}

.cadreprincipalfull h4,
.cadreprincipal h4{
    line-height:1.8em;
    font-size:11px;
    color:#000000;
    font-weight:bold;
    margin-left:5px;
}


.cadreprincipal .scroller{
	width:460px;
	height:250px;
	text-align:justify;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	padding-right:20px;
	padding-left:10px;
}
.cadreprincipal .scroller[class]{
	padding-right:20px;
}

.cadreprincipalfull .scroller{
	width:715px;
	height:285px;
	text-align:justify;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	padding-right:5px;
	padding-left:5px;
}
.cadreprincipalfull .scroller[class]{
	padding-right:10px;
}

.scroller ul{
padding-left:10px;
margin-left:5px;
}


#footer {
    font-family:Verdana;
    font-size:10px;
    color:#FFFFFF;
    
}
#footer ul {
    display:inline;
    list-style: none;
    margin-left:-55px;
    _margin-left:-20px;
}


#footer li {
    display:inline;
    margin-left:35px;
}

#footer a{
    color:#FFFFFF;

}


.lexique{
    font-family: Verdana;
    font-size:11px;
    background-color:#FFFFFF;
    margin:10px;
    padding:10px;
}

.lexique h2{
    font-size:14px;
    font-weight:bold;
    color:#108087;
}

.lexique h1{
    font-size:20px;
    font-style:italic;
    font-weight:bold;
    color:#108087;
    margin-bottom:20px;
}


.lexique p {
    margin-top:4px;
    margin-bottom:15px;
    line-height:1.2em;
}

.lexique hr {
    color:#108087;
    border:0;
    height:1px;
    margin-bottom:15px;
}

.lexique_mot {
    text-decoration:none;
    color:#108087;
    font-weight:bold;
}

.DEPECHES {
    width:636px;
    height:19px;
    margin-left:20px;
    padding-left:90px;
    padding-top:2px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/depeches.png');
}
.DEPECHES[class] {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('/IMG/depeches.png');
}
.DEPECHES div{
    position:relative;
}
#TICKER {
    overflow:hidden; 
    width:630px
}

.plan{
    font-family:Arial;
    font-size:12px;
    float:right;
	width:740px;
	height:304px;
	margin:0;
    margin-top:20px;
    margin-right:5px;
	padding:10px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/contenufull.png');
}
.plan[class] {
	background-position:top left;
	background-repeat:no-repeat;
	background-image:url('/IMG/contenufull.png');
}

.plan .scroller{
	width:715px;
	height:285px;
	text-align:justify;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
	padding-right:10px;
}

.plan a,
.plan div {
    position:relative;
}



/*         MENU DEROULANT          */


.menuprincipal {
    background-color:#FFFFFF;
    text-align: left;
    z-index: 10;
    height: 25px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    width:774px;
}
.menuprincipal[class]{
    width:772px;
}

.menuprincipal .slogan{
    float:left;
    padding: 0 13px 0 19px;
    border:1px solid #FFCC00;
    height: 27px;
    _height: 25px;
}

.menuprincipal ul,
.menuprincipal li{
    margin: 0;
    list-style: none;
    list-style-image: none;
    display: inline;
    color: #00AAFF;
    text-align: left;
}

.menuprincipal ul {
    line-height: 25px;
    height: 25px;
    padding: 0;
}

.menuprincipal li {
    background-color:#FFFFFF;
    float: left;
    z-index: 14;
    text-align:center;
    border-right:1px solid #FFCC00;
    border-top:1px solid #FFCC00;
    border-bottom:1px solid #FFCC00;
}

.menuprincipal li a:hover {
    background-color:#FFCC00;
    padding: 0 9px 0 9px;
    color:#000000;
}

.menuprincipal a {
    padding: 0 9px 0 9px;
    text-decoration: none;
    color: #FFFFFF;
}

.menuprincipal .menuPosition:hover{
     background-color:#FFCC00;   
}

.menuprincipal .actionMenu {
float: none;
visibility: hidden;
z-index: 150;
position: absolute;
top: 11px;
left: -140px;
overflow: visible;
height: auto;
display: inline;
padding: 4px 4px 4px 6px;
margin: 1.2em 0 0 0;
font-size: 10px;
width:210px;
border:1px solid #FEB241;
_background-color:#DBF2F3;
}
.menuprincipal .actionMenu[class] {
	background-image:url('/IMG/alpha50-bleu.png');
}


.actionMenu .actionSeperatorTop {
border-top: 6px solid #FEB241;
margin: -4px -4px 0 -6px;
overflow: visible;
}

.actionMenu .actionSeperatorBottom {
background-image: url('mundipharma/IMG/menu_coin.gif');
background-position: left;
background-repeat: no-repeat;
margin: 0 -4px -6px -6px;
height:8px;
overflow: visible;
}

.actionMenu .actionSeperatorBottom .degrade{
background-image: url('mundipharma/IMG/menu_bottom.png');
background-position: bottom;
background-repeat: repeat-x;
margin: -4px 0 0 8px;
height:8px;
overflow: visible;
}


.actionMenu li {
background:none;
float: none;
display: inline;
padding: 0;
margin: 0;
border: 0;
overflow: visible;
}

.actionMenu li a {
font-weight:bold;
color:#108087;
display: block;
white-space: nowrap;
padding: 3px 3px;
margin: 0 0;
border-bottom-color: #333333;
border-bottom-style: solid;
border-bottom-width: 1px;
overflow: visible;
}

.actionMenu li a:hover {
background-color: #FEB241;
color:#FFFFFF;
overflow: visible;
}


.menuprincipal .menuPosition {
/* The spec says we can't put this on an element with a float (although 
Opera is the only one that cares) and we need it in order to catch 
the position:absolute bubbling up */
position: relative;
z-index: 19;
text-align:center;
}





.video{
    width:377px;
    height:175px;
    margin-left:5px;
}

.video .titre{
    font-size:16px;
    font-weight:bold;
    padding-left:40px;
    line-height:65px;
    width:337px;
    height:45px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/videocadre_haut.png');
}
.video .titre[class]{
    background-image:url('/IMG/videocadre_haut.png');
}

.video .image{
    background-repeat:no-repeat;
    background-position:25px 14px;
}
.video .illustration{
    position:relative;
    width:377px;
    height:91px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/videocadre_milieu.png');
}
.video .illustration[class]{
    background-image:url('/IMG/videocadre_milieu.png');
}

.video .lien{
    position:relative;
    cursor:hand;
    width:377px;
    height:39px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/videocadre_bas.png');
}
.video .lien[class]{
    background-image:url('/IMG/videocadre_bas.png');
}


.produit .bas a,
.produit .bas div,
.produit .bas span,
.produit .bas .avis a,
.produit a,
.produit span,
.produit div{
    position:relative;
}


.produit{
}

.produit .detail{
    font-size:11px;
    font-weight:normal;
    padding-left:5px;
    margin-left:190px;
    line-height:20px;
    color:#4EC5CD;
    height:140px;
}

.produit .detail h3 {
    color:#4EC5CD;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.produit .detail ul,
.produit .detail li{
    display:block;
    list-style: disc;
    margin-top:2px;
    margin-bottom:6px;
    line-height:14px;
    padding-left:15px;
}
.produit .detail li{
    padding-left:0px;
}

.produit .detail li a{
    text-decoration:underline;
    color:#4EC5CD;
}

.produit .detail .descriptif {
    color:#000000;
    font-size:11px;
    font-weight:normal;
}
.produit .titre sup{
    font-size:9px;
}
.produit .image{
    float:left;
    width:185px;
}

.produit .detail2{
    background-color:#7BD3D9;
    font-size:11px;
    font-weight:normal;
    color:#FFFFFF;
    padding-left:5px;
    padding-right:5px;
    margin-top:0;
    width:425px;
}
.produit .detail2 p,
.produit .detail2 ul
{
    margin-top:0;
    margin-bottom:0;
}

.produit .detail2haut{
    line-height:0em;
    height:6px;
    width:435px;
    background-color:transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/medochaut.png');
}
.produit .detail2haut[class]{
    background-image:url('/IMG/medochaut.png');
}

.produit .detail2bas{
    height:6px;
    width:435px;
    background-color:transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/medocbas.png');
}
.produit .detail2bas[class]{
    background-image:url('/IMG/medocbas.png');
}



.document{
    width:377px;
    height:175px;
    margin-left:5px;
}

.document .titre{
    font-size:16px;
    font-weight:bold;
    padding-left:40px;
    line-height:65px;
    width:392px;
    height:43px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/documentcadre_haut.png');
}
.document .titre[class]{
    background-image:url('/IMG/documentcadre_haut.png');
}

.document .image{
    background-repeat:no-repeat;
    background-position:33px 11px;
}
.document .illustration{
    position:relative;
    width:432px;
    height:134px;
    cursor:hand;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/IMG/documentcadre_milieu.png');
}
.document .illustration[class]{
    background-image:url('/IMG/documentcadre_milieu.png');
}

.document .description{
    position:relative;
    left:270px;
    width:150px;
    color:#4EC5CD;
    font-weight:bold;
    font-size:11px;
}
.document .description h3{
    color:#4EC5CD;
    text-decoration:none;
}






.signature{
    font-family:Arial;
    text-align:justify;
   /* float:left;*/
    position:relative;
    top:15px;
    left:15px;
    width:185px;
    height:289px;
    padding:8px;
    font-size:11px;
    color:#0075BF;
    background-image:url('/IMG/fond-signature.gif');
    background-repeat:no-repeat;    
    
    scrollbar-3dlight-color : #FFFFFF;
    scrollbar-arrow-color : #FFFFFF;
    scrollbar-base-color : #F4F4F4;
    scrollbar-darkshadow-color : #FFFFFF;
    scrollbar-face-color : #F4F4F4;
    scrollbar-highlight-color : #FFFFFF;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-track-color : #FFFFFF;
}


.signature .scroller {
	width:187px;
	height:250px;
    overflow: auto;
    /*overflow-y: scroll;*/
    /*display: block;*/
	/*overflow: scroll;*/
	padding-right:2px;
	margin-right:4px;
	/*margin-top:6px;*/
	text-align:justify;
}


.adoc {
    font-family:Arial;
    text-align:justify;
    font-size:11px;
    color:#0075BF;
    padding:8px;
    width:150px;
    height:254px;
    float:right;
    top:15px;
    right:15px;
    position:relative;
    border-left:1px #D0D0D0 solid;
    border-top:1px #D0D0D0 solid;
    border-bottom:1px #A1A1A1 solid;
    border-right:1px #8A8A8A solid;
    _background-color:#FFFFFF;
}
.adoc[class] {
    background-image:url('/IMG/alpha75.png');
}

.molek{
    z-index:0;
    float:left;
    position:relative;
    top:180px;
    left:45px;
}

.comprime{
    float:left;
}

.molekemploi{
    z-index:0;
    float:left;
    position:relative;
    top:-180px;
    left:120px;
    margin-bottom:-200px;
}

.molekmundi{
    z-index:0;
    float:left;
    position:relative;
    top:180px;
    left:-210px;
    margin-bottom:-200px;
}

.molekpatho{
    z-index:0;
    float:left;
    position:relative;
    top:-80px;
    left:150px;
    margin-bottom:-200px;
}

.molekadoc{
    z-index:0;
    float:left;
    position:relative;
    top:-130px;
    left:150px;
    margin-bottom:-200px;
}
