/*
Theme Name: MDE
Description: Th?me MDE 2.0
Version: 2.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') no-repeat top center;
color: #000000;
text-align: center;
margin: 0 0 0 0;
padding: 0;
}
#page {
background: #ffffff;
text-align: left;
margin: 0 auto;
padding: 0;
width: 951px;
font-size: 1.2em;
}
#header {
background: url('images/header.png') no-repeat;
margin: 0 auto;
padding: 0;
height: 172px;
width: 951px;
}
#headerimg {
height: 114px;
width: 935px;
margin: 0 0 0 8px;
padding: 0;
}
#main {
background: #ffffff url('images/bgmain.png') repeat-y;
margin: auto;
padding: 0 0 10px 0;
float: left;
}
#content {
width: 725px;
margin-left:226px;
margin-top: -31px;
padding: 0;
position: relative;
min-height:1200px;
height:auto !important;
height:980px;
}
#sidebar {
padding: 0;
margin-left: -30px;
margin-bottom: 0px;
width: 226px;
position: absolute;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #FFFFFF;
text-align: right;
}
#footer {
background: url('images/footer.png') no-repeat bottom;
border: none;
position: relative;
top: 0;
padding: 0;
margin: auto;
width: 951px;
height: 137px;
clear: both;
}
.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 680px;
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 680px;
}
.post, .page {
margin: 0 0 10px 10px;
text-align: justify;
width: 680px;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}
.widecolumn {
line-height: 1.6em;
}
.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, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1 {
font-size: 4em;
text-align: center;
}
h2 {
font-size: 1.5em;
font-weight: normal;
}
h2.pagetitle {
font-size: 1.5em;
}
#sidebar ul ul li {
background: none;
}
#sidebar h2 {
background: url('images/btnsidebar.png') no-repeat right top;
color: #ffffff;
height: 32px;
margin: 5px 0 0;
padding: 3px 10px 0 0;
}
#sidebar h2 a, #footer a, #sidebar h2 a:visited, #footer a:visited {
color: #ffffff;
}
#sidebar a {
color: #234060;
}
#sidebar h2 a:hover, #footer a:hover, #sidebar a:hover {
color: #a6d42d;
}
#sidebar ul {
list-style: none;
padding-right: 15px;
width: 234px;
padding-left: 0px;
margin-top: -24px;
}
#sidebar ul ul {
padding-top: 12px;
font-size: 1em;
margin-top: 0px;
}
#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;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
margin-top: 0px;
font-size: 0.9em;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.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;
}
h2.pagetitle {
margin-top: 30px;
text-align: center;
}
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;
list-style: none;
padding-left: 10px;
text-indent: -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 */
#headmde {
float: left;
margin-left: 27px;
margin-top: 8px;
width: 155px;
height: 104px;
}
#mentions {
color: #ffffff;
text-align: center;
position: absolute;
top: 80px;
left: 100px;
width: 630px;
}
#footmde {
position: absolute;
width: 83px;
height: 58px;
top: 60px;
left: 737px;
}
#incite {
position: absolute;
width: 83px;
height: 40px;
top: 70px;
left: 840px;
}
.connex {
list-style: none;
font-size: 0.8em;
}
#topmenu {
background: url('images/topmenu.png') no-repeat top center;
margin-left: 10px;
width: 697px;
height: 33px;
}
#topmenu ul {
list-style: none;
width: 697px;
height: 19px;
padding: 6px 0 0 0;
}
#topmenu ul li {
float: left;
padding: 0;
}
/* Menu sup?rieur */
#topmenu ul li.page-item-home a {
display: block;
background: url('images/menu/btn1_off.png') no-repeat top left;
height: 19px;
width: 77px;
}
#topmenu ul li.page-item-home a:hover, #topmenu ul li.page-item-home a.current_page_item {
background: url('images/menu/btn1_on.png') no-repeat top left;
}
#topmenu ul li.page-item-emploi a {
display: block;
background: url('images/menu/btn2_off.png') no-repeat top left;
height: 19px;
width: 74px;
}
#topmenu ul li.page-item-emploi a:hover, #topmenu ul li.page-item-emploi a.current_page_item, #topmenu ul li.page-item-emploi a.current_page_ancestor {
background: url('images/menu/btn2_on.png') no-repeat top left;
}
#topmenu ul li.page-item-formation a {
display: block;
background: url('images/menu/btn3_off.png') no-repeat top left;
height: 19px;
width: 96px;
}
#topmenu ul li.page-item-formation a:hover, #topmenu ul li.page-item-formation a.current_page_item, #topmenu ul li.page-item-formation a.current_page_ancestor {
background: url('images/menu/btn3_on.png') no-repeat top left;
}
#topmenu ul li.page-item-creation-dentreprise a {
display: block;
background: url('images/menu/btn4_off.png') no-repeat top left;
height: 19px;
width: 161px;
}
#topmenu ul li.page-item-creation-dentreprise a:hover, #topmenu ul li.page-item-creation-dentreprise a.current_page_item, #topmenu ul li.page-item-creation-dentreprise a.current_page_ancestor {
background: url('images/menu/btn4_on.png') no-repeat top left;
}
#topmenu ul li.page-item-entreprises a {
display: block;
background: url('images/menu/btn5_off.png') no-repeat top left;
height: 19px;
width: 100px;
}
#topmenu ul li.page-item-entreprises a:hover, #topmenu ul li.page-item-entreprises a.current_page_item, #topmenu ul li.page-item-entreprises a.current_page_ancestor {
background: url('images/menu/btn5_on.png') no-repeat top left;
}
#topmenu ul li.page-item-observatoire a {
display: block;
background: url('images/menu/btn6_off.png') no-repeat top left;
height: 19px;
width: 110px;
}
#topmenu ul li.page-item-observatoire a:hover, #topmenu ul li.page-item-observatoire a.current_page_item, #topmenu ul li.page-item-observatoire a.current_page_ancestor {
background: url('images/menu/btn6_on.png') no-repeat top left;
}
#topmenu ul li.page-item-contact a {
display: block;
background: url('images/menu/btn7_off.png') no-repeat top left;
height: 19px;
width: 79px;
}
#topmenu ul li.page-item-contact a:hover, #topmenu ul li.page-item-contact a.current_page_item, #topmenu ul li.page-item-contact a.current_page_ancestor {
background: url('images/menu/btn7_on.png') no-repeat top left;
}
/* Fin menu sup?rieur */
/* Scroller Actus */
.scroller {
border: #6e6f73 1px solid;
overflow: auto;
height: 200px;
width: 610px;
font-size: 1em;
color: #234060;
margin: auto;
background: #ffffff;
padding: 4px 10px;
-moz-border-radius: 12px 0 0 12px;
-khtml-border-radius: 9px 0 0 9px;
-webkit-border-top-left-radius: 9px; 
-webkit-border-bottom-left-radius: 9px;
border-radius: 9px 0 0 9px;
}
.scroller p {
margin: 0 0 5px 0;
text-align: left;
}
/* Fin Scroller Actus */
#accueil {
text-align: center;
}
#accueil img {
margin: 8px;
}
#logos {
margin-top: 40px;
text-align: center;
}
#logos p {
text-align: justify;
font-size: 0.8em;
line-height: 1em;
color: #05569b;
}
.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;
}
/* D?veloppement et int?gration par Pimang */
