/*
   =========================================================
   CSS OREF (c) GIP CARIF Ile de France
   Mise � jour : 25.04.2007 par Denis Bourez
   =========================================================
*/

body { 
 	background-color: #edebee;
	color: black; 
	text-align: center;
	margin: 0;
	padding: 0;
}

#tetiereIN {
	color: #bf4f94;
	position: relative;
	top: 16px;
	right: 30px;
}

#tetiere {
	background: url(/mep/tetiere.gif) no-repeat bottom left;
	text-align: right; 
	margin-bottom: 2px;
	margin-left: 20px;
	height: 60px; 
}

/* couleurs OREF */

.BoiteVer {
	color: #fff;
	background: #c8d20b;
	padding: 4px;
}

.BoiteVio {
	color: #fff;
	background: #bf4f94;
	padding: 4px;
}

.BoiteBle {
	color: #fff;
	background: #8990b1;
	padding: 4px;
}

.BoiteBleC {
	color: #000;
	background: #e4e7f4;
	padding: 0;
	-moz-border-radius: 0 15px 15px 0;	
}

/* Bo�te pour l'�dito de la page d'accueil */

.BoiteVioC {
	color: #000;
	background: #f7e5f0;
	padding: 8px;
	/*-moz-border-radius: 0 15px 15px 0;*/
}


.BoiteVioC ul {
	padding-left:2em; 
	color:#464242; 
	line-height: 1.5em; 
	margin:0 0 -1em 0
}


.BoiteVer2 {
	color: #555;
	background: #c8d20b;
	padding: 4px;
	-moz-border-radius: 8px;	
}

.TexteVio { color: #bf4f94; }
.TexteVer { color: #c8d20b; }
.TexteBle { color: #8990b1; }

.titre	{
	font-weight: bold;
	background:url(/mep/bg_titre.gif) repeat-x; 
	color:#fff;
	margin: 0;
	/*font: 0.8em bold tahoma, arial, helvetica, sans-serif*/
}

/* ===== colonne de navigation ===== */

.NAVtitre {
	font-weight: bold;
	color: white;
	background: #8990b2;
	-moz-border-radius: 8px;	
	padding: 3px 10px 3px 10px;
}

.NAVlienOFFm { color: white; text-decoration: none; letter-spacing: 0px; background-color: transparent; }
.NAVlienOFFm:hover { color: #ffbb00; text-decoration: underline; background: transparent; }

.NAVlienONm { color: white; text-decoration: none; letter-spacing: 0px; background-color: transparent; }
.NAVlienONm:hover { color: #ffbb00; text-decoration: underline; background: transparent; }

/* ================================================================== */

/* BOB */

.RHbobGlobal {
	color: black; 
	background-color: #ffcc30; 
	border: 1px solid #ff8000; 
	margin-bottom: 8px;
}

.RHbob {
	color: black;
	background-color: #ff8000;
	padding: 2px 4px 2px 4px;
}

.RHbobLien {
	color: black;
}

h1 { 
	font-size: 16px;
	font-weight: bold; 
	color: #c34988;
	background-color: transparent;
	/*padding-bottom: 3px;
	border-bottom: 1px solid #c34988;*/
}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #102040;
}

h3 {
	font-size: 12px;
	color: #777;
	font-weight: bold;
	text-decoration: underline;
}


/* ===== liens ===== */

a { color: black; letter-spacing: 0px; text-decoration: underline; background-color: transparent; }
a:hover { color: #000; text-decoration: underline; background-color: transparent; }
acronym { color: black; background-color: transparent; }
.RHbiglien { color: #304060; text-decoration: none; }
.tdm1 { color: #304060; letter-spacing: 0px; text-decoration: underline; background-color: transparent; }

/* ===== Haut des listes et des messages ===== */

.MENUbar {
	background-color: #4b7296;
	color: white;
	/*border-bottom: 1px solid #87c3f0;*/
	text-align: right;
	padding: 4px;
}

.entete {
	background-color: #f2f2f2;
	border: 1px solid #4b7296;
	padding: 4px;
	margin-bottom: 4px;
}


/* ===== Deep Search 9 ===== */

.ds9 {
	margin: 0px 0px 8px 0px;
	background-color: transparent;
}

.ds9desc {
	margin: 8px 0 0 60px;
	padding: 0 0 4px 4px;
	border-left: 1px dotted #505050;
	border-bottom: 1px dotted #505050;
	background-color: transparent;
}

/* ===== gestion des marges et autres personnalisations ===== */

hr { margin-top: 1px; margin-bottom: 1px; }

img { border: none; background-color: transparent; }

pre {
	color: #606060;
	background-color: transparent;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-left: 12px;
	padding-right: 6px;
	border-left: 2px dotted #a00000;
}

/* ===== Formulaires ===== */

form { margin-top: 0px; margin-bottom: 0px; background-color: transparent; }
textarea { width: 100%; }

/* ===== Styles pour rhum 2.3.0, f�vrier 2003 ===== */

.quote { 
	color: black; border: 1px solid #93aded; background-color: #bddfff; padding: 2px; 
	margin: 8px 0px 8px 0px;
}

.RHpquote1 { color: black; border: 1px solid #93aded; background-color: #93aded; padding-left: 2px; }
.RHquote1 { color: black; border: 1px solid #93aded; background-color: #bddfff; padding: 2px; }
.RHquote2 { color: black; border: 1px solid #93aded; background-color: #bddfff; padding: 2px; }
.RHquote3 { color: black; border: 1px solid #93aded; background-color: #bddfff; padding: 2px; }

.errorbox { 
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	color: #fff;
	background: #b83295;
	
	padding: 5px;
	border: 1px solid #b83295;
	
	-moz-border-radius: 6px;
}

.RHlien {
	color: #747594;
	text-decoration: none;
	background-color: transparent;
}

.RHgloLien {
	color: #747594;
	text-decoration: underline;
	background-color: transparent;
}

.RHlienS {
	/*color: #fff;*/
	color: #000;
	text-decoration: underline;
	background-color: transparent;
}

.RHlienS:hover {
	color: #ffbb00;
	text-decoration: underline;
	background-color: transparent;
}

.RHlienb {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

.RHlienb:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

.RHliennb {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.RHliennb:hover {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
}

.RHtx, .RHtxs, .RHliste	{
	background-color: transparent;
}

.RHtxb { 
	color: white;
	background-color: transparent;
}

.RHtxg {
	color: #ddddff;
	background-color: transparent;
}

.RHt1 {
	font-weight: bold; 
	color: #203050;
	background-color: transparent;
}

.RHhl { color: white; background-color: #00aa00; }

.RHtitre { 
	font-weight: bold; 
	color: #000000;
	background-color: transparent;
	margin-top: 12px;
	margin-bottom: 2px;
}

.RHtitreConditionnel {
	font-variant: small-caps;
	font-weight: bold;
	color: #757695;
	margin-top: 6px;
	margin-bottom: 6px;
	/*border-bottom: 1px solid #757695;*/
}

.RHdesc {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #808080;
}

/* les tables Rhum */

.RHmsgtr {
	background: #eeeeee;
}

.RHmsgtable {
	background: #909090;
}

.RHtdent {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
	background-color: #304060;
	color: white;
	/*border: 1px solid #909090;*/
}

td.RHarbotd {
	letter-spacing: 0px;
	padding: 1px;
	padding-left: 3px;
	background-color: white;
	border: 1px solid white;
	white-space: nowrap;
}

td.RHarbotd:hover {
	background-color: #ccddff;
	border: 1px solid #808080;
}

td.RHarbotdsel {
	letter-spacing: 0px;
	padding: 1px;
	padding-left: 3px;
	background-color: #ffbb00;
	border: 1px solid black;
	white-space: nowrap;
}

td.RHlistetd:hover {
	background-color: #ffff80;
}

td.RHlistetdcl {
	white-space: nowrap;
}

td.RHlistetdcl:hover {
	background-color: #ffff80;
}

.RHlistetdcl :link, .RHlistetdcl :visited, .RHlistetdcl :hover, .RHlistetdcl :active {
	display: block;
}

.RHboxHaut {
	clear: right;
	font-weight: bold;
	color: #000;
	background: #EFEFEF;
	padding: 5px;
	border: #EFEFEF solid 1px;
	-moz-border-radius: 10px 10px 0 0;
}

.RHboxBas {
	color: #000;
	background:url(/mep/degrade.gif) bottom repeat-x; 
	border: #EFEFEF solid 1px;
	padding: 5px;
	margin-bottom: 6px;
	border-top: 0;
}

.RHboxDroite {
	font-weight: normal;
	color: #222;
	float: right;
}

.RHboxIcone {
	float: right;
}

.RHmenuHaut {
	margin-bottom: 5px;
}

.RHmenuBas {
	background: #e4e7f4;
	border: 1px solid #e4e7f4;
	padding: 4px; 
	margin-bottom: 6px; 
	-moz-border-radius: 0 8px 8px 8px;
}

.RHmenuSEL {
	text-decoration: underline;
	color: black;
	background: #e4e7f4;
	border: 1px solid #e4e7f4;
	padding: 4px; 
	margin-bottom: 6px;
	margin-right: 2px;
	-moz-border-radius: 8px 8px 0 0;
}

.RHmenuNSEL {
	background: #fff;
	border: 1px solid #e4e7f4;
	color: white;
	padding: 4px; 
	margin-bottom: 6px;
	margin-right: 2px;
	-moz-border-radius: 8px 8px 0 0;
}

/* ======= styles sp�cifiques � l'extranet OREF, 05/10/2005 ======== */

#MiniEntete {
	color: #000;
	background: #f0f0f0;
	text-align: center;
	font-weight: bold;
	min-width: 500px; 
	max-width: 500px; 
	margin-top: 10px; 
	margin-left: auto; 
	margin-right: auto;
	padding: 8px;
	border: 1px solid #7C87A8;
	-moz-border-radius: 10px 10px 0 0;
	
	/* pour palier les bugs d'IE <=6 concernant la largeur maximum : */
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "500px":
        "auto" );
}

#MiniPage {
	background: #fff;
	min-width: 500px; 
	max-width: 500px; 
	text-align: left; 
	margin-bottom: 4px;
	margin-left: auto; 
	margin-right: auto;
	padding: 8px;
	border: 1px solid #7C87A8;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px;
	
	/* pour palier les bugs d'IE <=6 concernant la largeur maximum : */
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "500px":
        "auto" );
}

#MainPage {
	background: #fff;
	padding: 10px;
	min-width: 770px; 
	max-width: 1024px; 
	text-align: left;
	margin-top: 10px;
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid #ddd;
	
	/* pour palier les bugs d'IE <=6 concernant la largeur maximum : */
	width:expression( 
    document.body.clientWidth > (1024/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "1024px":
        "auto" );
}

#contenu {
	background: #fff;
	padding-left: 15px;
	padding-right: 8px;
}

.box2 {
	clear: right;
	color: #000;
	background: #eecee6;
	padding: 5px;
	margin-bottom: 6px;
	border: 1px solid #eecee6;
	-moz-border-radius: 10px;
}

.box2titre {
	font-weight: bold;
	color: #757695;
	margin-bottom: 6px;
	border-bottom: 2px dotted #757695;
}

.notePublication {
	margin-top: 6px;
	color: #757695;
}

.BoutonAction {
	text-align: right;
	padding-top: 5px;
}

/* les box de navigation */

.nav {
	margin-bottom: 10px;
}

.nav_extranet {
	font-style: italic;
	background: #ededed;
	color: #898989;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	padding: 4px;
	margin-bottom: 10px;
}

.nav2 {
	color: #000;
	background: #B1D794;
	text-align: center;
	padding: 4px;
	margin-top: 25px;
	margin-bottom: 0;
	border: 1px solid #E2EEDA;
	border-bottom: 1px solid #95C077;
	-moz-border-radius: 10px 10px 0 0;
}

.nav2bas {
	color: #000;
	background: #E2EEDA;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #E2EEDA;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px;
}

.nav2V1 {
	color: #fff;
	background: #757695;
	text-align: center;
	padding: 4px;
	margin-top: 25px;
	margin-bottom: 16px;
	-moz-border-radius: 4px;
}

/* personnalisation des �lements de formulaires : */

input[type="submit"],input[type="reset"] {
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: white;
	background: #757695;
	border: 1px solid #bebdcd;
	padding: 1px 2px 1px 2px;
}

input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus, input[type="reset"]:hover {
	background: #9596a5;
	border: 1px solid #000;
}

input[type="text"],input[type="password"] {
	border: 1px solid #bebdcd;
}

input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #bebdcd;
}

textarea:focus, textarea:hover {
	border: 1px solid #000;
}

.listeFichiersLies {
	background: #f0f0f0; 
	margin: 6px 0 6px 16px;
	padding: 4px; 
}

.liste {
	/* listes annuaire, agenda */
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid #bfc2d0;
}

/* box R3 adapt�e BDI */

.linkGlossAlpha {color:#747594; text-decoration:underline }
.linkGlossAlpha:hover {color:#747594; text-decoration:none }

.blokGloss { 
	color: #000; padding: 5px; -moz-border-radius: 6px; margin-top: 1em;  background:url(/mep/degrade.gif) bottom repeat-x; border:#EFEFEF solid 1px
}

.RHbox {
	color: #000; 
	padding: 5px; 
	-moz-border-radius: 6px; 
	background:url(/mep/degrade.gif) bottom repeat-x; border:#EFEFEF solid 1px;
	margin-top: 1em;  
}

.RHtable {
	background:url(/mep/degrade.gif) bottom repeat-x; border:#EFEFEF solid 1px;
	width: 100%;
	-moz-border-radius: 8px;
}



.RHgloNav {
	color: #bfbfbf;
	font-weight: bold;
}

/* CSS BDI */

.OREFliste {
	margin-bottom: 8px; 
	padding-bottom: 8px;
	border-bottom: 1px dashed #e5e7f4;
}

.RHgloAccroche, .accroche {
	background-color: #e5e7f4;	
	padding: 5px;		/* � adapter */
	margin: 10px 0 10px 0;	
	-moz-border-radius: 10px; 
	font: 0.8em;
}

div#pave	{
	width: 750px;	/* � titre d'exemple */
	padding: 10px; 
	-moz-border-radius: 15px 0 15px 15px;	
	border: 1px solid #ccc; 
	background:url(dgrade.jpg) repeat-x bottom; 
	font: 0.8em Arial, Helvetica, sans-serif; 
}

div#pave a{
	color: #000000;
	font-weight: bold;	
}

div#pave a:hover{
	color: #000000;
	text-decoration: none;
}

.titreBis {
	margin-left: 2px;
	color: #c34988;
	font-size: 1.5em;
}

/* menu g�n�ral */

.menuN1 		{ background: #fff; border: 1px solid #8990b2; }
.menuN1:hover 	{ background: #8990b2; }

.menuN1s 		{ background: #8990b2; border: 1px solid #8990b2; }

.menuN2 		{ background: #d37ca9; border: 1px solid #d37ca9; }
.menuN2:hover 	{ background: #c34988; border: 1px solid #c34988; }
.menuN2s  		{ background: #c34988; border: 1px solid #c34988; }

.menuN1, .menuN1s, .menuN2, .menuN2s {
	font-family: arial, helvetica, sans-serif;
	padding: 1px 1px 1px 4px;
}

.DS9RuptureGroupe {
	margin-left: 40px;
}

.DS9RuptureGroupeReplie {
	margin-left: 40px;
	color: #000; 
	padding: 5px; 
	-moz-border-radius: 6px; 
	background:url(/mep/degrade.gif) bottom repeat-x; border:#EFEFEF solid 1px;
}


/* Formulaire d�inscription */

.event_conteneur1{
	padding:1em; 
	border:solid 1px #E4E6EE; 
	background: url(/mep/fd_inscrip1.gif) no-repeat 0px 85px;
}

.event_conteneur2{
	padding:1em; 
	border:solid 1px #F2F3F7; 
	background: url(/mep/fd_inscrip2.gif) no-repeat 0px 85px;
}

.event_titre1{
	text-align:center; 
/*	background-color:#FCFDF3;  */
	background-color:#C8D20B; 
	padding:0.7em; 
	width:400px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.7em;
/*	border:1px solid #C8D20B;  */
	border:1px solid #FCFDF3; 
	-moz-border-radius: 8px;
	color: #fff;
	font-size:  1.4em;
	font:bold;
}

.event_titre2{
	text-align:center; 
	background-color:#F2F3F7; 
	padding:0.7em; 
	width:400px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.7em;
	border:1px solid #7E88AF; 
	-moz-border-radius: 8px;
	color: #7E88AF;
	font-size:  1.4em;
	font:bold;

}

.titreTer {
	color: #7E88AF;
	font-size: 1.2em;
	text-align:center;
	margin-bottom: 0.6em;
}

/*******************************************************************************
 * 			EDITO
 *******************************************************************************/

.BoiteVioC h1 {
}

.BoiteVioC h2 {
	border-bottom: 2px solid #C8D20B; 
	margin: 2em 30px 1em 0; 
	padding: 0pt 0 0.3em 0pt; 
	font-size: 110%; 
	text-align: left; 
	color: #8990B1;
}

.BoiteVioC p {
	text-align: left; 
	color: #464242;
	line-height:1.5em;
	font-weight: bold;
	padding-left:2em;
	padding-right:1em;
}
.BoiteVioC p.centre {
	text-align: center; 
}
