/* ***** BEGIN LICENSE BLOCK *****

Air et Azote v2.0 :
Th?me pour Dotclear

Cr?? par Marc PONCIN en mai 2006
Merci de demander l'autorisation pour une autre utilisation

DotClear est un logiciel gratuit
Voir www.dotclear.net

***** END LICENSE BLOCK ***** */



/* Table des mati?res
*/

/* Couleurs de base 
*/

.gauche{
float : left;
padding-right:10px;
}
.droite{
float:right;
padding-left:10px;
}

body {
margin : 0 0 0 0;
font-family: Georgia, sans-serif;
color : #4d6480;
background : #4d6480;
}

#page {
width : 720px;
margin : 20px auto 20px auto;
text-align : left;
border : #fff;
}

#post {

}

.post-content, .contenu, #list {
text-align : left;
padding : 10px 0 10px 0 ;
background : #fff;
}

.post-content a, .contenu a {
text-decoration : underline;
color : #4d6480;
font-weight : bold;
}

#photo{
width:100%;
text-align: center;
}
#titre{
font-size : 2em;
color : #fff;
}

#prise{
margin : 0 10px -5px 10px;
text-align : right;
font-size : .7em;
}

#Maud {
margin-top : 1em;
font-weight : bold;
font-size : .95em;
}

#Maud:first-letter {
font-size:1.6em;
}

#post-info, #post-info a{
font-size : .9em;
color : #fff;
text-decoration : none;
}

#comments {
background : #fff;
}

#navigation, #cat {
color : #fff;
font-size : .9em;
}

#navigation {
position : absolute;
top : 0;
left : 110px;
padding-left : 6px;
}

#navigation a {
color : #fff;
text-decoration : none;
}

#cat {
position : absolute;
top : 0;
right : 0;
padding-right : 6px;
}
 #cat {
float : right;
}

/* LIST */

#list li.chapolist {
display : inline;
}

#list li.chapolist a {
display : table-cell;
text-align : center;
vertical-align : middle;
border : 1px solid #4d6480;
width : 123px;
height : 120px;
}
#list li.chapolist a img {
border : 2px solid #4d6480;
}

#list li.chapolist a:visited
{
background-color : #bbb;
color : #fff;
}

#list li.chapolist a:hover,
#list li.chapolist a:focus,
#list li.chapolist a:active {
background-color : #4d6480;
color : #fff;
}

#home, #home a {
background : #fff;
color : #4d6480;
text-decoration : none;
padding : 5px;
}


.post-content blockquote {
font-style : italic;
}
.post-content blockquote:before{
content : "'' ";
}
.post-content blockquote:after{
content : " ''";
}




/* Rounded corners 
from : 
http://www.spiffycorners.com/sc.php?sc=rc&bg=4d6480&fg=ffffff
*/
.rc{
display:block
}
.rc *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff
}
.rc1{
border-right:1px solid #99a6b6;
padding-right:1px;
margin-right:3px;
border-left:1px solid #99a6b6;
padding-left:1px;
margin-left:3px;
background:#d2d8df;
}
.rc2{
border-right:1px solid #5e738c;
border-left:1px solid #5e738c;
padding:0px 1px;
background:#dde1e6;
margin:0px 1px;
}
.rc3{
border-right:1px solid #dde1e6;
border-left:1px solid #dde1e6;
margin:0px 1px;
}
.rc4{
border-right:1px solid #99a6b6;
border-left:1px solid #99a6b6;
}
.rc5{
border-right:1px solid #d2d8df;
border-left:1px solid #d2d8df;
}
.rc_content{
padding:0px 5px;
background:#ffffff;
} 
