/*
Copyright (c) 2007 Internet-creation.fr. All rights reserved
Style.css - Thème 'teamutecia'
*/


/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Commentaires 
7/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em Arial, "Lucida sans unicode", Lucida, Tahoma sans-serif;
	color : #666666;
	background : #FFFFFF;
	margin : 0; padding : 0;
	}

body {
	margin : 0; padding : 0;
	}
	

#page {
	width : 720px;
	margin : 0 auto; padding : 30px 0 0 0;
	clear : both;
	}


/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #395490; text-decoration:none;}
a:hover {color : #202c56; text-decoration:underline;}
pre{width:97%;font-size:11px;color:#abbfda;line-height:1.4em;overflow:auto;overflow-y:hidden;border:#abbfda 1px solid;border-left:#abbfda 9px solid;background-color:#f4f9fd;margin:10px 0px 10px 0px;padding:10px 0px 15px 5px; display:block;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}


/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width:100%;
	background-color:#e3e7f6;
	}
#header {
	width : 620px;
	height: 20px;
	background-image:url('img/logo_team.jpg');
	background-position:left;
	background-repeat:no-repeat;
	margin : 0 auto; padding : 70px 0 10px 100px;
	}
#header p {
	color:#909392;
	display:inline;
	float:right;
	font-size:10px;
	}
#menu {
	background : #395490 url('img/barre.jpg') repeat-x top;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 720px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #FFFFFF;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	font-weight:bold;
	letter-spacing : 1px;
	}
#menu li a:hover {
	background : #223256;
	color : #FFFFFF;
	text-decoration:none;
	}
#menu span {
	float : right;
        display : block;
        padding : 4px 30px;
        color :  #FFFFFF;
        text-decoration : none;
        text-transform : uppercase;
        font-size : 0.85em;
        font-weight:bold;
        letter-spacing : 1px;
        }


/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : right;
	width : 560px;
	}
#content ul{
	list-style-image:url('img/li.gif');
	}
.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
#comments h2, #form h2{
	color :	#b5c8e1;
	}
.post .categorie, .post .post-info {
	color:#333333;
	font-size : 0.85em;
	font-weight:bold;
	}
.post .date {
	padding : 0; margin : 0;
	color:#333333;
	text-align : right;
	font-size : 0.85em;
	}
.articletitle{ /* Titre de l'article */
	color : #4555aa;
	font-size : 1.5em;
	margin : 0; padding : 0;
	letter-spacing : 2px;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #4555aa;
	}
.articletitle a:hover{
	color : #626463;
	text-decoration:none;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 140px;
	padding : 2px 0;
	border-right : 1px solid #12215c;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #626463;
	background-image:url('img/cat.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 3px 16px;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 0 10px;
	}
#sidebar li a { /* Liens dans les listes */
	padding: 0 0 0 20px;
	color:#12215c;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #4555aa;
	text-decoration:none;
	}
#syndication li a{
	padding : 0 0 0 25px;
	background : url('img/feed-icon-14x14.gif') no-repeat 5px 0.1em;
	}
#syndication li a:hover{
	background : url('img/feed-icon-14x14-2.gif') no-repeat 5px 0.1em;
	}



/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0{
	background : #eaeaff;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 740px;
	margin : 30px auto;
	text-align : center;
	font-size : 0.85em;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}

input, textarea {
	border : 1px solid #b5c8e1;
	border-left : 4px solid #b5c8e1;
	}

textarea {
	width : 95%;
	}

