@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



body{
	background-image:url(../images/design/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e2e1e1;
}

/* FONT, LINK, INLINE ITEM */
.g{
	font-weight:bold;
}


div#container{
	width:940px;
	margin: 0 auto;
}

div#footer{
	height:35px;
	width:721px;
	background-image:url(../images/design/bg_footer.jpg);
	padding:20px 100px;
	margin:13px 0px 20px 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

div#top{
	background-image:url(../images/design/logo.gif);
	background-repeat:no-repeat;
	height:68px;
	margin:0 auto;

}

div#top a{
	float:right;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:black;

}

div#top a img{
	border:none;
	margin:14px 20px 0px 0px;
}

/* MENU */
div#menu{
	background-image:url(../images/design/bg_menu.gif);
	background-repeat:no-repeat;
	width:923px;
	height:29px;
	padding:17px 0px 0px 15px;
	vertical-align: bottom;
}

div#menu a{
	color:#FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:15px;
	
	/* IE pire browser au monde, crap crap crap */
	display:inline-block;
	vertical-align:top;
}

div#menu a:hover{
	border-bottom:solid 2px #da8183;
}

div#main{
	background-image:url(../images/design/bg_main.gif);
	background-repeat:repeat-y;
}

div#main-content{
	background-image:url(../images/design/bg_main_content.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:544px;
	padding:0px 30px 0px 5px;
}

div#main-left{
	width:57%;
	padding-left:15px;
	float:left;
}

div#main-left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6a6969;
}

.news-box{
	background-image:url(../images/design/bg_box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border: solid 1px #848383;
	width:252px;
	padding-bottom:10px;
	clear:left;
	float:left;
	overflow:auto;
	height:210px
}

.news-box h2{
	font-family:"Times New Roman", Times, serif;
	color:#6e6d6d;
	font-size:30px;
	font-weight:normal;
	margin-bottom:5px;
}

.news-box p{
	font-size:10px;
	margin:10px 0px 10px 0px;
	
}

.box{
	background-image:url(../images/design/bg_box.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border: solid 1px #848383;
	width:252px;
	clear:right;
	float:right;
}

.box h2{
	font-family:"Times New Roman", Times, serif;
	color:#6e6d6d;
	font-size:30px;
	font-weight:normal;
	margin-bottom:5px;
}

.box table{
	border-collapse:collapse;
	margin-top:10px;
}

div#accueil-right{
	float:right;
	background-image:url(../images/design/realisation.jpg);
	background-repeat:no-repeat;
	width:348px;
	height:539px;
	text-align:right;
}

div#accueil-right a{
	position:relative;
	right:1px;
	top:70px;
	color:#0f43c8;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
}

.deux-colonne  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
}

.deux-colonne a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:top;
	color:#6a6969;
	text-decoration:none;
}


.deux-colonne td{
	vertical-align:top;
	padding:0px 8px 0px 5px;
	color:#6a6969;
}

.textes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
	color:#00FF00;
}
.textespetit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
	color:#00FF00;
}

div#philosophie-right{
	float:right;
	background-image:url(../images/design/philosophe.jpg);
	background-repeat:no-repeat;
	width:320px;
	height:539px;

}

div#portfolio-right{
	float:right;
	background-image:url(../images/design/bg_pointille_vertival.gif);
	background-repeat:no-repeat;
	background-position:0px 120px;
	width:350px;
	height:539px;
}

div#portfolio-right img{
	margin:87px 0px 0px 25px;
}

div#contact-right{
	float:right;
	background-image:url(../images/design/batisse.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:350px;
	height:539px;
}

