/* 
    Document   : body
    Created on : Mar 26, 2010, 10:08:42 AM
    Author     : flavien
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#body-content  {
   background-color:white;
   padding-bottom:10px;
}

#body-content #menu-body {
    width:100%;
    height:120px;
    margin-top:15px;
}
/*-------Les 3 box-------*/
#body-content #menu-body .box{
    width:333px;
    height:120px;
    background-image:url(../images/menu-body-box.png);
    float:left;
    background-repeat:no-repeat;
}

#body-content #menu-body .box #title {
    color:#6289b5;
    font-weight:bold;
    font-size:14px;
    margin-top:5px;
    float:right;
    margin-right:30px;
}

#body-content #menu-body .box #content {
    margin-left:30px;
    height:65px;
    float:left;
    width:300px;
    overflow:hidden;
}

#body-content #menu-body .box a {
    float:right;
    margin-right:30px;
}

/*--------Les titres------------*/
#body-content .body_box h1 {
    font-family:sans-serif;
    font-size:22px;
    margin-left:5px;
}

#body-content .body_box h3 {
    font-size:13px;
    color:orange;
    margin-left:15px;
    font-family:sans-serif;
}

/*------Paragraphes------*/
#body-content .body_box p {
    margin-top:20px;
    margin-bottom:20px;
}

/*-------Postit---------*/
#body-content .body_box #postit {
    text-align:center;
    float:right;
    margin-right:10px;
    width: 300px;
    border:1px solid #ccc;
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#body-content .body_box #postit #title {
    width:270px;
    height:30px;
    background-image: url(../images/menu-body-postit.png);
    margin:auto;
    margin-top:10px;
    padding-top: 5px;
    color:white;
    font-weight:bold;
    
    font-size:20px;
}

#body-content .body_box #postit ul{
	padding-top:10px;
	padding-bottom:10px;
    margin-left:25px;
    margin-top:30px;
    font-size:12px;
}

#body-content .body_box #postit li{
    padding:0px;
}
#body-content .body_box #postit span{
    color:#369;
	font-weight:bold;
}

/*-----Box grise--------*/
#body-content .body_box .grey-box {
    width:600px;
    padding:10px;
    background-color:#F5F5F5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom:20px;
    
}
#body-content .body_box .eee-box {
    width:270px;
    margin:auto;
    background-color:#eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom:20px;
    text-align:left;
}
span.bleu{
color:#369;
font-weight:bold;
}
span.orange{
color:orange;
font-weight:bold;
}
#photo-alain{
	float:left;
	margin-right:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image:url(../images/alain.jpg);
	width:300px;
	height:200px;
}
ul.index{
margin-left:40px;
}

table {
    font-size:14px;
}
