/***************************** CSS GENERIQUE ********************************/

/***************************** BODY, A, A:hover, A IMG, FORM ****************/

BODY {
	padding:0px;
	margin:0px;
	background:#FFFFFF;
}

form {
	padding:0px;
	margin:0px;
}

a img {
	border-width:0px;
}

#contenu {
	width:542px;
	margin:0px;
	padding:0px;
}

#contenu .bloc {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom:10px;
	clear:both;
}

#contenu a {
	color:#3399CC;
}

/***************************** BLOC TEXTE ***********************************/

.texte {
	text-align:justify;
}
.texteGauche {
	width: 46%;
	margin-right:5px;
	text-align:justify;
}
.texteDroite {
	width: 46%;
	margin-left:5px;
	text-align:justify;
}
.texteMilieu {
	width: 46%;
}
.texteImgGauche {
	text-align:justify;
}
.texteImgGauche img {
	float : left;
	margin : 5px;
	margin-right:15px;
	margin-bottom:5px;
}
.texteImgDroite {
	text-align:justify;
}
.texteImgDroite img {
	float : right;
	margin : 5px;
	margin-left:15px;
	margin-bottom:5px;
}
.texteHaut {
	text-align:justify;
}
.texteCentre {
	text-align:center;
}
.texteCentre img {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}
.texteBas {
	text-align:justify;
}


/***************************** BLOC TITRE ***********************************/

.titre {
	width:100%;
	padding-bottom:2px;
	background-image:url('images/mapo/m_type_titre_bg.gif'); 
	background-repeat:repeat-x;
	background-position:0px bottom;
	margin-bottom:10px;
	clear:both;
}
.titre h2 {
	background-image:url('images/mapo/m_type_titre_puce.gif'); 
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding:0px;
	padding-left:13px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	text-align:left;
	text-transform:uppercase;
}

/***************************** BLOC FICHIER *********************************/

.fichier {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 11px;
	color: #000000;
}


/***************************** BLOC QUESTIONNAIRE ***************************/

#formulaire {
	margin:0px;
	padding:0px;
	text-align: left;
}
#formulaire table {
	border: 0px;
}
#formulaire td {
	color: #000000;
	border: 0px;
	text-align: left;
	valign: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#formulaire .messageErreur {
	color: #FF0000;
}
#formulaire td.intitule {
	font-weight: bold;
	text-align: left;
	width: 120px;
}
#formulaire td.intituleTexte{
	margin:0px;
	padding:0px;
}
.formulaire td.valeur, .formulaire td.valeurCheck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#formulaire td.valeur input, #formulaire td.valeur textarea, #formulaire td.valeur select {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#formulaire textarea {
	width: 300px;
}
#formulaire div.boutonEnvoyer {
	padding-left: 126px;
}
#formulaire div.boutonEnvoyer input {
	width: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

/***************************** STYLE ASSOCIE AU MODELE **********************/

/* ACCUEIL */

#logoMapo {
	background-image:url('images/mapo/m_accueil_logo_mapo.gif'); 
	background-repeat:no-repeat;
}

#bandeauMapo {
	background-image:url('images/mapo/m_accueil_bandeau.jpg'); 
}
#bandeauBackground {
	background-image:url('images/mapo/m_accueil_bandeau_bg.gif'); 
}

#connexionMapo {
	background-image:url('images/mapo/m_accueil_connexion.jpg'); 
}
#connexionMapo input.input {
	width:82px;
	height:15px;
	font-size:9px;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
	margin-right:6px;
}
#connexionBackground {
	background-image:url('images/mapo/m_accueil_connexion_bg.gif'); 
}

#menuAccueil td {
	line-height:14px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#006699;
	background:transparent;
}
#menuAccueil td a {
	color:#006699;
	text-decoration:none;
}

#presentationMapo {
	height:100%;
	font-family:Verdana;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}

.dottedLine {
	background-image:url('images/mapo/m_dotted_line.gif'); 
	background-repeat:repeat-y;
	background-position:0px 50px;
}
#newsMapo  {
	background-image:url('images/mapo/m_accueil_news_bg.gif'); 
}

#newsMapo .entete {	 
	background-image:url('images/mapo/m_accueil_news_entete_bg.gif'); 
	font-family:Verdana;
	font-size:11px;
	padding-left:5px;
	font-weight:bold;
	color:#666666; 
}
#newsMapo p.titre {	 
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	background-image:url('images/mapo/m_accueil_news_puce.gif'); 
	background-repeat:no-repeat;
	background-position: 5px 4px;
	font-family:Verdana;
	font-size:11px;
	padding-left:12px;
	font-weight:bold;
	color:#878674; 
}
#newsMapo p.contenu {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
	font-family:Verdana;
	font-size:11px;
	padding-left:5px;
	padding-right:8px;
	color:#000000; 
}
#newsMapo .pied {
	background-image:url('images/mapo/m_accueil_news_pied_bg.gif'); 
}
#newsMapo .spacer {
	background-color:#FFFFFF; 
}
#newsMapo .subscription{
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	color:#000000; 
}
#newsMapo .subscription a {
	color:#000000;
}
#newsMapo .subscription img{
	vertical-align:-3px;
	margin:0px 5px 0px 5px;
}

#lastUpdate {
	font-family:Verdana;
	font-size:10px;
	color:#666666; 
	padding-top:1px;
}

/* TYPE */

#bandeau1Type {
	background-image:url('images/mapo/m_type_bandeau_1.jpg'); 
}

#bandeau1Type input.input {
	width:74px;
	height:15px;
	font-size:9px;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
}
.subscribe a {
	margin-left:5px;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.subscribe a:hover {
	text-decoration:underline;
}

#bandeau1TypeBackground {
	background-image:url('images/mapo/m_type_bandeau_1_bg.gif'); 
}
#bandeau2Type {
	background-image:url('images/mapo/m_type_bandeau_2.jpg'); 
}
#bandeau2TypeBackground {
	background-image:url('images/mapo/m_type_bandeau_2_bg.gif'); 
}
#bandeau2Filet {
	background-color:#CECECE;
}
#bandeau2FiletBackground {
	background-color:#BADBE9;
}
#menuHorizontal {
	background-image:url('images/mapo/m_type_menu_bg.jpg'); 
}
#menuHorizontalBackground {
	background-image:url('images/mapo/m_type_menu_horizontal_bg.gif'); 
}

/* MENU HORIZONTAL */
#nav, #nav ul {
	margin:0px;
	padding:0px;
	width:100%;
	list-style: none;
	line-height:18px;
}
#nav li.separator {	 
	width:1px;
	font-size:13px;
	background-image:url('images/mapo/m_type_menu_horizontal_separator.gif'); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#nav li.niveau1 a {
	display: block;
	text-decoration:none;	 
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	color:#006699;   
}
#nav li.niveau1 a:hover {
	text-decoration:none;
}
#navOn {
	background-image:url('images/mapo/m_type_menu_horizontal_select.gif'); 
	background-repeat:repeat-x;
}
#navOn ul li a {
	color: #FFFFFF;
}
#nav li {
	float:left;
	text-align: center;
}
#nav li ul {
	position:absolute;
	left: -999em;
	width: 130px;
	text-align: left;
	border-width:1px;
	border-top-width:0px;
	border-color:#737A7F;
	border-style:solid;
	border-collapse: collapse;
	background-image:url('images/mapo/m_type_menu_horizontal_dotted_line.gif'); 
}
#nav li ul li {
	text-align: left;
	width: 130px;
}
#nav li ul li.niveau2 a {
	display: block;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-size:10px;
	font-weight:normal;
	line-height: 16px;	
	color:#666666;
	background-color: #E9EEF4;
}
#nav li ul li.dottedLine {
	padding-top:1px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}

.typeBorder {
	background-image:url('images/mapo/m_dotted_line.gif'); 
	background-repeat:repeat-x;
}

#cheminMapo {
	padding-left:8px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#737A7F;
}
#cheminMapo a {
	text-decoration:none;
	color:#737A7F;
}
#impression, #impression a {
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	color:#3399CC;
	text-decoration:none;
}

#menuVertical td {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#3399CC;
}
#menuVertical td a {
	color:#3399CC;
	text-decoration:none;
}

#menuVertical .niveau2 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_bg.gif');
}
#menuVertical .niveau2 .top {
	padding-left:8px;
	padding-top:1px;
	line-height:20px;
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_h_bg.gif');
	background-repeat:no-repeat;
}
#menuVertical .niveau2 .bottom1 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_b1_bg.html');
}
#menuVertical .niveau2 .bottom2 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_b2_bg.gif');
}
#menuVertical .niveau2select {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_bg.gif');
}
#menuVertical .niveau2select .top {
	padding-left:8px;
	padding-top:1px;
	line-height:20px;
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_select_h_bg.gif');
	background-repeat:no-repeat;
}
#menuVertical .niveau2select .bottom1 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_b1_bg.html');
}
#menuVertical .niveau2select .bottom2 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau2_b2_bg.gif');
}
#menuVertical .niveau3 {
	background-image:url('images/mapo/m_type_menu_vertical_niveau3_bg.gif');
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	padding-left:20px;
}
#menuVertical .niveau3 a {
	color:#666666;
}

#typeNewsMapo {
	background-image:url('images/mapo/m_type_news_bg.gif'); 
}
#typeNewsMapo .entete {
	background-image:url('images/mapo/m_type_news_entete_bg.gif'); 
	font-family:Verdana;
	font-size:11px;
	padding-left:8px;
	font-weight:bold;
	color:#666666; 
}
#typeNewsMapo p.titre {   
	padding:0px;
	margin:0px;
	margin-bottom:2px;
	background-image:url('images/mapo/m_accueil_news_puce.gif'); 
	background-repeat:no-repeat;
	background-position: 5px 4px;
	font-family:Verdana;
	font-size:11px;
	padding-left:12px;
	font-weight:bold;
	color:#878674; 
}
#typeNewsMapo p.contenu {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	text-align:justify;
	font-family:Verdana;
	font-size:11px;
	padding-left:5px;
	padding-right:8px;
	color:#000000; 
}
#typeNewsMapo .pied {
	background-image:url('images/mapo/m_type_news_pied_bg.gif'); 
}
#typeNewsMapo .spacer {
	background-color:#FFFFFF; 
}

#erreurConnexion {
	background-image:url('images/mapo/m_erreur_connexion_bg.jpg');   
}
#erreurConnexion .errorMessage {
	padding-top:2px;
	padding-left:5px;
	font-family:Verdana;
	font-size:11px;
	color:#CC0000;
}
#erreurConnexion input.input {
	width:82px;
	height:15px;
	font-size:10px;
	border-color:#666666;
	border-width:1px;
	border-style:solid;
}
#mapoStructure td {
	font-family:Verdana;
	font-size:11px;
	line-height:18px;
}
#mapoStructure td.niveau1 {
	background-image:url('images/mapo/m_type_structure_niveau1.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:7px;
	font-weight:bold;
}
#mapoStructure td.niveau1 a {
	text-decoration:none;
	color:#000000;
}
#mapoStructure td.niveau1 a:hover {
	text-decoration:underline;
}
#mapoStructure td.niveau2 {
	background-image:url('images/mapo/m_type_structure_niveau2.gif');
	background-repeat:no-repeat;
	background-position:30px 7px;
	padding-left:37px;
}
#mapoStructure td.niveau2 a {
	text-decoration:none;
	color:#006699;
}
#mapoStructure td.niveau2 a:hover {
	text-decoration:underline;
}
#mapoStructure td.niveau3 {
	background-image:url('images/mapo/m_type_structure_niveau2.gif');
	background-repeat:no-repeat;
	background-position:50px 7px;
	padding-left:57px;
}
#mapoStructure td.niveau3 a {
	text-decoration:none;
	color:#006699;
}
#mapoStructure td.niveau3 a:hover {
	text-decoration:underline;
}
.messageErreur {
	color:#AA0000;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.messageErreur:hover {
	text-decoration:underline;
}

#emailSubscription td {
	font-family:Verdana;
	font-size:11px;
}

#emailSubscription #WGFormNewsletter input,
#emailSubscription #WGFormNewsletter select {
	margin:1px 0px 1px 0px;
	height:20px;
	font-size:10px;
}

/*   */

#menu_statique {
	margin: 0px;
	padding: 0px;
	width:100%;
	list-style: none;
	line-height:18px;
}
#menu_statique li {
	float:left;
	text-align: center;
}
#menu_statique li.separator {	 
	width:1px;
	font-size:13px;
	background-image:url('images/mapo/m_type_menu_horizontal_separator.gif'); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#menu_statique li a {
	display: block;
	text-decoration:none;	 
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	color:#FF6600;   
}
#menu_statique li.niveau1 a:hover {
	text-decoration:none;
}
