@CHARSET "UTF-8";

html{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

body{
	/*background-color: #e0e0e0; b6aaaa;*/
	/*background: url("../ima/bg-cons.jpg") repeat scroll 0 0 transparent;*/
	background-color: white;
}

.nexee{
	font-family: papyrus, fantasy;
	color: #685547;
	font-size: 1.2em;
}

.first_line_smaller{
	font-size: 1.5em;
	font-weight: bold;
}
.first_line{
	font-size: 2em;
	font-weight: bold;
}	

.smallcaps{ font-variant: small-caps; }

.hidden{
	visibility: hidden;
}

.float-left{
	float: left;
	margin: 0 5px;
	min-height: 330px;
}

.red{ color: red; }
.green{ color: #86C13C; }

.underline{ text-decoration: underline; }

input.error, textarea.error{ border-color: red; }

.float-left ul{ padding-left: 20px; }

.bold, .strong{ font-weight: bold; }
.em{ font-style: italic; }

#loading{
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -64px;
}

#global{
	position: absolute;
	width: 960px;
	top: 0;
	left: 50%;
	margin-left: -480px;
	height: auto;
	border-color: #675545;
	border-style: none solid;
	border-width: 0 2px;
	background-color: #c1bab4;
}

.off{
	/* NON VALIDE MAIS OPERATIONNEL */
	filter: alpha(opacity=25); /* IE */
	-khtml-opacity: 0.25; /* Konqueror, Safari */
	-moz-opacity: 0.25; /* FF */
	opacity: 0.25; /* CSS 3 */
	/* FIN DU BLOC NON VALIDE */
}

#footer{
	background-color: #675545;
	color: #ffffff;
	float: left;
	font-size: 0.9em;
	margin-top: 10px;
	text-align: center;
	width: inherit;
}

#footer a, #footer a:visited{ color: #ff7800; }

#header{
	float: left;
	height: 170px;
	width: inherit;
}

#contact{
	float: left;
	height: 59px;
	top: 170px;
	width: 206px;
}

#menuh{
	float: left;
	height: 59px;
	left: 236px;
	text-align: center;
	width: 724px;
	z-index: 10;
}

#menuv{
	float: left;
	min-height: 470px;
	width: 236px;
}

.menuBox{
	font-size: 1.5em;
	width: 222px;
	float: left;
	padding: 0 7px;
}

.menuBox ul{
	background-color: #c1bab4;
	border: 0 solid #685547;
	border-width: 0 thin;
	color: #685547;
	display: none;
	font-size: 0.8em;
	list-style-type: none;
	margin: -3px 0 0;
	padding: 0;
	text-align: justify;
	position: relative;
	top: -5px;
}

.menuBox li{
	border: 0 solid #685547;
	border-width: 0 0 thin;
}

.menuBox p a, .menuBox p, .menuBox li a{
	color: #685547;
	text-decoration: none;
}

.menuBox:hover p a, .menuBox:hover p, .menuBox li:hover a{
	/*color: #86c13c;*/
	text-decoration: none;
	font-style: italic;
}

.menuBox:hover ul{
	display: block;
}

#menuv .menuBox{
	border: 0;
	border-bottom: thin solid #685547;
}

/*.in{
	background-color: #86c13c;
}*/
img.where{
	visibility: hidden;
	float: left;
	margin-top: 20px;
}

.in img.where{ visibility: visible; }

#main{
	background: none repeat scroll 0 0 #ffffff;
	float: left;
	font-size: 1em;
	left: 236px;
	min-height: 470px;
	padding: 0 10px;
	top: 229px;
	width: 704px;
}

#main h1{
	font-family: papyrus, fantasy;
	color: #86c13c;
	font-size: 1.8em;
	font-weight: bold;
	margin: 25px 0 0;
}

#main h2{
	font-family: papyrus, fantasy;
	color: #685547;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0 0 10px;
}

#main h2.bis{ margin: 0 0 0 10px; }

/*#main p.contact{ margin-left: 30%; }*/
#main p.contact{ float: left; width: 50%; }

#main p.contact a, #main p.contact a:hover, #main p.contact a:visited, #main a.mail, #main a.mail:hover, #main a.mail:visited{
	color: #86c13c;
	text-decoration: none;
}

#main p.ul{ margin-bottom: 0px; }

#main p.h2{ margin-top: 0px; }

#main ul{ margin-top: 0px; }

.collabo{
	border-bottom: 1px solid rgb(195,186,180);
	margin: 0 0 10px 0; 
}

#main .collabo h2{
	font-size: 1.2em;
	margin: 0 0 0 10px;
}

.collabo p{ text-align: justify; }

.collabo .esp, .collabo .esp a, .collabo .esp a:hover{
	color: rgb(103,85,69);
	font-weight: bold;
}

.collabo .esp span{
	position: absolute;
	right: 10px;
	font-size: 0.9em;
}

.multipage{
	text-align: center;
	font-family: papyrus,fantasy;
	font-weight: bold;
	font-size: 1em;
	color: #ff7800;
}

p.multipage{ font-size: 1.2em; }

.multipage a, .multipage a:hover{ color: #86c157; }

form sup{ color: red; }

form#cv, form#offre{ margin-left: 10px; }

form#cv input, form#offre input{ margin: 2px 0; }
