/*  

Tous droits réservés 2007 www.Polypod.fr

Feuille de styles principale
Thème : RAJ
Créé le : 12/04/2007

Cette feuille de styles définie l'apparence des éléments propres au template du site à laquelle elle est rattachée.
L'apparence des éléments communs à tous les templates du site sont définis dans le fichier styles.css, importé ci-dessous.
L'agencement des blocs principaux de mise en page sont définis dans le fichier layout.css, importé ci-dessous.

*/

@import "layout.css";
@import "../styles.css";


body {
	background: #fff url(../../images/pages/blog/fond.gif) repeat-x left top;
}


/* ========== Les billets du CMS ========== */

#main .col_left_65_35 .post_header {
	background: url(../../images/pages/blog/bloc-70-haut.gif) no-repeat left top;
}

#main .col_left_65_35 .post_content {
	background: url(../../images/pages/blog/bloc-70-fond.gif) repeat-y left top;
}

#main .col_left_65_35 .post_chapo {
	background: url(../../images/pages/blog/bloc-70-fond.gif) repeat-y left top;
}

#main .col_left_65_35 .post_footer {
	background: url(../../images/pages/blog/bloc-70-bas.gif) no-repeat left top;
}

#main .col_right_65_35 .block_header {
	background: url(../../images/pages/blog/bloc-30-haut.gif) no-repeat left top;
}

#main .col_right_65_35 .block_content {
	background: url(../../images/pages/blog/bloc-30-fond.gif) repeat-y left top;
}

#main .col_right_65_35 .block_footer {
	background: url(../../images/pages/blog/bloc-30-bas.gif) no-repeat left top;
}