/*
Theme Name: Maiboo Wood
Theme URI: http://www.maitepodetti.fr/
Description: Thème créé par Maïté Podetti
Version: 0.1
Author: Maïté Podetti
 
Creation Theme by Maïté Podetti || http://www.maitepodetti.fr
 
*/

*{ margin:0px; padding:0px;}

body {
	background-image:url(img/bg_wood.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
}

a img  {border:none;}

a {outline:none;}


#page{
	width:100%;
	overflow:hidden;
}


#global_container{
	position:relative;
	width:1100px;
	overflow:hidden;
}



/* --------------------------- LOGO */

#bloc_logo {
	position:relative;
	margin-top:150px;
	width: 160px; 
	float:left;
}

h1#logo a{
	background-image: url("img/maitepodetti.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 118px;
	height: 194px;
	text-indent: -9000px;
	display: block;
}


/*----------------------------- MENU */

#bloc_menu {
	position:relative;
	margin-top:150px;
	width: 160px; 
	float:left;
}

#menu ul {
	text-align:right;
	list-style: none;
	width: 100%;
}

#menu ul li { 
}

#menu ul li a {	
	color:#f8f7f4;
	font-size:180%;
	padding-right:7px;
	padding-left:7px;
	margin:0;
	font-weight:bold;
	text-decoration: none;
}

#menu ul li a:hover {
	color:#1c130c;
	background-color:#84de10;
}


/*----------------------------- CONTENU */

#bloc_contenu{
	margin-left:12px;
	width:662px;
	position:relative;
	margin-top:70px;
	float:left;
}

h2 {
	color:#FFF;
	font-size:200%;
	margin-bottom:10px;
	border-bottom: 1px dotted #fff;
}

h3{
	background-color:#1c1613;
	text-align:right;
	padding:2px;
	padding-right:10px;
}


/* ----------- Page d'accueil */


div#accueil{
	width:100%;
	height:600px;
	float:left;
}

div#accueil h2{
	font-size:160%;
	margin-bottom:15px;
	padding-bottom:4px;
}

div#accueil div#dernier_projet {
	margin-bottom:20px;
	width:100%;
}

div#accueil div#dernier_projet div#bloc_dernier_projet {
	margin-bottom:20px;
	width:639px;
	position:absolute;
}

div#accueil div#dernier_projet img{
	margin-top:8px;
	margin-left:9px;
}

div#accueil div#dernier_projet div#details_dernier_projet{
	position:absolute;
	background-image:url("img/bg_marron.png");
	background-repeat:repeat;
	background-color: transparent;
	border-left:1px solid #1c1613;
	top:200px;
	margin-top:-192px;
	margin-left:462px;
	padding:108px 20px 32px 20px;
	color:#fff;
	width:130px;
	height:60px;
}

div#accueil div#dernier_projet p#nom_dernier_projet{
	font-weight:bold;
	font-size:120%;
}

div#accueil div#deuxieme_bloc{
	position:relative;
	height:auto;
	width:auto;
	top:250px;
}

div#accueil div#dernier_projet div#details_dernier_projet .ilikethis{
	background-image:url("img/bg_likes.png");
	background-repeat:no-repeat;
	background-color: transparent;
	width:84px;
	height:35px;
	text-align:center;
	padding:4px;
	padding-top:14px;
	margin-top:12px;
	float:right;
	}

div#accueil div#projets_encours div.projet_encours{
	width:180px;
	padding:2px 12px 2px 2px;
	float:left;
}

div#accueil div#projets_encours div.projet_encours img{
	border:5px solid #1c1613;
}

div#accueil div#projets_encours div.projet_encours div.details_projet_encours p.nom_du_projet{
	font-size:120%;
	font-weight:bold;
}


div#accueil div#projets_encours div.projet_encours div.details_projet_encours span.mission_projet{
	color:#b0ad99;
}



body.home div.p1 { 
	background-color:#33C;
}

div.article{
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	clear:both;
}

div.article div.image {
	border:1px solid #1c1613;
	width:208px;
	height:208px;
	margin-right:13px;
	float:left;
}

div.article img {
	border:4px solid #FFF;
}

div.article a:hover img {
	border:4px solid #1c1613;
}

div.article .postmetadata {
	text-align:right;
	color:#CCC;
	font-size: 80%;
}

div.article h3 {
	margin-top:3px;
	font-size:140%;
}

div.article p.desc_client {
	color:#b0ad99;
	margin-top:7px;
}

p.desc_projet {
	
}

p.role {
	background-color:#2e2222;
}

div.article a {
	text-decoration:none;
	color: #d9d6c4;
	font-weight:bold;
}
div.article_web a:visited {
	text-decoration:none;
	color: #d9d6c4;
	font-weight:bold;
}

div.article_web a:hover {
	text-decoration:underline;
	color: #d9d6c4;
	font-weight:bold;
}

div.print{
	border:1px solid #000;
	width:192px;
	height:192px;
	margin-right:7px;
	margin-bottom:7px;
	padding-bottom:0;
	float:left;
}

div.print a:hover img {
	border:6px solid #1c1613;
}

div.print img {
	border:6px solid #FFF;
	width:180px;
	height:180px;
	margin:0;
}



div#about_me{
	width:380px;
	position:relative;
	float:left;
	overflow:hidden;
}

div#about_me img{
	border:1px solid #000;
	margin-right:20px;
	float:left;
}



div.important div#contact{
	margin-bottom:15px;
}

div.important p#mail a{
	color:#FFF;
	text-decoration:none;
}

div.important p#mail a:hover{
	color:#b0ad99;
	text-decoration:none;
}

div.important p#mail a:visited{
	color:#FFF;
	text-decoration:none;
}

div.important h2{
	font-size:120%;
	margin-bottom:10px;
	padding-bottom:5px;
}

fieldset{
	border:0;
}


.contact_champ{
	display:block;
	margin-left:5px;
	width: 180px;
	margin-bottom:6px;
}

.contact_champ_message{
	display:block;
	width: 210px;
	height:150px;
	margin-left:5px;
	margin-bottom:6px;
}

div#bloc_reseaux{
	width:175px;
	border-top:1px dotted #FFF;
	margin-top:15px;
	padding-top:10px;
}
div#bloc_reseaux a{
	width:38px;
	padding-rigth:3px;
}

/*------------------------------------------------------ FOOTER */

#footer {
	clear:both;
	font-family: Verdana, Arial, sans-serif;
	font-size:75%;
	color:#4a3930;
	border-top: 1px solid #4a3930;
	height : 200px;
	background-color:#1c1613;
	padding: 10px 0 0 0;
	margin-top:80px;
}

#footer a {
	text-decoration:none;
	color: #4a3930;
}

#footer a:visited {
	text-decoration:none;
	color: #4a3930;
}

#footer a:hover {
	text-decoration:underline;
	color: #4a3930;
}

div#texte_footer{
	text-align:center;
}

div#liens{
	margin-top:20px;
	margin-left: 828px;
	padding-left:15px;
	border-left:dotted 1px #4a3930;
	text-align:left;
	list-style:none;
}

div#liens h2{
	list-style:none;
	color:#89786f;
	font-size:14px;
	text-align:left;
	border:none;
}

div#liens ul{
	list-style:none;
}

