/*
Theme Name: La Bulle
Description: Th�me La Bulle 1.0
Version: 1.0
Author: InciteMedia
Author URI: http://www.incitemedia.fr/
*/
/* Begin Typography & Colors */
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background: #ffffff url('images/bground.png') repeat-y top center;
color: #000000;
text-align: center;
margin: 0;
padding: 0;
}
#page {
text-align: left;
margin: 0 auto;
padding: 0;
width: 957px;
font-size: 1.2em;
}
#header {
background: url('images/header.png') no-repeat;
margin: 0 auto;
padding: 0;
height: 196px;
width: 935px;
}
#headerimg {
float: right;
display: block;
height: 159px;
width: 670px;
margin: 0;
padding: 0;
}
#main {
margin: auto;
padding: 0 0 0px 0;
float: left;
}
#content {
width: 582px;
margin-left:70px;
margin-top: 10px;
padding: 0;
float: left;
min-height:550px;
height:auto !important;
height:550px;
}
#sidebar {
padding: 0;
margin-left: 11px;
margin-top: 60px;
width: 211px;
float: left;
font-family: Arial;
color: #FFFFFF;
text-align: right;
}
#footer {
background: url('images/footer.png') no-repeat bottom;
border: none;
position: relative;
top: 0;
padding: 0;
margin-left: 11px;
width: 935px;
height: 126px;
clear: both;
font-size: 0.8em;
color: #1c4262;
text-align: left;
}
.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 582px;
}
.post, .page {
margin: 0 0 10px 10px;
text-align: justify;
width: 582px;
}
.narrowcolumn .entry {
line-height: 1.4em;
}
.narrowcolumn .postmetadata {
text-align: left;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}
h1 {
font-size: 4em;
text-align: center;
}
h2 {
font-size: 1.5em;
font-weight: normal;
}
.post h2, h2.pagetitle {
font-family: Arial;
font-weight: normal;
display: block;
color: #ffffff;
width: 583px;
line-height: 23px;
vertical-align: middle;
background: url('images/bgh2.png') no-repeat top left;
padding-left: 25px;
}
h2.pagetitle {
margin-left: 10px;
}
#sidebar ul ul li {
background: none;
}
#sidebar h2 {
display: block;
color: #ffffff;
height: 35px;
margin: 5px 0 0;
padding: 3px 16px 0 0;
}
#sidebar li.pagenav h2 {
background: url('images/accueil.png') no-repeat left top;
}
#sidebar li.categories h2 {
background: url('images/categories.png') no-repeat left top;
}
#sidebar li.linkcat h2 {
background: url('images/liens.png') no-repeat left top;
}
#sidebar h2 a {
color: #ffffff;
}
#sidebar a {
color: #234060;
}
#sidebar h2 a:hover, #footer a:hover, #sidebar a:hover {
color: #999999;
}
#sidebar ul {
list-style: none;
padding-right: 15px;
width: 211px;
padding-left: 0px;
margin-top: 0px;
}
#sidebar ul ul {
padding-top: 12px;
font-size: 1.1em;
margin-top: 0px;
padding-bottom: 20px;
}
#sidebar ul ul li {
padding-bottom: 8px;
padding-right: 10px;
}
h3 {
font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;
color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
text-decoration: none;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
color: #777;
}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
.entry a, .postmetadata a {
color: #05569B;
font-weight: bold;
}
a {
color: #05569B;
text-decoration: none;
outline: none;
}
a:hover, h2 a:hover, h3 a:hover {
color: #a6d42d;
text-decoration: none;
}
/* End Typography & Colors */
/* Begin Structure */
.post hr {
display: block;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
margin-top: 0px;
font-size: 0.9em;
}
.postmetadata {
clear: both; 
}
p.postmetadata {
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}
.clear { 
clear: both; 
}
#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */
/*	Begin Headers */
h1 {
display: none;
}
h2 {
margin: 30px 0 0;
}
h3 {
padding: 0;
margin: 0;
}
h3.comments {
padding: 0;
margin: 40px auto 20px;
}
.hentry h3 {
padding-top: 15px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
padding-left: 10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: right;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
input[type=image] {
outline: none;
}
input[type=text] {
background: #ffffff;
border-width: 1px;
border-style: solid;
border-color: #05569b;
color: #05569b;
-moz-border-radius: 12px;
-khtml-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
padding: 0 4px 0 4px;
vertical-align: top;
}
#sidebar #searchsubmit {
padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
/* End Comments */
/* Begin Sidebar */
#sidebar form {
margin: 0;
}
/* End Sidebar */
/* Begin Various Tags & Classes */
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: left;
padding: 10px 25px;
margin-top: 10px;
margin-bottom: 20px;
font-weight: bold;
font-size: 0.9em;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

/* End captions */
#logos {
float: right;
margin: 20px 10px 0 0;
}
#mentions {
position: absolute;
top: 50px;
left: 150px;
width: 500px;
}
#copyright {
position: absolute;
top: 100px;
left: 670px;
height: 30px;
width: 350px;
}
#footbulle {
position: absolute;
width: 103px;
height: 53px;
top: 60px;
left: 30px;
}
#incite {
position: absolute;
width: 83px;
height: 40px;
top: 55px;
left: 840px;
}
#cnil {
position: absolute;
width: 45px;
height: 40px;
top: 0px;
left: 227px;
}
.connex {
list-style: none;
}
#topmenu {
clear: both;
background: url('images/topmenu.png') no-repeat top right;
width: 935px;
height: 37px;
}
#topmenu ul {
float: right;
list-style: none;
width: 794px;
height: 29px;
padding: 0;
margin: 0;
}
#topmenu ul li {
float: left;
padding: 0;
}
#topmenu ul li a {
display: block;
height: 29px;
}
a#scolarite {
width: 254px;
}
a#insertion {
width: 265px;
}
a#action {
width: 135px;
}
a#culture {
width: 140px;
}
/* Scroller Actus */
.scroller {
border: #d2d5d4 1px solid;
overflow: auto;
height: 200px;
width: 561px;
font-size: 1em;
color: #36424a;
margin: 6px auto;
background: #ffffff;
padding: 8px 10px;
}
.scroller p {
margin: 0 0 5px 0;
text-align: left;
}
.scroller p:last-child {
padding-bottom: 10px;
}
.adresses {
border: #d2d5d4 1px solid;
height: 228px;
width: 561px;
font-size: 1em;
color: #36424a;
margin: 6px auto;
background: #ffffff;
padding: 4px 10px;
}
/* Fin Scroller Actus */
.navigationpadded {
display: block;
text-align: left;
padding: 0 25px;
margin-top: 25px;
margin-bottom: 20px;
font-weight: bold;
font-size: 0.9em;
}
h2.postitle {
padding-top: 55px;
clear: both;
}
.adresses .bloc {
width: 280px;
text-align: center;
float: left;
margin: 10px 0px 0 0;
color: #234060;
font-weight: bold;
}
/* D�veloppement et int�gration par Pimang */