/*  
Theme Name: NosVies.fr
Theme URI: http://nosvies.fr/
Description: Thème pour NosVies.fr
Version: 1.1
Author: Amaury
Author URI: http://www.herewithme.fr/
*/

/* Reset des styles prédéfinis + Utils */
* {
margin : 0;
padding :0;
}

body {
font-family : Verdana, Tahoma, Arial, ;
font-size : 11px;
text-align :center;
background : url(images/content-back.gif);
}

.hidden { position :absolute; left: -9999px; top : -9999px;}
.clear_l { clear:left }
.clear { clear:both }
.bold { font-weight : 700; }

h1, h2, h3, h4, h5 {
font-size : 11px;
font-weight :400;
}

a {text-decoration : none;}
a img { border :0; }
input { border : 0;}

/* Structure */
#wrap {
margin :10px auto;
text-align :left;
position :relative;
background : #FFF;
width : 1000px;
}

/*Header */
#header {
position:relative;
font-size :11px;
height : 100px;
}

#header .logo {
width : 135px;
height : 100px;
float : left;
}

#header .logo img {
margin-top : 15px;
margin-left : 10px;
}

#header .nuage {
position :relative;
margin-left: 155px;
width :835px;
height : 100px;
}

#header .nuage h2 {
position :absolute;
font-size : 22px;
left :5px;
top :37px;
}

#header .nuage h3 {
position :absolute;
font-size : 16px;
right : 147px;
top :45px;
}

#header .nuage p {
font-size : 13px;
position :absolute;
right : 0;
bottom : 15px;
}

/* Menu */
#menu_h {
clear :both;
border : 1px solid #CCC;
border-width : 1px 0;
text-align :center;
width : 100%;
position :relative;
}

.flags {
position : absolute;
right : 10px;
top: 7px;
}

.flags a{
display : block;
float: left;
margin-right : 5px;
}

#menu_h ul {
list-style : none;
width: 850px;
margin : 0 auto;
}

#menu_h ul li {
display :block;
float: left;
text-align :center;
height : 25px;
}

#menu_h ul li#leblog {
background : #FFF;
width : 150px;
}

#menu_h ul li#leblog a {
color : #5F717F;
}

#menu_h ul li#leblog_current {
background : #5F717F;
width : 150px;
}

#menu_h ul li#leblog_current a {
color :  #FFF;
}

#menu_h ul li#leblog:hover {
background : #5F717F;
}

#menu_h ul li#leblog:hover a {
color :  #FFF;
}

#menu_h ul li#educatif {
background : #FFF;
width : 250px;
}

#menu_h ul li#educatif a {
color : #6EAC24;
}

#menu_h ul li#educatif_current {
background : #6EAC24;
width : 250px;
}

#menu_h ul li#educatif_current a {
color : #FFF;
}

#menu_h ul li#educatif:hover {
background : #6EAC24;
}

#menu_h ul li#educatif:hover a {
color : #FFF;
}

#menu_h ul li#editions {
background : #FFF;
width : 200px;
}

#menu_h ul li#editions a{
color : #FF6A2F;
}

#menu_h ul li#editions_current {
background : #FF6A2F;
width : 200px;
}

#menu_h ul li#editions_current a {
color : #FFF;
}

#menu_h ul li#editions:hover {
background : #FF6A2F;
}

#menu_h ul li#editions:hover a {
color : #FFF;
}

#menu_h ul li#contact {
background : #FFF;
width : 130px;
}

#menu_h ul li#contact a{
color : #00A5DF;
}

#menu_h ul li#contact_current {
background : #00A5DF;
width : 130px;
}

#menu_h ul li#contact_current a {
color : #FFF;
}

#menu_h ul li#contact:hover {
background : #00A5DF;
}

#menu_h ul li#contact:hover a {
color : #FFF;
}

#menu_h ul li#nosviesorg {
background : #FFF;
}

#menu_h ul li#nosviesorg a{
color : #666698;
}

#menu_h ul li#nosviesorg:hover {
background : #666698;
}

#menu_h ul li#nosviesorg:hover a {
color : #FFF;
}

#menu_h ul li a {
font-weight :700;
display : block;
height : 25px;
line-height :25px;
vertical-align :middle;
font-size :13px;
}

/* Content */
#content {
clear :both;
padding : 10px;
}

/* Sidebar */
#content .right {
float : right;
width : 220px;
background : #E0E8EF;
border: 1px solid #D1D1DF;
padding :10px;
}

#content .right div {
border-top: 1px solid #9999AF;
padding-bottom:  10px;
}

#content .right div h3 {
margin-top : 10px;
font-weight :700;
font-size: 13px;
margin-bottom : 8px;
}

#content .right div.first {
border-top: 0;
padding-bottom:  10px;
}

#content .right div.noborder {
border-top: 0;
padding-bottom:  0;
}

#content .right div.first h3 {
margin-top :0;
}

#content .right ul {
list-style: square;
color : #666698;
margin-left :20px;
}

#content .right ul li a, #content .right div p a{
color : #3E3F8F;
}

#content .right ul li a:hover, #content .right div p a:hover {
text-decoration : underline;
}

#content .right div.welcome p {
margin-bottom :5px;
}

#content .right div.welcome img {
border: 1px solid #ccc;
}

/* Content */
#content .left {
width :  720px;
float : left;
}

#content .left .story {
margin-bottom : 25px;
}

#content .left .story h2 {
font-size :16px;
font-weight : 700;
margin-bottom : 8px;
position :relative;
background : #5F717F;
border : 1px solid #ccc;
padding : 5px;
color : #FFF;
}

#content .left .story .current_7 {
background : #5F717F !important;
}

#content .left .story .current_8 {
background : #6EAC24 !important;
}

#content .left .story .current_9 {
background : #FF6A2F !important;
}

#content .left .story .current_page_contact {
background : #00A5DF !important;
}

#content .left .story h2 a.title {
color : #FFF;
padding-left :5px
}

#content .left .story .story_text {
line-height :140%;
font-size : 12px;
margin : 0 10px;
}

#content .left .story .story_text a {
color : #3E3F8F;
text-decoration : underline;
}

#content .left .story .story_text a:hover {
text-decoration : underline;
}

#content .left .story .story_text img {
border : 1px solid  #CCC;
margin : 3px;
}

#content .left .story .story_text ul, #content .left .story .story_text ol {
margin : 4px 0px 4px 40px
}

#content .left .story .story_text li {
margin : 1px 0;
}

#content .left .story .story_text p {
margin-bottom : 8px;
}

#content .left .story .story_details_top {
text-align :center;
margin : 0px 20px;
border-top :1px solid #D1D1DF;
padding : 5px 0 2px;
color : #000;
font-size: 11px;
}

#content .left .story .story_details_top a {
color : #FF6A2F;
}

#content .left .story .story_details_top a:hover {
text-decoration : underline;
}


#content .left .story .story_details_bottom {
text-align :center;
color : #000;
}

#content .left .story .story_details_bottom a {
color : #FF6A2F;
text-decoration : underline;
margin: 0 5px;
font-size: 11px;
}

#content .left .story .story_details_bottom a:hover {
text-decoration : underline;
}

/* Footer */
#footer {
clear :both;
text-align :center;
line-height : 140%;
padding : 8px 0;
}

#footer a {
color : #3E3F8F;
}

#footer a:hover {
text-decoration : underline;
}

/* Contact */
.contactform input, .contactform textarea {
border : 1px solid #CCC;
width : 80%;
}

#contactsubmit {
background: #FFF;
border : 1px solid #CCC;
padding : 3px 7px;
}

/* COmments */
.comments_template {
margin: 10px 20px;
}

.comments_template ul {
list-style : none;
}

.comments_template ul li {
padding :8px;
margin : 3px;
background : #E0E8EF;
border :1px solid #D7D7D7;
}

.comments_template ul li p {
line-height : 140%;
}

.comments_template ul li.alt {
background : #EFEFEF;
}

.comments_template ul li h4 {
font-size : 13px;
font-weight : 700;
margin-bottom : 7px;
}

.comments_template a {
color : #3E3F8F;
}

.comments_template a:hover {
text-decoration : underline;
}

.comments_template h3 {
font-size : 15px; 
font-weight : 700;
margin : 5px 0 8px;
}

.comments_template #submit {
background: #FFF;
border : 1px solid #CCC;
padding : 3px 7px;
}

.comments_template textarea {
border : 1px solid #CCC;
margin : 3px 0;
width : 80%;
}

.comments_template input {
border : 1px solid #CCC;
margin : 3px 0;
}

.comments_template .commentmetadata {
float :right;
margin : 4px;
}

/* wp-email */
.wp-email {
padding: 10px;
background: #FFF;
}

.wp-email p {
margin-bottom : 6px;
}

.wp-email input, .wp-email textarea {
border : 1px solid #CCC;
margin : 2px;
}

.wp-email .Buttons {
background : #FFF;
padding :2px 5px;
border : 1px solid #CCC;
}

.close_windows {
text-align :center;
}

.close_windows a {
color :#FF6A2F;
}

.posts li {
padding : 1px 0;
}

.abonn input.submit, .abonn input.email {
border : 1px solid #CCC;
background : #FFF;
margin : 2px 0;
}

.abonnrss a {
text-align :center;
display : block;
}

.abonnrss img {
margin : 2px;
}
