/*
Theme Name: Out of the Box
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A nice 2 column theme.  Design by <a href="http://www.demusdesign.com">DemusDesign</a>.  Coded by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 400 0.8em 'trebuchet ms',arial,sans-serif;
	color: #888;
	background: #FFF url('images/mainbg.jpg') repeat-y top center;
	min-height: 100%;
	}
	
a {
	text-decoration: none;
	color: #F60;
	}

a:hover {
	text-decoration: underline;
	}
	
.wrap {
	width: 980px;
	margin: 0 auto;
	}
	
#head {
	height: 231px;
	width: 100%;
	background: #FFF url('images/bodybg.jpg') repeat-x top left;
	padding: 80px 0 0px 0;
	background-color: #444;
	}
	
#head h1 {
	font: 400 4.6em 'century gothic','arial narrow',arial,sans-serif;
	color: #FFF;
	}
	
#head h2 {
	font: 400 1.3em 'century gothic','arial narrow',arial,sans-serif;
	color: #FF9933;
	}
#nav {
	width: 980px;
	padding-top: 34px; padding-bottom: 29px;
	font-size: 0px;
	position: absolute; top: 226px;
	}

#right {
	float: right;
	clear: none;
	width: 275px;
	margin: 30px 0 50px 0;
	color: #FFF;
	}

#content {
	margin: 30px 345px 50px 0;
	}
	
#nav ul {
	list-style-type: none;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a {
	height: 84px; min-height: 84px;
	padding: 33px 30px 29px 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	}
	
#nav li a:first-letter {
	text-decoration:underline;
	} 
	
#nav li a:hover {
	background-color: #000;
	background: #FF6600 url('images/navhover.jpg') repeat-x top center;
	color: #FFFFFF;
	}

#right h1 {	
	font: 400 1.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #033;
	margin: 10px 0;
	background: url('images/h1bullet.gif') no-repeat left;
	padding-left: 25px;
	}

#right p {
	background: url('images/rightlist_line.gif') repeat-x top left;
	line-height: 1.5em;
	padding: 10px 0;
	}

#right ul {
	list-style-type: none;
	}

#right li {
	margin: 0px;
	list-style:none;
	background: url('images/rightlist_line.gif') repeat-x top left;
	}

#right li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('images/rightlist_bullet.gif') no-repeat left;
	}

#right li a:hover {
	background: #066 url('images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}

#content h1 {
	font: 400 3.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #F60;
	margin-top: 15px;
	}

#content h1 a {
	color: #F60;
}
	
#content h2, #content h2 a {
	font-weight: 400;
	color: #FF9933;
	margin-bottom: 10px;
	}
	
#content h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
	}
	
#content p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	text-align:justify;
	}
	
#content p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#content p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}
	
p.info {
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	background: #F3F3F3 url('images/bullet.gif') no-repeat left center;
	font-size: 0.9em;
	padding: 10px 5px 10px 25px;
	width: 605px;
	float: right;
	}
	
.blockquote {
	display: block;
	background: #F3F3F3 url('images/quote.gif') no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	}
	
ol {
	font-weight: 800;
	font-size: 1.0em;
	color: #F60;
	margin: 20px;
	}
 
ol span {
	font: 400 1.0em arial,sans-serif;
	color: #888;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#content ul {
	list-style-type: none;
	margin: 20px;
	}
	
#content ul li {
	padding: 4px 25px;
	background: url('images/bullet.gif') no-repeat left center;
	}
	
form label{
	display:block;
	}

form p {
	margin-bottom: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	padding: 20px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #DDD solid;
	color:#999;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #FFF;
	margin-bottom: 15px;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

.clearer {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}
	
#footer {
	width: 100%;
	background: #003939 url('images/footbg.jpg') repeat-x top left;
	}

#footer .wrap {
	margin: 0 auto;
	padding: 20px 0;
	color: #FFF;
	}
	
#footnav {
	margin-bottom: 50px;
	}
	
#footnav ul {
	list-style-type: none;
	}
	
#footnav li {
	display: inline;
	}
	
#footnav li a {
	color: #B3BEBE;
	font: 400 16px 'trebuchet ms',arial,sans-serif;
	padding: 6px 12px;
	margin: 16px 20px 0 0;
	border: 1px solid #001414;
	text-decoration: none;
	}
	
#footnav li a:hover {
	color: #FFF;
	background-color: #005050;
	border: 1px solid #00ABAB;
	}
	
#footer h4, #footer h4 a {
	color: #009999;
	padding: 10px 0 10px 0;
	background: url('images/footlist_line.gif') repeat-x bottom left;
	text-decoration: none;
	}
 
 #footer h4 a:hover {
	color: #0FF;
	}
 
#footer a.credit {
	color: #F60;
	text-decoration: underline;
	}

#footer a.credit:hover {
	color: #F60;
	text-decoration: none;
	}

.linksright {
	float: right;
	width: 280px;
	margin: 0 12px;
	padding: 0 10px 30px 10px;
	list-style-type: none;
	background: #002C2C url('images/linkscorner.jpg') no-repeat top right;
	}
	
.linksright li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	font-size: 0.9em;
	}

.linksright li a {
	padding: 4px;
	display: block;
	margin:  0;
	padding: 5px;
	color: #B3BEBE;
	text-decoration:none;
	background-color: #002C2C;
	border-bottom: 1px solid #002525;
	}
.linksright li a.bas {
	padding: 4px;
	display: inline;
	margin:  0;
	padding: 5px;
	color: #B3BEBE;
	text-decoration:none;
	background-color: #002C2C;
	border-bottom: 1px solid #002525;
	}

.linksright li a:hover {
	background-color: #002525;
	color:#FFF;
	border-bottom: 1px solid #001C1C;
	}

.links li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
	}

.links li a {
	padding: 4px;
	display: block;
	margin:  0;
	color: #BD9A56;
	text-decoration:none;
	background-color: #2D1A06;
	border-bottom: 1px solid #211000;
	}

.links li a:hover {
	background-color: #211000;
	color:#FEEDA4;
	}

p.foot {
	color: #099;
	margin: 5px 0 0 12px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	background-color: #004040;
	}

.float-left   { float: left;}

.float-right  { float: right; }

img.avatar {float:left; margin-right:5px;}

table.formation{
	border:3px solid #003939;
	border-collapse:collapse;
	margin:5px 0 35px 0;
	width:80%
	}

table.formation th{
	text-align:left;
	font-weight:bold;
	border:1px dotted #003939;
	padding:5px;
	width:40%;
	color:#003939;
}

table.formation td {
font-size:80%;
border:1px solid #003939;
padding:5px;
}

table.formation img{
	vertical-align:middle;
	padding: 0 5px 0 0;
	border:none
}
img.vignette{
	vertical-align:middle;
	margin-right:5px;	
	margin-bottom:5px;
	float:left;
	}
table.facture{
	border:3px solid #009999;
	border-collapse:collapse;
	width:100%;
	margin:15px auto 15px auto;
	}
	
table.facture th {
border:1px dotted #009999;
padding:5px;
background-color:#EFF6FF;
}
table.facture td {
font-size:100%;
border:1px solid #009999;
padding:5px;
}
table.facture td.alerteH{
	background-color:#F33; 
	color:#333
	}

#monForm
{
	width: 100%;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

/* Label */
#monForm label
{
	background-color: #FFCC66;
	display: block;
	width: 85%;
	float: left;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	font-weight:bold;
}


#monForm .form_label_nostyle
{
	background: none;
}
#monForm input, #monForm select
{
	margin-left: 1%;
	width: 65%;
	border: #CCC 1px solid;
}

#monForm textarea
{
	margin-left: 1%;
	width: 63%;
	border: #CCC 1px solid;
	height: 300px;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus,  #monForm textarea:hover
{
	border: #999 1px solid;
	background-color: #DDEEFF;
}

#monForm .form_input_day_month
{
	width: 3%;
}

#monForm .form_input_year
{
	width: 6%;
}

/* button submit */
#monForm input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="submit"]:hover
{
	background-color: #66CC33;
	cursor: pointer;
}

#monForm input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 27%;
}

#monForm input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}
.blocProj{
	width:600px;
	display:inline;
	border: thin solid #99F;
	float:left;
	margin-bottom: 15px;
	padding: 4px;
	}
#blocProjClear{
	clear:both;
	height:15px;
	}
.blocProj img.ico{
	padding:0 3px 0 3px;
	border:none;
	vertical-align:middle;
	}
.blocProj img.logo{
	padding:0 3px 0 3px;
	margin:10px 0 10px 0;
	border:none;
	display: block;
	}
div#vignette{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
h4.solution{
	color: #FFF;
	background-color: #F93;
	border: 1px solid #333;
	padding:7px;
}
h4.ennonce{
	color: #FFF;
	background-color:#666;
	border: 1px solid #333;
	padding:7px;
}
table#navBas{
	margin-top:30px;
	width:100%;
	}
table#navBas td#prec{
	text-align:left;
	vertical-align:top;
	}
table#navBas td#suivant{
	text-align:right;
	vertical-align:top;
	}
.wp-caption-text{
	font-style:italic;
	}

#lesNews{
	overflow:auto;
	width:210px;
	height:300px;
	background-color:#009999;
	margin:7px;}


#lesNews li a.news{
	padding: 8px 2px 8px 4px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: #066 url('images/rightlist_bullet.gif') no-repeat right top;
	}
#lesNews p{
	padding:3px;}

