/*  
Theme Name: L3S Formation
Theme URI: http://www.adk-media.com
Description: Theme "L3S Formation" pour WordPress
Version: 1.0
Author: ADK Media
Author URI: http://www.adk-media.com/
*/

/* ---- tableaux ---- */
table#tableau1 td{ padding:5px; }
table#tableau1 { float: none; }
table#tableau1 h3{ /* Petits titres */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
	border: 0;
}
/* ---- elements ---- */
body {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	background-image:url(images/arp.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; }
.imagecadre { border:3px solid #CCCCCC; }
.imageleft  { float:left; margin: 0 10px 10px 0; }
.imageright { float:right; margin: 0 0 10px 10px; }
/* ---- Contenu ---- */
.content {
	width:92%;
	margin:0 0 0 30px;
	text-align:left;
}
.content img { margin: 15px 0; }
.content p { margin: 10px 0; }
/* ----- les liens */
a:link,
a:visited,
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #3399CC;
}
.agris:link,
.agris:visited,
.agris:active {
	color: #666666;
	text-decoration: none
}
.agris:hover {
	color: #000000;
	text-decoration: none
}
/* ----- Le menu vertical */
.menuv {
	float:none;
	margin:0 0 20px 15px;
	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;
	list-style-type: none;
}
.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 #cbd3d9;
	margin: 0px;
}
.menuv a:hover {
	background-color: #0069b1;
	color: #ffffff;
	text-decoration: none;
}
.menuv h2 { /* Titre des menus */
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	margin: 10px 0;
	padding: 0
}

/* ----- Les titres */
.titrebox {
	margin:5px 0 0 5px;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3F5A69;
}
h1 { /* Titre des pages */
	color:#0066CC;
	border-bottom:1px dotted #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:1.5em;
	margin: 0 0 15px 0;
	padding: 5px 0;
}
h2 { /* Titre des pages et articles */
	color:#ff9900;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:bold;
	margin: 10px 0;
	padding: 0
}
h3 { /* Petits titres */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#3F5A69;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
	border-left:#FF9900 3px solid;
	text-transform:uppercase;
}
h4 { /* Titres arabes */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:1.3em;
	font-style:normal;
	font-weight:normal;
	margin: 10px 0;
	padding: 0;
	float:right;
}
