body {
	margin: 0;
	padding: 0 0 10px 0;
	background: #fff url(../images/) top left repeat;
	font-family: verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/

div#conteneur {
	text-align: left;
}

.cacher {
	display: none;
}

.justifie {
	text-align: justify;
}

div#conteneur {
	width: 950px;
	position: relative;
	margin: auto;
}

.nowrap {
	white-space: nowrap;
}

img {
	border: 0;
	vertical-align: middle;
}

div.page_blanche .alerte, div.page_blanche .alerte a {
	color: #c00;
}

a, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.centrer {
	text-align: center;
}

hr.separation {
	clear: both;
	visibility: hidden;
}

.gras {
	font-weight: bold;
}

ul.liste {
	list-style-type: disc;
	margin-left: 30px;
	font-size: 11px;
	line-height: 1.6em;
}

ul.liste em {
	text-decoration: underline;
	font-style: normal;
}

/* ------------------------------------ */
/*                                      */
/*            header                    */
/*                                      */
/* ------------------------------------ */

div#header {
	height: 110px; width: 950px;
}

div#logo {
	float: left;
	height: 110px;
}

div#menu_rapide {
	margin: 0;
	padding: 10px 0 0 0;
	float: right;
}

div#menu_rapide a {
	color: #000;
}

div#menu_rapide ul {
	list-style-type: none;
}

div#menu_rapide ul li {
	float: left;
	font-size: 12px;
}

li#menu_aide, li#menu_toolbar, li#menu_creer_blog, li#menu_sms {
	margin-right: 5px;
}

div.titre, div.is_titre {
	color: #82d615;
	font-size: 14px;
	border: 0;
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
}

div.is_cadre_select {
	background: #b7d2e7;
}

div.is_cadre_select a, div.is_cadre_select a:visited,
div.is_cadre_select a:hover, div.is_cadre_select a:active {
	color: #f60;
}

div.titre a.lienout, div.titre a.lienout:visited {
	color: #000;
}

a.lienout, a.lienout:visited,
a.is_lien_ext, a.is_lien_ext:visited,
div.is_cadre a, div.is_cadre a.is_lien_ext:visited {
	color: #369;
	text-decoration: none;
}

a.lienout:hover, a.lienout:active,
a.is_lien_ext:hover, a.is_lien_ext:active,
div.titre a.lienout:hover, div.titre a.lienout:active,
div.is_cadre a.lienout:hover, div.is_cadre a.lienout:active {
	text-decoration: underline;
}

/* ------------------------------------ */
/*                                      */
/*            Recherche                 */
/*                                      */
/* ------------------------------------ */

div#recherche {
	position: absolute;
	top: 60px; left: 660px;
	height: 26px;
}

div#recherche p {
	float: left;
	margin: 0;
	padding: 0;
}

div#recherche p.champ {
	text-align: right;
	padding-right: 5px;
}

div#recherche p.champ input {
	width: 180px;
	height: 22px;
	background: transparent url(../images/champ_recherche.png) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 2px 5px;
	color: #69c;
}

/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

div#navigation {
	height: 3em; width: 950px;
}

ul#menu_nav, ul#sous_menu_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu_nav {
	height: 2.3em;
}

ul#menu_nav li, ul#sous_menu_nav li, li#services_nav li, li#annuaire_nav li, li#espace_dedie_nav li {
	float: left;
}

li#bogueurs_nav, li#services_nav, li#annuaire_nav, li#espace_dedie_nav {
	margin-left: -1px;
}

ul#menu_nav li strong {
	height: 2em;
	line-height: 2em;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

li#accueil_nav {
	width: 7.4em;
}

li#bogueurs_nav {
	width: 8.6em;
}

li#espace_dedie_nav {
	width: 10.5em;
}

li#services_nav, li#annuaire_nav {
	width: 12.5em;
}

ul#menu_nav li strong.actif {
	background: transparent url(../images/onglet_actif.png) top left no-repeat;
}

ul#menu_nav li strong.inactif {
	background: transparent url(../images/onglet.png) top left no-repeat;
}

ul#menu_nav li strong a {
	display: block;
}

ul#menu_nav li strong.actif a {
	color: #fff;
	background: transparent url(../images/onglet_actif_droit.png) top right no-repeat;
}

ul#menu_nav li strong.inactif a {
	color: #000;
	background: transparent url(../images/onglet_droit.png) top right no-repeat;
}

ul#sous_menu_nav {
	line-height: 2.5em;
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
	position:absolute;
	height: 2.5em;
	width: 950px;
	background-color: #369;
	border-bottom: 2px solid #ccc;
}

ul#sous_menu_nav a {
	color: #fff;
}

ul#sous_menu_nav li {
	margin-left: 5px;
}

div#zone_principale {
	width: 950px;
	background-color: transparent;
	margin: 0;
	padding: -15px 0 0 0;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

div#footer {
	position: relative;
	clear: both;
	width: 950px; height: 110px;
	background: url(../images/footer.gif) left top no-repeat;
}

div#footer p {
	position: absolute;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
}

div#footer p a, div#footer p a:visited {
	color: #fff;
	font-weight: bold;
}

p#footer_liens {
	top: 53px; left: 90px;
}

div#w3c_validated {
	text-align: center;
	margin-top: 10px;
}

p#copyright {
	top: 90px; left: 90px;
}
