/*  
Theme Name: ANA Maroc
Theme URI: http://www.adk-media.com
Description: Theme "ANA Maroc" pour WordPress
Version: 1.0
Author: ADK Media
Author URI: http://www.adk-media.com/
*/

body {
	color:#777;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	background-image:url(../images/arp-haut.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
table {
	font-size:1em;
	padding:0;
	margin:0;
	font-style: normal;
}
p { margin: 0; }

form { margin:0; }
.textegris { color:#999999; font-size:0.9em; }

/* ----- le post */
.post { overflow: auto; margin-bottom:15px; }
.post img { border:1px solid #333; padding:2px; }
.post p { margin: 3px 0; text-align:justify }
.post .metadata {
	color:#999999; 
	font-size:0.9em;
	padding:0;
	margin: 0 0 10px 0;
}
	
/* ----- les alignements */
.alignleft { float:left; margin: 0 10px 10px 0; }
.alignright { float:right; margin: 0 0 10px 10px; }
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/* ----- Div Droite */
.divdroite {
        background-image:url(images/arp-boxes-droite.jpg);
        background-repeat:no-repeat;
        padding: 10px;
}
.divdroite a:link,
.divdroite a:visited,
.divdroite a:active {
	color: #666666;
	text-decoration: none;
}
.divdroite a:hover {
	color: #0099FF;
	text-decoration: none;
	background:none;
}
.divdroite .lien {
	padding: 2px 0;
	border-bottom:#999999 dotted 1px;
}
.divdroite .tout {
	padding: 8px 0;
	text-indent:20px;
	background:url(images/icone-ff.png) left center no-repeat; 
}
/* ----- Le menu vertical */
.menuv {
	float:none;
	margin:0;
	padding:0;
	width:100%;
}
.menuv ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuv li { 
	border-bottom:1px solid #ffffff;
	margin-bottom:0; 
	padding:0; }
.menuv a:link,
.menuv a:active,
.menuv a:visited {
	display: block;
	background-color:#eeeeee;
	color: #002b70;
	text-decoration: none;
	padding: 5px 5px;
	border:1px solid #c8c8c8;
	margin: 0px;
}
.menuv a:hover {
	background-color: #dee1e6;
	color: #333333;
	text-decoration: none;
}
/* ----- Les titres */
h1{ /* Titre des pages */
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top:1px #999 dotted;
	border-bottom:1px #999 dotted;
	color:#366591;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color:#f5f5f5;
}
h2 { /* Titre GRAND */
	color:#b38801;
	border:#daad1f 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size:1.1em;
	margin: 0 0 10px 0;
	padding: 8px;
	background-color:#f8dc78;
}
h3 { /* Petits titres */
	color: #333399;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	padding: 10px 0 5px 0;
	margin: 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h4 { /* Petits titres */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	margin: 0;
	padding: 0;
}
/* ----- Le menu horizontal */
.menuh {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	clear:both;
	height:36px;
	width:100%;
	background: #FFFFFF url("images/menuh-gris.gif");
}
.menuh ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.menuh li { display:inline; }
.menuh a:link,
.menuh a:active,
.menuh a:visited {
	float:left;
	display: block;
	background: #FFFFFF url("images/menuh-gris.gif");
	color: #ffffff;
	text-decoration: none;
	font-size:1em;
	font-weight:bold;
	padding: 10px;
	border-right:1px #FFFFFF solid; 
}
.menuh a:hover {
	background: #FFFFFF url("images/menuh-bleu.gif");
	text-decoration: none;
}

