/** 
	Type: CSS Document
	File: main.css
	Author: Ghislain Touraine 
	Version: 1.0
**/

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

body, html{
	background-color: #f7eed9;
	font-size:11px;
	color:#774819;
	margin: auto;
	font-family: tahoma,arial;
}

h1 {
	font-weight:normal;
	color:#996633;
	font-size:22px;
	font-family: georgia,arial;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-top:30px;
	width:100%;
	border-bottom:2px solid #ebdfc5;
}

p {
	text-align:justify;
	line-height:18px;
	margin-bottom:10px;
}

input, textarea {
	color:#774819;
	font-family: tahoma,arial;	
}

.container {
	width:800px;
	margin: auto;
	margin-top:10px;
}

.separator {
	height:2px;
	width:100%;
	background-color:#ebdfc5;	
}

/******************HEADER******************/

#header {
	height:128px;
	margin-top:20px;
	border-top:3px solid #eacbac;
	border-bottom:3px solid #eacbac;
	background: url(../images/back-header-orange.png);
}

#main-logo {
	margin-top:8px;
	height:118px;
	width:270px;
	float:right;
	margin-right:80px;
	/*background:url(../images/logo.png) center right no-repeat !important; 
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/logo.png');*/
}


/*******************MENU******************/

#menu {
	float:left;
	width:204px;
	padding:10px;
	padding-top:30px;
}

#menu ul {
	list-style-position: outside;
	list-style-type: none;
}

#menu li {
	margin-top:8px;
	border:2px solid #fbf7ec;
}

#menu .orange {
	background: url(../images/back-rubrique-orange.png) 0 0 no-repeat #fcf7ec;
}
#menu .orange:hover {
	background-position:0 100%;
}
#menu .green {
	background: url(../images/back-rubrique-green.png) 0 0 no-repeat #fcf7ec;
}
#menu .green:hover {
	background-position:0 100%;
}
#menu .blue {
	background: url(../images/back-rubrique-blue.png) 0 0 no-repeat #fcf7ec;
}
#menu .blue:hover {
	background-position:0 100%;
}

#menu .chocolate {
	background: url(../images/back-rubrique-chocolate.png) 0 0 no-repeat #fcf7ec;
}
#menu .chocolate:hover {
	background-position:0 100%;
}

#menu a:hover {
	text-decoration:none;
}

#menu .orange a:hover {
	color:#e78644;
}

#menu .green a:hover {
	color:#d6d46a;
}

#menu .blue a:hover {
	color:#86cae4;
}

#menu .chocolate a:hover {
	color:#ba9470;
}

#menu ul li a {
	color:#dbb98c;
	text-decoration:none;
	font-family: georgia,arial;
	font-size:15px;
	/*Permet de creer le lien sur le bouton*/
	display: block;
	height:25px;
	padding-top:10px;
	padding-left:35px;
	width:165px;
	outline:0;
}

#menu #send_button {
	outline:0;
	cursor:pointer;
}

#timer {
	height:23px;
	padding-top:12px;
	text-align:center;
	width:200px;
	padding-left:0px;
	background:none;
	background-color:#fffbf2;
	font-size:11px;
	color:#996633;
	border:2px solid #fbf7ec;
}

#menu .text input {
	background-color:#fffbf2;
	border:1px solid #ebdfc5;
	height:20px;
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
}

#menu textarea {
	background-color:#fffbf2;
	border:1px solid #ebdfc5;
	height:80px;
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
}

#menu .sender input{
	width:88px;
	height:29px;
	margin-left:110px;
	margin-top:10px;
	background:none;
	border:0px;
	background: url(../images/envoyer-orange.png) no-repeat ;/*!important;
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/envoyer-orange.png');*/
}

#form_message {
	color:#e78644;
	margin-bottom:10px;
}

/*******************MAIN******************/

#main {
	float:right;
	width:490px;
	margin-top:30px;
	margin-bottom:30px;
	min-height:580px;
	padding-left:45px;
	border-left:1px solid #ebdfc5;
}

#main a {
	color:#996633;
	text-decoration:underline;
}

#main a:hover {
	color:#e78644;
	text-decoration:none;
}

/*******************HOME*******************/

#home {
	margin-top:-30px;	
}

/********************CV********************/

#CV h1{
	font-size:16px;
}

#CV .date {
	float:left;	
	width:70px;
	margin-top:10px;
}

#CV .description {
	float:left;
	margin-top:10px;
}

#CV .title {
	font-size:14px;
	text-align:center;	
}

#CV img {
	border:2px solid #ebdfc5;
}

#printbox {
	border:1px dashed #ebdfc5;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}

#printbox a{
	text-decoration:none;
	color:#90af00;	
}

.clearboth {
	clear:both;	
}

/****************REALISATIONS**************/

#realisations h1{
	font-size:16px;
	margin-top:0px;
	text-transform: uppercase;
}

#realisations img{
	border:2px solid #ebdfc5;
}

#realisations a {
	text-decoration:none;
}

#sitesweb {
	width:600px;
}

#sitesweb .bloc {
	float: left;
	padding:10px 30px 10px 30px;	
}

#sitesweb .clear {
	clear:both;	
}

/******************FOOTER******************/

#footer {
	border-top:2px solid #ebdfc5;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	padding-top:10px;
	text-align:right;
}

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

/******************TIPS********************/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #d6d46a;
	padding: 10px 10px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 10px 10px;
	background: url(../images/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
