/***************************************************************************
Style XENETIS.ORG
Nicolas MAROT
nicolo@xenetis.org
23/05/2009
***************************************************************************/

/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font,  ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ----------------------------------------------- 
	ELEMENTS HTML STANDARD
   ----------------------------------------------- */

body {
	background:#dbdbdb url(images/body_bg.png) repeat-x;
}

a {
	text-decoration:none;
}

img {
	border: 0;
}

h1 {
	margin-top: 0;
	color: #BF582F;
}
/* ----------------------------------------------- 
	CLASS DU CONTENU DU SITE
   ----------------------------------------------- */

.all {
	margin:auto;
	width:1260px;
	background:url('images/colonne1_center.png') repeat-y;
	background-position: 788px;
}

.header {
	width:1260px;
	height:187px;
	background:url('images/header.jpg');
	cursor: pointer;
}

.header2 {
	width:1260px;
	height:26px;
	background:url('images/header2.png');
	background-repeat:repeat-x;
	color:white;
}

.header2 ul {
	
}

.header2 ul li {
	display:block;
	float:left;
	list-style:none outside none;
	margin-left:42px;
}

.header2 a {
	color:white;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

.header2 a:hover {
	color:#EA6D33;
}

.contenu {
	float:left;
	position:relative;
}

.contenu_header {
	width:788px;
	height:25px;
	background:url('images/contenu_header.png');
}

.contenu_center {
	background:url('images/contenu_center.png');
	padding-left:10px;
	width:778px;
	color:#4E5053;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.contenu_center a {
	color:#BF582F;
	font-weight:bold;
}

.contenu_center a:hover {
	color:#F4852E;
}

.contenu_center_rubrique {
	background-color:#FAFAFA;
	padding-left:10px;
	width:755px;
}

.contenu_center_rubrique td {
	line-height:16px;
}

.contenu_center h3 {
	color:#BF582F;
	margin-top:7px;
	margin-bottom:2px;
}

.contenu_center hr {
	color:#DBDBDB;
	background-color:#DBDBDB;
	height: 1px;
	border: 0;
}

.contenu_footer {
	width:788px;
	height:20px;
	background:url('images/contenu_footer.png');
	padding-top: 4px;
}

.colonne1 {
	float:left;
	position:relative;
}

.colonne1_header {
	width:220px;
	height:10px;
	background:url('images/colonne1_header.png');
}

.colonne1_center {
	width:220px;
	height:1300px;
	background:url('images/colonne1_center.png');
	background-repeat:repeat-y;
}

.colonne1_center a {
	color:white;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:19px;
}

.colonne1_center a:hover {
	color:#4E5053;
}


/*.colonne1_footer {
	width:220px;
	height:17px;
	background:url('images/colonne1_footer.png');
}*/

.colonne2 {
	width:240px;
	float:left;
	position:relative;
	margin-left:2px;
	margin-top:2px;
}

.colonne2 fieldset{
	border: 1px solid #4E5053;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	width:235px; 
	font-size:11px;
	margin: 0;
}

.colonne2 a {
	color:#BF582F;
	font-weight:bold;
}

.colonne2 a:hover {
	color:#F4852E;
}

.article {
	width:755px;
}

.titre_tuto {
	width:755px;
	color:#BF582F;
	border-bottom:1px solid #BF582F;
	font-weight:bold;
	font-size:20px;
}

.code {
	background-color:#CCCCCC;
	padding-left:10px;
	width:755px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:5px;
	padding-top:5px;
}

#search #q {
	background:#FFFFFF url(images/icones/search.png) no-repeat scroll 3px center;
	padding:2px 2px 2px 20px;
}

.button {
	background:#E3E3E3 url(/images/button.png) repeat-x scroll 0 0;
	border:1px solid #AAAAAA;
	color:#333333;
}

.button:hover {
	background:#E3E3E3 url(/images/buttonOver.png) repeat-x scroll 0 0;
	border:1px solid #888888;
	color:#000000;
}

.footer {
	padding-top:4px;
	width:100%;
	height:34px;
	background:url('images/footer.png');
	background-repeat:repeat-x;
	/*float:left;*/
	clear:both;
	text-align:center;
	color:#E77448;
	font-weight:bold;
}


