/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Style.css - Thème 'default' */


/* ===== 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-family:Arial, Helvetica, sans-serif;
	color : #eee;
	background-color:#FFFFFF;
	margin : 0; padding : 0;
	}

body {
	margin : auto; padding : 0;
	}
	
#global{
	width : 900px;
	display:block;
	margin:auto;
	margin-top:15px;
}
#page {
	width : 900px;
	margin : 0 auto;
	 padding : 0 0 0 0;
	clear : both;
	font-size:11px;
	}




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {	color : #EB6A0E;
	font-size : 22px;
	width:310px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #fff;}
a:hover {color : #A92C13;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}
#menu li .actif{
background-color:#FFFFFF;
color:#EB6A0E;
}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {

	width:900px;
	}
#header {
	width : 900px;
	height:102px;
	margin : 0 auto;
	margin-bottom:15px;
	padding : 0px 0 0px 0;
	}
#header a img{
	float:left;
	margin-top:20px;
		border:none;

	margin-left:20px;
}
#header a:hover{
	border:none;
}

#flash{
float:right;
/*margin-left:80px;*/
}
#header h1{ /* titre et sous-titre du site */
	margin : 0;
	padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	display : inline;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #482018;
	}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	}
#menu {
	background-image:url(img/bandeau_menu.jpg);
/*	background-repeat:no-repeat;*/
	}
#menu ul {
	margin : 0 auto auto 2px; padding : 0;
	width : 900px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 2px 5px;
	color :#ffffff;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 12px;

	}
#menu li a:hover {
	background : white;
	color : #EB6A0E;
	}



/* --------------------- 
Zone de contenu index (#content)  
--------------------- */

#content_left_home{
	float : left;
	margin-top:60px;
	width : 560px;
	height:400px;
	color:#000000;
/*	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;*/
}
#content_home { /* Bloc */
	float : left;
	width : 200px;
	margin-top:100px;
	color:#000000;
	}

.post_home, #comments_home, #form_home { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_home .categorie_home {
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_home .date_home {
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_home{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:310px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_home a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_home a:hover{
	color : #EB6A0E;
	}
.comment_nb_home { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_home{ /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_home{
	background-color:#EB6A0E;
	display:block;
	width:300px;
	padding:15px;

}
.texte_content_home{
color:#FFFFFF;
text-align:justify;

}



/* --------------------- 
Zone de contenu qui sommes nous (#content)  
--------------------- */

/*#content_left_001{
	float : left;
	margin-top:00px;
	width : 560px;
	height:400px;
	color:#000000;
	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;
}*/
#content_001 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
	background-image:url(img/fond_somme_entier.jpg);
	background-repeat:no-repeat;
	}

.post_001, #comments_001, #form_001 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_001 .categorie_001 {
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_001 .date_001 {
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_001{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:310px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_001 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_001 a:hover{
	color : #EB6A0E;
	}
.comment_nb_001 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_001 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_001{
display:block;
	background-color:#ffffff;
	margin-left:480px;
	margin-top:50px;
	width:347px;
	padding:15px;

}
.bloc_content_001 li{
list-style-image:url(../../../images/puce.jpg);
}

.texte_content_001{
color:#000000;
text-align:justify;

}
.bloc_content_001 #cv{
color:#000000;
text-decoration:none;
}
.bloc_content_001 #cv:hover{
color:#EB6A0E;
text-decoration:underline;
}


/* --------------------- 
Zone de contenu Vos besoin (#content)  
--------------------- */

/*#content_left_001{
	float : left;
	margin-top:00px;
	width : 560px;
	height:400px;
	color:#000000;
	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;
}*/
#content_002 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
	background-image:url(img/fond_besoin.jpg);
	background-repeat:no-repeat;
	}

.post_002, #comments_002, #form_002 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_002 .categorie_002{
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_002 .date_002{
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_002{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:310px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_002 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_002 a:hover{
	color : #EB6A0E;
	}
.comment_nb_002 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_002 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_002{
display:block;
	background-color:#ffffff;
	margin-left:350px;
	margin-top:50px;
	width:450px;
	padding:15px;
}
.bloc_content_002 li{
list-style-image:url(../../../images/puce.jpg);
}
.texte_content_002{
color:#000000;
text-align:justify;

}

/* --------------------- 
Zone de contenu developpement (#content)  
--------------------- */

/*#content_left_001{
	float : left;
	margin-top:00px;
	width : 560px;
	height:400px;
	color:#000000;
	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;
}*/
#content_003 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
	background-image:url(img/fond_developpement.jpg);
	background-repeat:no-repeat;
	}

.post_003, #comments_003, #form_003 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_003 .categorie_003{
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_003 .date_003{
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_003{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:340px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_003 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_003 a:hover{
	color : #EB6A0E;
	}
.comment_nb_003 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_003 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_003{
display:block;
	background-color:#ffffff;
	margin-left:350px;
	margin-top:30px;
	width:420px;
	padding:15px;

}
.bloc_content_003 li{
list-style-image:url(../../../images/puce.jpg);
}

.texte_content_003{
color:#000000;
text-align:justify;

}
/* --------------------- 
Zone de contenu Références (#content)  
--------------------- */

#content_004 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
/*	background-image:url(img/fond_developpement.jpg);
	background-repeat:no-repeat;
*/	}

.post_004, #comments_004, #form_004 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_004 .categorie_004{
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_004 .date_004{
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_004{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:340px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_004 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_004 a:hover{
	color : #EB6A0E;
	}
.comment_nb_004 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_004 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_004{
display:block;
	background-color:#ffffff;
	margin-left:00px;
	margin-top:20px;
	width:870px;
	padding:15px;

}
.bloc_content_004 li{
list-style-image:url(../../../images/puce_content_4.gif);
}

.texte_content_004{
color:#000000;
text-align:justify;

}

/* --------------------- 
Zone de contenu legislation (#content)  
--------------------- */

/*#content_left_001{
	float : left;
	margin-top:00px;
	width : 560px;
	height:400px;
	color:#000000;
	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;
}*/
#content_006 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
	background-image:url(img/fond_legislation.jpg);
	background-repeat:no-repeat;
	}

.post_006, #comments_006, #form_006 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_006 .categorie_006{
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_006 .date_006{
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_006{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:340px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_006 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_006 a:hover{
	color : #EB6A0E;
	}
.comment_nb_006 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_006 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_006{
display:block;
	background-color:#ffffff;
	margin-left:250px;
	margin-top:40px;
	width:320px;
	padding:15px;

}
.bloc_content_006 li{
list-style-image:url(../../../images/puce.jpg);
}

.texte_content_006{
color:#000000;
text-align:justify;

}


/* --------------------- 
Zone de contenu contact (#content)  
--------------------- */

/*#content_left_001{
	float : left;
	margin-top:00px;
	width : 560px;
	height:400px;
	color:#000000;
	background-image:url(img/bandeau_menu.jpg);
	background-color:#0000CC;
}*/
#content_008 { /* Bloc */
	float : left;
	width : 900px;
	min-height:480px;
	margin-top:00px;
	color:#000000;
	background-image:url(img/fond_contact.jpg);
	background-repeat:no-repeat;
	}

.post_008, #comments_008, #form_008 { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post_008 .categorie_008{
	padding : 0 0 2px 0;
	 margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.post_008 .date_008{
	padding : 0;
	 margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle_008{ /* Titre de l'article */
	color : #EB6A0E;
	font-size : 22px;
	width:340px;
	height:50px;
	margin : 0;
	margin-bottom:10px;
	padding : 0;
	letter-spacing : 2px;
	}
.articletitle_008 a{ /* Lien sur le titre de l'article */
	color : #EB6A0E;
	text-decoration : none;
	}
.articletitle_008 a:hover{
	color : #EB6A0E;
	}
.comment_nb_008 { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination_008 { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
.bloc_content_008{
	display:block;
	background-color:#ffffff;
	margin-left:580px;
	margin-top:100px;
	width:290px;
	padding:15px;

}
.bloc_content_008 li{
list-style-image:url(../../../images/puce.jpg);
}

.bloc_content_008 p a{
color:#000000;
text-decoration:none;
}
.bloc_content_008 p a:hover{
color:#EB6A0E;
text-decoration:underline;
}

.texte_content_008{
	color:#000000;
	text-align:justify;
}

.texte_bas_page_008{
float:left;
}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 140px;
	padding : 2px 0;
	border-right : 1px solid #111;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #fff;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 0 10px;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 0px 10px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #ddd;
	padding: 0 0 0 20px;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #A92C13;
	}
#syndication li a{
	display : block;
	padding : 0 0 0 25px;
	background : url(img/feed-icon-14x14.gif) no-repeat 5px 0.2em;
	}
#syndication li a:hover{
	background : url(img/feed-icon-14x14-2.gif) no-repeat 5px 0.2em;
	}



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



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 740px;
	margin : 10px auto;
	text-align : center;
	font-size : 9px;
	color:#89898B;
	}
#footer a{
color:#89898B;
text-decoration:none;
}	
#footer a:hover{
color:#EB6A0E;
}
fieldset {
	border : 0;
	}

label {
	display : block;
	}

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

textarea {
	width : 95%;
	}

