/*
Theme Name: Theme la porte bleue
Theme URI: http://www.finistere-laportebleue.com
Description: Theme created by RD.
Version: 0.1
Author: R. DELERY
 
Creation Theme G. Rynkiewicz and R. DELERY
 
*/

/* corps de page */

body {
font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
font-size: 0.8em;
text-align: left;
background: #fcf4d0;
color: #000;
margin: 0;
}

#page {
margin: 0 auto 0 auto;
background:#fcf4d0;
width: 950px;
}

/* ent??te */

#header {
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
background:#fcf4d0 url('images/h.jpg');
width: 950px;
height: 110px;
margin:auto;
padding: 0 0 0 0;
color:#fff;
}

#header h1 {
padding: 0 20px 0 0;
font-size: 2em;
text-align: center;
color:#990000;
}

#header p {
padding: 0 20px 0 0;
font-size: 1em;
}


/* contenu */

#content {
background: url('images/d.jpg');
float: right;
height:450px;
width: 375px;
padding: 0;
margin: 0;
}

#content h2 {
font-size: 1.3em;
}

#promo {
background: 
height:340px;
width: 200px;
padding: 0 0 0 0;
margin: 55px 0 0 20px;
}


/* sidebar */

.sidebar {
background: url('images/g.jpg') no-repeat;
float: left;
height:450px;
width: 575px;
padding: 0 0 0 0;
}

#milieu {
background: url('images/m.jpg') no-repeat;
float: right;
height:450px;
width: 225px;
padding: 0;
margin: 0;
}

#texte {
float: left;
height:450px;
width: 350px;
margin: 0;
padding: 0;
}

#texte p{
color:#faf29b;
font-size: 11px;
margin: 0;
padding: 20px 0 0 160px;
}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 15px;
}

.sidebar h2 {
font-size: 1.2em;
color:#8e951c;
}

/* footer */

#footer {
background: url('/wp-content/themes/finistere-laportebleue.com/images/f.jpg') no-repeat;
font-size: 0.8em;
color:#000;
padding:0;
clear: both;
width: 950px;
height: 116px;
margin: auto;
}

#footer p{
text-align: center;
font-size: 1em;
padding: 0 0 0 0;
}


#listpages {
float:right;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#listpages a{
text-align:right;
font-size: 1em;
color:#0066CC;
background:url('images/carre.jpg') no-repeat left;
text-indent:20px;
padding: 0 0 0 20px;
margin: 5px;
}

#listpages li{
display:inline;
list-style-type: none;
padding: 5px;
}

/* liens */

a {
color:#0066CC;
text-decoration: none;
}

a:hover {
color: #6699cc;
text-decoration: underline;
}

#header h1 a{
color:#990000;
}

#content h2 a{
font-size: 1.2em;
font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
color:#8e951c;
}

#content h2 a:hover{
color:#8e951c;
}

.post_content a {
color:#0066CC;
}

.post_content a:hover {
color:#0066CC;
}

.sidebar a:hover {
	text-decoration: none;
}

#footer a {
color:#0066CC;
}

