/*
	Style AnnuPlus v2
	Créé par Alain Jean-Petit-Matile
	Pour le site www.annuplus.net
	Copyright 2009, tous droits réservés
*/

body {
	background-image: url('../images/barre_haut.png');
	background-repeat: repeat-x;
	background-color: #eae5fb;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	background-image: url('../images/h1.png');
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 65px;
	padding-top: 10px;
	font-size: 16px;
}

h2 {
	background-image: url('../images/h2.png');
	background-repeat: no-repeat;
	height: 45px;
	padding-left: 50px;
	padding-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}

li {
	list-style-image: url('../images/puce.png');
}

a {
	color: #2d66df;
	text-decoration: underline;
}

a:hover {
	color: #fd8a3d;
	text-decoration: none;
}

a img {
	border: none;
}

acronym
{
	cursor:help;
}

fieldset
{
	border: 1px dashed #999999;
	background-color: #fdfaf5;
}

img.thumbnail
{
	position:relative;
	float:left;
	margin-right: 5px;
	border:none;
}

img.gauche
{
	position:relative;
	float:left;
	margin-right: 5px;
	border:none;
}

img.droite
{
	position:relative;
	float:right;
	margin-right: 5px;
	border:none;
}

img.coupcoeur
{
	position:relative;
	float:right;
	padding: 2px;
	margin-right: 15px;
	margin-top: -20px;
	border: 2px dotted #FF9900;
}

iframe.out {
	width: 100%;
	height: 768px;
	margin-top: 10px;
}

/* Cadres du site pour alignement */
#centre
{
	position:relative;
	margin:auto;
	width: 900px;
}

#cadre {
	position:relative;
	top: 5px;
	float:left;
	width: 900px;
	background-image: url('../images/fond.png');
	background-repeat: repeat-y;
}

/* Topmenu */
#topmenu {
	float: left;
	padding-top: 3px;
	color: #ffffff;
	position: relative;
	width: 60%;
}

#topmenu #logo {
	float: left;
	position:absolute;
	top: -7px;
}

#topmenu span.liens {
	padding-left: 20%;
}

#topmenu span.liens a {
	color: #2d66df;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
}

#topmenu span.liens a:hover {
	color: #fd8a3d;
	text-decoration: none;
}

#recherche {
	float: right;
	position: relative;
	width: 40%;
	text-align: right;
}

/* Présentation AnnuPlus */
#presentation {
	position:relative;
	top: 25px;
	text-align: center;
	margin: auto;
	margin-bottom: 50px;
	width: 900px;
}

#presentation #presimg {
	margin-top: -25px;
	margin-left: -16px;
	width: 767px;
}

#presentation_deluxe {
	position:absolute;
	bottom: 10%;
	right: 10%;
	border: none;
}

/*div#coupdecoeur {
	position: absolute;
	top: 100px;
	left: 110px;
	width: 300px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #c9c9c9;
	background-color: #f3f0eb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}*/

/* Contenu du site */
#corps {
	position:relative;
	right: 9%;
	top: 0px;
	float:right;
	width: 63%;
	padding-bottom: 50px;
	margin-bottom: 25px;
	padding: 5px;
}

#corps p {
	padding-left: 10px;
	padding-right: 10px;
}

#corps p.infos {
	margin-top: -50px;
	margin-bottom: 20px;
	padding-left: 70px;
	color: #999999;
}

#menus {
	position:relative;
	left: 3%;
	top: 0px;
	width: 23%;
	border-right: 1px dashed #c9c9c9;
	padding-right: 5px;
	padding-bottom: 50px;
	margin-bottom: 25px;
}

#menus ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	/*border-left: 10px solid #2d66df;
	background-color: #b0cff3;*/
	background-image: url('../images/arriere_menu.png');
	background-repeat: no-repeat;
	color: #999999;
	margin-left: 0px;
	height: 30px;
}

#menus ul li:hover {
	/*border-left: 10px solid #fd8a3d;
	background-color: #b0cff3;*/
	display:block;
}

#menus ul li.premier {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	background-image: none;
}

#menus a {
	display:block;
	color: #2d66df;
	text-decoration: none;
}

#menus a:hover {
	display:block;
	color: #fd8a3d;
	text-decoration: none;
}

/* Copyright */
#copyright {
	position:relative;
	float: left;
	width: 900px;
	text-align: center;
	font-size: 10px;
	background-image: url('../images/fond.png');
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

/* Blocs situés sur l'index */
.bloc_index
{
	background-color: #FFFFFF;
	border:1px dashed #c9c9c9;
	width:100%;
}

.bloc_index th
{
	background-image: none;
	color: #fd8a3d;
}

.bloc_top3 {
	width: 100%;
}

.bloc_top3 th
{
	background-image: none;
	color: #fd8a3d;
}

td.top3
{
	border:1px dashed #999999;
	background-color: #FFFFFF;
	vertical-align: top;
}

.bloc_derniertop
{
	border: 1px groove #ff0000;
	width:100%;
	
	background-color: #ffe0e0;
}

.bloc_derniertop th
{
	text-align:left;
	color: #fd8a3d;
	font-size: 16px;
}

/* Blocs pour la présentation des sites dans l'annuaire */
.bloc_site
{
	background-color: #fdfaf5;
	border:1px dashed #c9c9c9;
	width:100%;
}

.bloc_site td
{
	border:1px dashed #999999;
}

.bloc_site_deluxe
{
	border:1px dashed #fd8a3d;
	background-color: #fdfaf5;
	width:100%;
}

.bloc_site_deluxe td
{
	border:1px dashed #FF6600;
}

/* Styles de tableau dans le site */
table.tab_offres {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px dashed #c9c9c9;
}

/* Détail des actions dans l'inscription */
ul#inscription li {
	display: inline;
	font-size: 12px;
	padding-right: 10px;
	color: #2d66df;
	font-weight: bold;
}

ul#inscription li.actif {
	color: #fd8a3d;
}

/* Affichage de la vérification du mot de passe */
#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	margin:0px;
	padding:0px;
	height:14px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:9px;
}

#sm ul
{
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#sm ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:14px;
}

.nrm
{
	width:60px;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
	vertical-align:middle;
}

.red
{
	width:60px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FF6F6F;
	display:block;
	vertical-align:middle;
}

.yellow
{
	width:60px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FDB14D;
	display:block;
	vertical-align:middle;
}

.green
{
	width:60px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#A0DA54;
	display:block;
	vertical-align:middle;
}

/* Message d'avertissement */
.warnred
{
	border: 1px solid #FF0000;
	background-color: #f4bdbf;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2px;
	width: 90%;
	text-align:center;
}
.warnyellow
{
	border: 1px solid #e8d325;
	background-color: #f3ea9c;
	color: #e1bb0a;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2px;
	width: 90%;
	text-align:center;
}
.warnblue
{
	border: 1px solid #006699;
	background-color: #9eaeea;
	color: #006699;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2px;
	width: 90%;
	text-align:center;
}
.warngreen
{
	border: 1px solid #009900;
	background-color: #8fe599;
	color: #009900;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	margin-right: 5%;
	padding: 2px;
	width: 90%;
	text-align:center;
}

/* Styles divers */
.droite { text-align: right; }
.centre { text-align: center; }
.annu { color:/*#b0cff3*/ #2d66df; }
.plus { color:#fd8a3d; }
.or { color: #ffd700; }
.rouge { color:red; }
.bleu { color:blue; }
.vert { color:#006600; }
.code { font-family:Courier new; background-color: #e3e3e3; }
.vousetesici { text-align: right; padding-right: 10%; }
.petit { font-size: 8px; }
sup.conditions { font-size:7px; }
p.partenaire { border:1px solid #c9c9c9; width: 468px; margin: auto; }
ul.charte li { padding-bottom: 5px; }
ol.charte li { padding-bottom: 5px; }
div.googleads { padding-left: 30%; }