/* CSS Document by Das */
/* Das Art V5.1 */
/* couleurs du site
sommaire : #34cce1
Profil : #880c08
Portfolio : #5a639a
Contact : #236a51
Blog : #ee8a00 */
/* elements generaux */
* {margin: 0; padding: 0; border: 0;}
ul, li, ol {list-style-type: none;}
img, table {margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-size: 1em; font-weight: normal;}
.png24, .spip_logos {behavior: url(win_png.htc);}
.nettoyeur {clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px;}
.separateur {clear: left; margin: 10px 0 30px; border: none; height: 1px; color: #ccc; background-color: #ccc;}
a {color: #000;}
a:hover {color: #000; text-decoration: none;}

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	color: #000;
}

body#sommaire, body#news {
	background: #fff url(images/fond-sommaire.png) repeat-x;
}
body#profil {
	background: #880c08 url(images/fond-profil.png) repeat-x;
}
body#portfolio {
	background: #5a639a url(images/fond-portfolio.png) repeat-x;
}
body#contact {
	background: #236a51 url(images/fond-contact.png) repeat-x;
}

#conteneur {
	position: relative;
	width: 720px;
	margin: 25px auto 0;
}
#sommaire #conteneur, #news #conteneur {
	background: #fff url(images/fond-sommaire-conteneur.png) repeat-y;
}
#profil #conteneur {
	background: #fff url(images/fond-profil-conteneur.png) repeat-y;
}
#portfolio #conteneur {
	background: #fff url(images/fond-portfolio-conteneur.png) repeat-y;
}
#contact #conteneur {
	background: #fff url(images/fond-contact-conteneur.png) repeat-y;
}

/* liens d'evitement */
#acces-rapide {
	position: absolute;
	right: 0;
	margin: -20px auto 0;
}
#acces-rapide li {
	display: inline;
	color: #ccc;
}
#acces-rapide li a {
	color: #ddd;
	text-decoration: none;
}
#acces-rapide li a:hover {
	color: #ccc;
}

/* entete du site */
h1{
	position: absolute;
	margin: 0;
	padding:0;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}
#sommaire #entete, #news #entete {
	background: url(images/fond-sommaire-entete.png) no-repeat;
}
#profil #entete {
	background: url(images/fond-profil-entete.png) no-repeat;
}
#portfolio #entete {
	background: url(images/fond-portfolio-entete.png) no-repeat;
}
#contact #entete {
	background: url(images/fond-contact-entete.png) no-repeat;
}

/* le menu */
.menu-general {
	position: absolute;
	height: 30px;
	top: 125px;
	right: 0;
}
.menu-general ul li {
	text-align: center;
	width: 135px;
	float: left;
	background: #000 url(images/fond-menu.png) repeat-x;

}
.menu-general ul li a {
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}

/* le sous menu */
#categorie {
	width: 178px;
	float: left;
}
#categorie ul li a {
	display: block;
	text-align: right;
	padding-right: 7px;
	margin: 10px 0;
	height: 24px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}
#sommaire #categorie ul li a, #news #categorie ul li a {
	background: url(images/fond-li-off-sommaire.png) right no-repeat;	
}
#profil #categorie ul li a {
	background: url(images/fond-li-off-profil.png) right no-repeat;	
}
#portfolio #categorie ul li a {
	background: url(images/fond-li-off-portfolio.png) right no-repeat;	
}
#contact #categorie ul li a {
	background: url(images/fond-li-off-contact.png) right no-repeat;	
}
#sommaire #categorie ul li a:hover, #sommaire #categorie ul li a.on, #news #categorie ul li a:hover, #news #categorie ul li a.on {
	background: url(images/fond-li-on-sommaire.png) right no-repeat;
}
#profil #categorie ul li a:hover, #profil #categorie ul li a.on {
	background: url(images/fond-li-on-profil.png) right no-repeat;
}
#portfolio #categorie ul li a:hover, #portfolio #categorie ul li a.on {
	background: url(images/fond-li-on-portfolio.png) right no-repeat;
}
#contact #categorie ul li a:hover, #contact #categorie ul li a.on {
	background: url(images/fond-li-on-contact.png) right no-repeat;
}

/* articles */
#contenu {
	width: 530px;
	margin: 20px 10px 20px 180px;
}
.articles {
	display: block;
	border-bottom: 1px dashed #aaa;
	margin: 20px;
}
h2 {
	text-align: right;
}
#contenu h2 a, #contenu h2 {
	font-size: 20px;
	text-decoration: none;
	margin-bottom: 15px;
}
#sommaire #contenu h2 a, #sommaire #contenu h2, #news #contenu h2 a, #news #contenu h2 {
	color: #34cce1;
}
#profil #contenu h2 a, #profil #contenu h2 {
	color: #880c08;
}
#portfolio #contenu h2 a, #portfolio #contenu h2 {
	color: #5a639a;
}
#portfolio #contenu h2 a:hover {
	text-decoration: underline;
}
#contact #contenu h2 a, #contact #contenu h2 {
	color: #236a51;
}
h2 a:hover {
	text-decoration: underline;
}
.liste-articles h3, .info-article {
	padding-left: 30px;
	font-weight: bold;
}
.liste-sites h3 {
	font-size: 12px;
}
.liste-sites ul li {
	margin-left: 20px;
	list-style: square inside;
}
#sommaire #contenu a, #news #contenu a {
	color: #34cce1;
}
#profil #contenu a {
	color: #880c08;
}
#portfolio #contenu a {
	color: #5a639a;
}
#contact #contenu a {
	color: #236a51;
}
.info-rubrique {
	text-align: right;
	margin-bottom: 15px;
	font-style: italic;
}
.liste-articles div, .article div, .liste-articles-rubriques div, .auteur div, .liste-sites {
	text-align: justify;
	margin: 10px 0 10px 50px;
}
div .image-portfolio {
	margin: 10px 0 10px 30px;
}
div .logo-portfolio img {
	float: left;
	margin: 0 10px 30px 0;
	padding: 2px;
	border: 2px solid;
}
#portfolio div .logo-portfolio a:hover img {
background-color: #5a639a;
}
#sommaire div .logo-portfolio img {
border-color: #34cce1;
}
#profil div .logo-portfolio img {
border-color: #880c08;
}
#portfolio div .logo-portfolio img {
border-color: #5a639a;
}
#contact div .logo-portfolio img {
border-color: #236a51;
}
div .technique {
	color: #888;
	font-size: 10px;
	font-style: italic;
	margin-right: 0px;
	text-align: right;
}
.liste-articles p, .article p, .liste-articles-rubriques p, .auteur p {
	margin-bottom: 7px;
}
#sommaire ul#twitter_update_list li {
padding: 15px 5px 5px;
border-bottom : 1px dashed #ccc
}
#sommaire ul#twitter_update_list li span {
display: block;
}
#sommaire ul#twitter_update_list li a {
color: #aaa;
text-decoration: none;
}
#sommaire ul#twitter_update_list li span a {
color: #34cce1;
}
#sommaire ul#twitter_update_list li span a:hover {
text-decoration: underline;
}


/* la navigation */
.pagination {
	text-align: center;
}

/* formulaire de contact */
#contact form {
	margin: 10px 0 10px 50px;	
}
label {
	display: block;
	margin-bottom: 10px;
}
input {
	width: 100%;
	margin: 10px auto 20px;
}
input, textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 1px;
}


/* le pied */
#pied {
	height: 30px;
	background-color: #000;
	margin-left: 60px;

}
#pied ul {
	text-align: center;
	margin-left: 60px;
}
#pied ul li {
	display: inline;
}
#pied ul li a {
	margin: 0 20px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}