@CHARSET "UTF-8";
/********************************* CSS RESET START */
/* 
	CSS Reset
	http://meyerweb.com/eric/tools/css/reset/index.html
	v1.0 | 20080212 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********************************* CSS RESET END */
body{
	background: url('../graphics/layout/motif.gif');
	font-family: helvetica,sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
b{
	font-size: 110%;
}
#maincontainer{
	width: 990px;
	margin: 0 auto; /*Center container on page*/
}
/**********************************************************************************************/
 /* TOP SECTION */
#topsection{
	margin: 0 auto;
	background: #1F1E0A url('../graphics/layout/header.gif') bottom center no-repeat;
	height: 84px;
	width: 990px;
}
#topsection h1{
	background:transparent url(../graphics/layout/logoNaonedSystemes.gif) no-repeat scroll left top;
	float:left;
}
#topsection h1 a {
	display: block;
	width: 184px;
	height: 70px;
}
#topsection h1 a span{
	display: none;
}
#topsection ul{
	margin-left:250px;
	padding-top:51px;
}
#topsection ul li{
	float: left; 
	display: block;
	width: 100px;
	height: 24px;
	margin-left: 16px;
	text-align: center;
}
#topsection ul li a{
	width: 100px;
	height: 24px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	vertical-align: middle;
	display: block;
	font-size: 13px;
	padding-top: 5px;
	background: url('../graphics/layout/menu-off.gif') top left no-repeat;
	text-shadow: 0 1px 0 #555;
}
#topsection ul li a:hover{
	background: url('../graphics/layout/menu-over.gif') top left no-repeat;
}
#topsection ul li.actif a, #topsection ul li:hover .actif a{
	background: url('../graphics/layout/menu-on.gif') top left no-repeat;
}
/**********************************************************************************************/
 /* CONTENT SETUP */
#contentwrapper{
	float: left;
	background:#FFFFFF url(../graphics/layout/content-bottom.gif) no-repeat scroll center bottom;
	margin: 0 auto;
	min-height: 480px;
	padding-left: 35px;
	padding-top: 40px;
	width: 955px;
	/* IE HACK */
	min-height:500px;
	height:auto !important;
	height:500px;

}

#contentcolumn{
	margin:0 220px 0 224px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width:499px;
}

#leftcolumn{
	float: left;
	width: 250px; /*Width of left column in pixel*/
	margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
	margin-top: 115px;
}

#rightcolumn{
	float: left;
	width: 220px; /*Width of right column*/
	margin-left: -220px; /*Set left margin to -(RightColumnWidth)*/
	margin-top: 50px;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
/**********************************************************************************************/
/* CENTER */
/* main title */
#contentwrapper h1{
	color: #86AD02;
	font-size: 27px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 20px;
	/*text-transform: uppercase;
	font-size: 23px;
	width: 600px;*/
	width: 720px;
}
#contentwrapper h2{
	font-size: 16px;
}
#contentcolumn p{
	font-size: 12px;
	line-height: 15px;
	margin-top: 1em;
	color: #4F4A4A;
	letter-spacing: 1px;
}
#contentcolumn ul{
	padding-left: 20px;
}
#contentcolumn li{
	color: #4F4A4A;
	display : list-item;
	list-style-image : url('../graphics/layout/puce-main.jpg');
	background-position: 0 0.32em;
	padding-left: 12px;
	margin-top: 8px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	line-height: 15px;
	font-size:12px;
	color: #4F4A4A;
}
#contentcolumn a{
	background:transparent url(../graphics/layout/link-naoned-systemes.gif) no-repeat scroll left center;
	color: #86AD02;
	padding-left: 10px;
	text-decoration: none;
}
#contentcolumn img.img_content_left, #contentcolumn .img_left{
	float: left;
	margin: 15px;
	margin-left: 0;
}
#contentcolumn img.img_content_right, #contentcolumn .img_right{
	float: right;
	margin: 15px;
	margin-right: 0;
}
#contentcolumn img.img_content_centre, #contentcolumn .img_centre{
	clear: both;
	margin: 15px;
	margin-top: 30px;
	text-align: center;
}
#contentcolumn .img_centre img, #contentcolumn .img_left img, #contentcolumn .img_right img{
	border: 1px solid #969696;
}
/**********************************************************************************************/
/* RIGHT */
.box{
	width: 200px;
	background: url('../graphics/layout/box-top.gif') no-repeat top center;
	padding: 0;
	padding-top: 10px;
}
.box-content{
	background: url('../graphics/layout/box-content.gif') no-repeat bottom center;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 180px;
}
.box-content h6{
	color: #000;
	margin-bottom: 15px;
	font-size: 14px;
}
.box-content p{
	color: #656565;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 10px;
}
.box-content p a{
	color: #86AD02;
	text-decoration: none;
}
.box-content p.lien-box{
	margin-top: 5px;
}
.box-content p.lien-box a{
	background:transparent url(../graphics/layout/link-naoned-systemes.gif) no-repeat scroll left center !important;
	padding-left: 10px !important;
}
.box-content div.img_box_left img{
	float: left;
	/*margin: 15px;*/
	margin-left: 0;
	border: 1px solid #969696;
	
}
.box-content div.img_box_right img{
	float: right;
	/*margin: 15px;*/
	margin-right: 0;
	border: 1px solid #969696;
}
.box-content div.img_box_centre{
	text-align: center;
}
.box-content div.img_box_centre img{
	clear: both;
	margin: 0px;
	text-align: center;
	border: 1px solid #969696;
}
/*** THUMB ***/
.box-content div.img_box_thumb_left img{
	float: left;
	/*margin: 15px;*/
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	border: 1px solid #969696;
	
}
.box-content div.img_box_thumb_right img{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0;
	border: 1px solid #969696;
}
.box-content div.img_box_centre{
	margin-bottom: 5px;
	text-align: center;
}
.box-content div.img_box_thumb_centre img{
	clear: both;
	margin: 0px;
	text-align: center;
	border: 1px solid #969696;
}
/**********************************************************************************************/
/* LEFT */
.box_img_left{
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}
/**********************************************************************************************/
/* FOOTER */
#footer span{
	display: none;
}
/**********************************************************************************************/
/* FORM (CONTACT) */
label{
	float: left;
	width: 130px;
	display: block;
	padding: 0 10px;
	margin: 5px 0;
	text-align: right;

	color:#4F4A4A;
	font-size:0.9em;
	line-height:125%;
}
label em , p.champsObligatoire em{
	color: #f00;
}
input, textarea{
	border: 1px solid #505050;
	margin: 5px;
	width: 250px;
}
input.btn_ok, input.btn_annul{
	width: auto !important;
}
textarea{
	height: 90px;
	width: 250px !important;
}
input:focus{
	background: url(../img/pencil.png) right center no-repeat;
}

form .submit{
	background: #cecece;
	margin-top: 20px;
	margin-left: 360px;
	width: auto;
}
input.btn_ok{
	margin-left: 156px;
}
p.champsObligatoire{
	margin-left: 48px;
}
/**********************************************************************************************/
/* VARIOUS */
.clear{
	clear: both;
	height: 1px;
}

div.info, div.success, div.warning, div.error, div.validation, div.message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
div.success, div.message {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../graphics/layout/info/success.png');
}
div.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../graphics/layout/info/warning.png');
}
div.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../graphics/layout/info/error.png');
}
