* {
	margin: 0px;
}

body {
        padding:0px;	
	background-color: #d5e2ed;
	font-family: sans-serif, serif;
}

b {
	color: black;
}

a, a:visited {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: black;
}

.spacer {
	clear: both;
}

input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #353a90;
	background-color: white;
	font-size: 12px;
	color: black;
}

#dessin_enfant1 {
	position: absolute;
	left: 00px;
	top: 5px;
	height: 116px;
	width: 109px;
	background-image: url('../images/d_enf_1.gif');
	background-repeat: no-repeat;
}

#dessin_enfant2 {
	position: absolute;
	left: 200px;
	top: 5px;
	height: 116px;
	width: 109px;
	background-image: url('../images/d_enf_2_anim.gif');
	background-repeat: no-repeat;
}

#dessin_enfant3 {
	position: absolute;
	left: 600px;
	top: 5px;
	height: 116px;
	width: 109px;
	background-image: url('../images/d_enf_3_anim.gif');
	background-repeat: no-repeat;
}

#dessin_enfant4 {
	position: absolute;
	left: 800px;
	top: 5px;
	height: 116px;
	width: 109px;
	background-image: url('../images/d_enf_4.gif');
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 355px;
	background-image: url('../images/logo_udaf_web.gif');
	background-repeat: no-repeat;
	height: 132px;
	width: 192px;
}
#barre_navigation {
	position: absolute;
	top: 120px;
	left: 198px;
	text-align:left;
	height: 15px;
	font-size: 12px;
}

.bande_haut {
	width: 100%;
	height: 140px;
	font-size: 16px;
	text-align: right;
}
.menu_gauche {
	width: 181px;
	float: left;
}
.principal {
	margin: 2px;
	margin-left: 182px;
	margin-right: 20px;
	margin-top: 5px;
	background-color: #efefef;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	border-color: #353a90;
	width: 772px;
	text-align: justify;
	padding-right: 3px;
}

.spip ul {
	padding-right: 3px;
}
.principal_old {
	margin: 2px;
	margin-left: 182px;
	margin-right: 20px;
	margin-top: 5px;
	background-color: #b7cde0;
	font-size: 13px;
	border-width: 1px;
	border-color: #55a7ed;
	border-style: solid;
}

.principal_fond_bleu {
	background-color: #55a7ed;
}

.principal h3, .principal h4 {
	color: white;
	margin: 0px;
	background-color: #353a90;
	font-size: 16px;
	margin-bottom: 0px;
}
.principal h4 {
	font-size: 12px;
	color: #dbdbdb;
}
.actu {
	margin: 5px;
        border-style: none;
	font-size: 12px;
}
.actu a {
	display: block;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #353a90;
	border-style: solid;
	padding-top: 2px;
	background-color: #dddddd;
	padding-left: 2px; 
}
.actu li {
	display: inline;
}
.actu a:hover  {
	background-color: #55a7ed;
	color: white;
	text-decoration: none;
}

.actu b {
	color: blue;
}
.actu i {
	display: block;
	background-color: #dddddd;
	border-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #353a90;
	border-width: 1px;
	font-size: 9px;
}

.actu u {
	font-size: 9px;
	text-decoration: none;
}

.actu form {
	display: block;
	background-color: #dddddd;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #353a90;
	border-width: 1px;
}

.actu b:hover {
	color: white;
}
.actu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.actu h3 {	
	width:100%;
	/*background-color: #55a7ed;*/
	background-repeat: no-repeat;
	background-color: #d5e2ed; /* effet transparent :) */
	background-image: url('../images/fond-titre-menu.gif');
	color: white;
	margin: 0px;
	border-width: 1px;
	text-align: left;
	font-size: 12px;
	font-variant: small-caps;
}
#actu_udaf, #actu_unaf, #recherche {
	background-color: #b7cde0; /* #ffff99;*/
}
.adresse {
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-variant: small-caps;
}
/* Page des rubriques */

#rubrique_associe h3, #rubrique_article h3, #rubrique_liens h3 {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-color: black;
	margin-bottom: 3px;
}
#rubrique_associe a, #rubrique_article a, #rubrique_liens a {
	margin-left: 15px;
}

/* Page des articles */
/* On a pas de forum
.formulaire_forum {
	margin-left: 50px;
	margin-right: 50px;
	background-color: lightyellow;
	font-size: 10px;
}*/
.vous_etes_ici {
	float: right;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top:50px;
	margin-right: 10px;
	width: 200px;
	border-color: black;
	/* background-color: #ADFF2F; /* greenyellow */
	background-image: url('../images/fond_boite_article.gif');
	font-size: 11px;
}

.vous_etes_ici a {
	padding: 2px;
}

p {
	margin-bottom: 13px;
}

.vous_etes_pas_ici {
	position: relative;
	margin-right: 5px;

}

.vous_etes_ici h3 {
	margin: 0px;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: black;
	background-color: #353a90; /* yellow;*/
}
b.spip {
	color: Navy;
}

h3.spip {
	text-align: center;
	border-bottom-style: none;
}

h3.spip b {
	color: #ffff0e;
}
.spip_surligne {
	background-color: yellow;
	color: #353a90;
}

p.spip {
	margin-left: 12px;
	margin-right: 12px;
}
.spip_puce {
	margin-left: 12px;
}
ul.spip {
	margin-left: 12px;
}

/* La page de recherche */
.recherche {
	font-size: 10px;
}

.recherche a {
	font-size: 12px;
	margin-left: 15px;
}
.recherche h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.li_rubrique {
	list-style-image: url('../images/rubrique.gif');
	margin-left: 30px;
}

.li_article {
	list-style-image: url('../images/article.gif');
	margin-left: 30px;
	padding: 0px;
}

.legende {
	font-size: 10px;
}

.legende:hover {
	color: #353a90;
}

.spip_encadrer {
	margin-left: 20px;
}
.contact pre {
	display: none;
}

blockquote {
	background-color: #aafaaa;
	border-style: dotted;
	margin: 8px;
	padding: 4px;
	text-align: justify;
}
