/* Feuille de style vierge comportant les principales balises d'un 
blog realise avec dotclear - Etablie par Kozlika pour la dcTeam
le 7 janvier 2007. 

Licence : domaine public 

*/




/* -----------------------------------------------------------------
	1. STRUCTURE
	a inscrire ici ou en important une css de structure placee dans
	le meme repertoire et appelee grace a l'instruction ci-dessous
------------------------------------------------------------------ */
@import url(layout.css);
@import url(nom_du_fichier.css);


/* ------------------------------------------------------------
	2. BALISES HTML PAR DEFAUT
------------------------------------------------------------- */

body {background-color: #222;
 	font-size : 75%;
 	font-family : "lucida grande", "gill sans", arial, sans-serif;
	color :#739AB5;}
	
h1, h2, h3, h4, h5, h6, p {padding:0;margin:0;}	
 
h1 {font-size:1.3em; clear:both; padding-top:1.3em;padding-bottom:0.3em;}
.dc-category h1 {color:#7482D7;font-size:1.05em;font-weight:normal;padding-bottom:0.1em;}

h2 {font-size:1.05em;font-weight:normal; clear:both; padding-bottom:0.1em;}
.dc-category h2 {color:#2ea9c7;}


h3 { }
h4 { }
h5 { }
h6 { }

p {/* font-family: Georgia, "Times New Roman", Times, serif*/ padding-top:0.3em;padding-bottom:0.5em;}
img { }
sup { }
abbr, acronym { }

blockquote, q { }
blockquote { }
cite { }

ul {padding-left:0;
	/*list-style:none;*/ }
	
li {
	padding-left:1.2em;
	padding-bottom:0.5em;
 }


ol { }
dl { }

form { }
fieldset { border : none;}


input { }
label { }
embed{/*padding-bottom:1em;*/}

a {color:#2ea9c7;text-decoration : none;}

a:link { }
a:visited { }
a:hover {color:#f68518; }
a:focus { }
a[hreflang]:after { }
a img { }
 
code, pre { }
pre { }
 
hr { }
 
/* ------------------------------------------------------------
	3. PAGE
------------------------------------------------------------- */
 
#page {
	background-color: #002239;
	/*background-image: url(../../images/fond3.jpg);
	background-repeat:repeat-y;
	background-color: #002239;*/
	
	height:70em;
	height:auto; }

	
.dc-post #page {
	height:auto; }


 
/* ------------------------------------------------------------
	4. HAUT DE PAGE
------------------------------------------------------------- */
#top {
	text-align : center;
	border-bottom:2px dotted #484ad5;
	background : transparent url(/dotclear/images/interface/header_def.jpg) no-repeat center;
	}


.dc-post #top {}
/*cacher le nom acquavivproduction*/
#top h1 {display:none;}
#top h1 a { }
#prelude {display:none;}
.dc-post #prelude {}
#prelude a { }
.titre-categorie{
	color:#d5c09b;
	font-size:115%;
	text-align:left;
	padding-top:1em;
	}

#flash{display:none;}
#header_categories{display:none;}

.dc-home #flash{display:block;}
.Missions #top #header_categories{display:block;background : transparent url(/dotclear/images/interface/header-b3.jpg) no-repeat center;}
.Evénements #top #header_categories{display:block;background : transparent url(/dotclear/images/interface/header-m1.jpg) no-repeat center;}
.Expositions #top #header_categories{display:block;background : transparent url(/dotclear/images/interface/header-b2.jpg) no-repeat center;}
.Liens #top #header_categories{display:block;background : transparent url(/dotclear/images/interface/header-m2.jpg) no-repeat center;}

/* ------------------------------------------------------------
	5. WRAPPER MAIN CONTENT
------------------------------------------------------------- */

#wrapper { }
#main { }
#content { }

#content-info { }
#content-info h2 { }
#content-info p { }

.content-inner { }

.pagination { }
#navlinks { }


/* ------------------------------------------------------------
	6. BILLETS
------------------------------------------------------------- */
/*billets en page d'accueil*/
/*pas de titre…*/
.dc-home .post .post-title{display:none;}
/*cas particulier pas de titre sur liens*/
.Liens .post-title{display:none;}
.dc-home .post .post-read{display:none;}
.dc-home .post {width:100%;float:none;}
.dc-home .post object,.dc-home .post .colonne2{float:right;width:50%;padding:0.5em;}
.dc-home .post a{display:block;padding-bottom:1em;}
.dc-home .post li{
	padding-left:1.2em;
	background-image:url(http://www.acquavivaproduction.fr/dotclear/images/interface/puceli.gif);
	background-repeat:no-repeat;
	background-position:0.1em 0em;
	padding-bottom:0.5em;
 }


.dc-post .post {
	background-color: #EBE6DA;
	padding:0.8em;
	margin-bottom:1em;
}
/* cas particulier couleur sur évenement */	
body.Missions #page, body.Missions #content, body.Missions .post, body.Missions .dc-post {background-color: #002239;}
body.Expositions #page, body.Expositions #content, body.Expositions .post, body.Expositions .dc-post {background-color: #002239;}
body.Evénements #page, body.Evénements #content, body.Evénements .post, body.Evénements .dc-post {background-color: #002239;}



.dc-post .post img + p{
	/*width:70%;*/
}
.dc-post .post h1{
	color: #848BD5;
	font-size:1.15em;
}
.dc-post .post h2{
	color: #838CD5;
}
.dc-post .post img{
	float:left;
	padding-right:1em;
	padding-bottom:1em;
	}
.dc-post .post img + img{
	float:none;
	padding-left:2em;
	position:relative;
	left:-2em;/**/
	vertical-align:top;
	margin-top:1em;
}
.dc-post .post p + img{
	float:none;
	margin-top:1em;
	vertical-align:top;
}


.dc-post .post-title {
			padding:0px;
			padding-bottom:1em;
			}


.post {}

.post h3, .post h4 {
	/*clear : both;*/
	}
.post.first {}
.post.odd { }

.day-date {display:none;}
.post-title {
			font-size:110%;
			width:85%;
			border-bottom:2px dotted #8ECED7;
			padding:3px;
			padding-top:1em;
			padding-left:0px;
			}
.post-info {display:none;}
.post-tags { }
.dc-post .post-excerpt {display:none;}

.post-content {padding-right:3em; }


.read-it { }

.footnotes { }
.footnotes h4 { }

.post-info-co {display:none;}
.comment_count { }
.pings_count { }
.attach_count { }

#attachments { }
#attachments h3 { }
#attachments ul { }
#attachments ul li { }
#attachments li.audio { }
#attachments li.package { }
#attachments li.text { }



/* ------------------------------------------------------------
	7. COMMENTAIRES, PINGS
------------------------------------------------------------- */

#comments {display:none;}
#pings {display:none;}

#pr { }
#comment-form { }

#comments h3 { }
#pings h3 { }
#pr h3 { }
#comment-form h3 { }

#comments dl { }
#comments dt { }
#comments dd { }
#comments .first { }
#comments .odd { }
#comments .me { }
#comments + p {display:none;}
#pings dl { }
#pings dt { }
#pings dd { }
#pings .first { }
#pings .odd { }
#pings .me { }
#pr dl { }
#pr dd { }

#comment-form fieldset { }
.field { }
.field label { }
.field input { }
.field textarea { }

#comment-form input[type=submit] { }
#comment-form input[type=reset] { }

.form-help { }

#ping-url {display:none;}
#comments-feed { }


/* ------------------------------------------------------------
	8. SIDEBAR
------------------------------------------------------------- */

#sidebar { }
#blognav { }
#blogextra { }

#calendar {display:none;}
#syndicate {display:none;}

#sidebar h2 {	color : #484ad5;
				font-size:1.2em;
				font-size:100%; }
				
#sidebar h3 { 	color : #3279a0;
				font-size:1em;}
#sidebar ul { }
#sidebar li { }

/* boites du menu des widgets livres avec Dotclear */
#search {display:none; }
#search form { }
#search input[type=text] { } /* ou #search #q */
#search input[type=submit] { } /* ou #search .submit */

#topnav { }
.topnav-arch { }
.topnav-home { }
/*mon ajout
#categories strong{
	color:#b6a27e;
	}*/
.archives{display:none;}
.selected { }
.lang { }

/*menu du haut*/
.categories {
	background-color:#002F50;
	height:20px;
	line-height:1.7em;}
.categories h2{}
.categories a{
	color:#484ad5;
	font-size:100%;
	display:inline;
	padding-right:50px;
}
.categories a:hover{
	color:#f68518;
}
.categories ul{
	display:inline;
	}
.categories li{
	display:inline;
	}
.dc-category .cat_active a,.dc-home .accueil{color:#C3B17E;font-size:105%;}

.archives h2{}
.syndicate {}
.lastposts { }
.lastcomments { }
.text { }
.links { }

.tags { }
.tags ul { }
.tags li { }
/* a completer separement ou globalement pour le sidebar et la page 
spécifique des tags avec les differentes class des tags en fonction 
de leur frequence - voir 9/ classes communes */


/* ------------------------------------------------------------
	9. FOOTER
------------------------------------------------------------- */

#footer {padding-top:1em;
border-top:2px dotted #484ad5;}
#footer p { }


/* ------------------------------------------------------------
	10. CLASSES COMMUNES
------------------------------------------------------------- */

/* class sur les liens rss (on peut y placer l'icone
feed.png a piocher dans le theme par defaut par ex.) */

.feed { 
	padding-left:16px;
	background : transparent url(images/feed.png) no-repeat left center;
	 }


/* tags dans le sidebar et dans la page les regroupant
(exemple ici pour un nuage) */
.dc-tags #content ul li, .dc-tags #content ul li a, 
.tags ul li, .tags ul li a {
	display : inline;
	width : auto;
	padding-left : 0;
	padding-right : 4px;
	background : transparent;
	line-height : 1.5em;
}
.tags ul li a:hover {
	background-image :none;
}
.dc-tags .tag0, .tags .tag0 { font-size: 85%; }
.dc-tags .tag10, .tags .tag10 { font-size: 90%; }
.dc-tags .tag20, .tags .tag20 { font-size: 95%; }
.dc-tags .tag30, .tags .tag30 { font-size: 100%; }
.dc-tags .tag40, .tags .tag40 { font-size: 105%; }
.dc-tags .tag50, .tags .tag50 { font-size: 110%; }
.dc-tags .tag60, .tags .tag60 { font-size: 115%; }
.dc-tags .tag70, .tags .tag70 { font-size: 120%; }
.dc-tags .tag80, .tags .tag80 { font-size: 125%; }
.dc-tags .tag90, .tags .tag90 { font-size: 130%; }
.dc-tags .tag100, .tags .tag100 { font-size: 135%; }

/* messages d'erreur */
.error {
	border : 1px solid #c44;
	background : #df0;
	padding : 0.5em;
	}
.error ul {
	padding-left : 20px;
	}
.error li {
	list-style : square;
	}
	
/* exemples de ceux que j'ajoute souvent */
.left { float: left; margin-right : 1em; }
.right { float: right; margin-left : 1em; }
.center { margin-left : auto; margin-right : auto; }
.left-text { text-align : left; }
.right-text { text-align : right; }
.center-text { text-align : center; }
.little-text { font-size : .8em;}
.little-upper-text { font-size : .8em; text-transform : uppercase; }


/* ------------------------------------------------------------
	11. PAGES SPECIFIQUES
	j'indique le marqueur du body, a completer pour cibler 
	plus precisement (cf l'exemple ci-dessus pour les tags)
------------------------------------------------------------- */

.dc-home { }
.dc-post { }
.dc-categories { }
.dc-category { }
.dc-archive { }
.dc-archive-month { }
.dc-tags { }
.dc-tag { }
.dc-404 { }
.dc-search { }


/* ---------------------------------------------------
  12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS
	ici ceux le plus souvent necessaires
--------------------------------------------------- */
.post-content, .footnotes, .attachments, 
.post-info-co, #comments, #footer {
    /*clear:both;*/
    }
