/* GENERAL */

* {
margin: 0;
padding: 0;
}

body,
input,
textarea
{
font-family: arial, verdana, arial, times, "times new roman", serif;
font-size: 12px;
}

html {
color: #000;
background-color: #fff;
}

a {
color: #4080b7;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: #4080b7;
background-color: transparent;
text-decoration: underline;
}

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

p {
text-align: left;
}

input {
padding: 1px 2px;
}

textarea {
padding: 2px;
}

.none {
position: absolute;
left: 0;
top: -500px;
width: 1px;
height: 1px;
overflow: hidden;
}

.clear {
clear: both;
display: block;
height: 0px;
font-size: .1em;
}



/* STRUCTURE */

#corps {
position: relative;
margin: 0 auto;
width: 1000px;
}

#kontent {
width: 1000px;
}

#col_1 {
float: left;
width: 190px;
}

#col_2 {
float: right;
width: 810px;
}

#col_2_1 {
float: left;
width: 505px;
}

#col_2_2 {
float: right;
width: 300px;
}

#col_2_seul {
float: right;
width: 1000px;
}

#col_2_1_seul {
float: left;
width: 695px;
}



/* ENTETE */

#entete {
width: 1000px;
height: 119px;
}

#entete h1 {
margin: 2px 0 0 32px;
width: 218px;
height: 79px;
background: #fff url(../img/logo.png) no-repeat 0 0;
}

#entete h1 a {
display: block;
width: 218px;
height: 79px;
}




/* CATEGORIES ANNUAIRE */

div#mariage_annuaire_liste_categories {
margin: 20px 0;
padding: 44px 0 0 0;
background: #fff url(../img/kpz-mariage_annuaire_categories-top.png) no-repeat 0 0;
}

div#mariage_annuaire_liste_categories ul {
padding: 0 0 18px 0;
background: transparent url(../img/kpz-mariage_annuaire_categories-bottom.png) no-repeat left bottom;
}

div#mariage_annuaire_liste_categories li {
padding: 2px 10px;
list-style: none;
}

div#mariage_annuaire_liste_categories li a {
color: #073a7f;
}

div#mariage_annuaire_liste_categories li a.active {
text-decoration: underline;
}




/* CONTENU */

div#contenu_page {
margin: 20px;
}

h2.titre_page {
font-size: 1.8em;
font-weight: normal;
color: #4080b7;
padding-left: 20px;
height: 32px;
line-height: 32px;
background: #fff url(../img/bkg_titre_page.png) no-repeat 0 0;
}



/* UNE DES BLOGS */

div#kpz-blogs_une {
margin: 20px 0;
width: 300px;
background: transparent url(../img/kpz-blogs_une-bkg.png) no-repeat 0 0;
}

div#kpz-blogs_une h3 {
height: 36px;
}


/* ANNUAIRE AUTO PROMO */

div#annuaire_auto_promo li {
list-style: none;
width: 300px;
height: 90px;
background-color: transparent;
background-repeat: no-repeat;
background-position: 0 0;
}

div#annuaire_auto_promo li.pros {
background-image: url(../img/annuaire_auto_promo-pros.jpg);
}

div#annuaire_auto_promo li.demande {
background-image: url(../img/annuaire_auto_promo-demande.jpg);
}

div#annuaire_auto_promo li a {
display: block;
width: 273px;
height: 80px;
}



/* PIED */

#pied {
padding: 10px 0 0 0;
width: 1000px;
border-top: 1px solid #a2c1db;
}

#pied div#menu_pied div.liens {
padding: 5px 0;
}

#pied div#menu_pied div.liens li {
float: left;
padding: 0 5px;
list-style: none;
border-right: 1px solid #4080b7;
}

#pied div#menu_pied div.liens li span {
color: #4080b7;
font-weight: bold;
}

#pied div#menu_pied div.liens li a {
color: #4080b7;
font-size: .9em;
}

#pied div#menu_pied div#reseau p {
margin: 20px 0;
color: #4080b7;
font-size: 1.1em;
font-weight: bold;
text-align: center;
}

#pied div#menu_pied div#reseau span {
font-size: .8em;
font-weight: normal;
}



/* ELEMENTS ABSOLUTE */

div#retour_accueil {
position: absolute;
top: 70px;
left: 0;
width: 100px;
height: 20px;
background: transparent url(../img/retour_accueil.png) no-repeat 0 0;
}

div#retour_accueil a {
padding: 0 0 0 15px;
color: #fd037f;
font-size: .9em;
}



