/* reset CSS */
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: none; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* fin reset CSS */

p.grey{background-color:#ccc;
padding:10px 5px;
border:1px solid #333;
margin-bottom:30px;
}
	p.grey a{color:#333;}
	p.grey a:hover{color:#ff0000;}

p.red{background-color:#cc0000;
padding:10px 5px;
border:1px solid #333;
margin-bottom:30px;
color:#fff;
}
	p.red a{color:#333;}

p.green{background-color:#00af23;
padding:10px 5px;
border:1px solid #333;
margin-bottom:30px;
color:#fff;
}
	p.green a{color:#333;}

ul.positionnement li{
border-bottom:1px solid #ccc;
padding:6px 0;
cursor:move;
}

ul.positionnement li:hover{
background-color:#aa0010;
color:#fff;
font-weight:bold;
}
	
html, body{
	font-family: Arial, Helvetica, sans-serif;
	background: #e3dfd4;
}

/*
#centre input[type=text], #centre input[type=file]{
	border: 1px solid #CCC;
	padding: 2px;
	width: 98%;
}


#centre input[type=submit], #centre input[type=button]  {
	border: 1px solid #332e35;
	background-color: grey;
	color: white;
	padding: 2px;
	font-size: 12px;
	padding: 5px 20px 5px 20px;
}

#centre select{
	width: 100%;
	border: 1px solid #332e35;
	background-color: grey;
	color: white;
	padding: 2px;
	font-size: 12px;
}

#centre input[type=submit]:hover, #centre input[type=button]:hover{
	background-color: #999;
	color: #fff;
}

#centre input.selected{
	background-color: grey;	color: white;
}
*/

a{ color: #a10940; text-decoration: none; }
a:hover{ color: #a10940; text-decoration:underline;}

#header{
	border-bottom: 1px solid #a10940;
}

#page{
	font-size:70%;
	width: 1024px;
	margin: 0px auto 0px auto;
	border: 1px solid #a10940;
	
	background-color: grey;
	background: #332e2e;
}

#centre{
	width: 753px;	
	padding: 20px;
	background: #FFF;
	min-height: 600px;
	
}

#centre fieldset{
	border: 1px solid #333;
	background-color: white;
	padding: 5px 10px 10px 13px;
	margin-bottom: 20px;
}

#centre legend{
	margin-left: 13px;	
	font-size: 12px;
	font-weight: bold;
}

#centre .table{
	margin: 0px auto 0px auto;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#centre .table tr:hover{
	background-color:#cfb4b9;	
}
#centre .table td{
	width: 300px;	
}

#centre .table td{
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #c4c4c4;	
}
#centre .table td a{
color:#332e2e;
/*text-decoration:underline;*/
}

#centre .table .texte{
	padding-left: 80px;
}

#centre .table .bas{
	border: none;	
}


#centreComplet{
	width: 1024px;
background-color: #932138;
}

#connexion{
	padding: 10px 0px 10px 0px;
	font-size:11px;
	background-color: #d8d2c2;
	color:  #932138;
	width: 1024px;
	text-align: center;
}

#connexion strong{
	font-size: 11px;	
}

#connexion input{
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	border:1px solid #858585;
	padding:1px 2px;
	height:15px;
	font-size:90%;
	color:#302E2F;
}

#connexion .submit{
	background-color: #666;
	color: white;
	font-weight: bold;	
	margin-left: 10px;
	height: 19px;
	position: relative;
	top: 2px;
}

#sidebar{
	float: right;	
	width: 230px;
	min-height: 100px;
	color: #900;
}

#sidebar ul li{	
	list-style: none;
}

#sidebar .titre{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid grey;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	background: #332e2e;
	cursor: pointer;
}

#sidebar .titre:hover{
	background-color:#fff;
	color: #a10940;
}
#sidebar .select2{
	background-color:#fff;
	color: #a10940;
}
#sidebar .select2 a{
	background-color:#fff;
	color: #a10940;
}

#centre .titre{
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid grey;
	color: #fff;
	font-weight:bold;
	font-size: 12px;
	background: #a10940;
	cursor: pointer;
}

#centre .titre:hover{
	background:#efefef;
	color: #a10940;
}

#sidebar li.selected{
	background: transparent url(../images/triangle-rouge.jpg) no-repeat 10px center;
	padding: 5px 0px 5px 25px;
	background-color: #ffffff;
	
	border-bottom: 1px solid #d8d2c2;
	color: #000;
}

#sidebar a{
	color: white;
	display: block;
}

#sidebar a:hover{
	color: #a10940;
}

#sidebar a:selected{
	color: #a10940;
}

#sidebar ul li ul li a{
	background:#a10940 url(../images/triangle-blanc.jpg) no-repeat 10px center;
	padding: 5px 0px 5px 25px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}

#sidebar ul li ul li a:hover{
	background: #fff url(../images/triangle-rouge.jpg) no-repeat 10px center;
	
	color: #a10940;
}

#sidebar ul li ul li a.selected{
	background: #fff url(../images/triangle-rouge.jpg) no-repeat 10px center;
	
	color: #a10940;
}

#sidebar .last{
	border-bottom: 1px solid grey;
}

#sidebar h4{
	margin: 20px 0px 2px 10px;
	color: white;
	border-bottom: 1px solid white;	
}

#sidebar #infos{
	margin-left: 10px;
	color: white;
}

#clear{
	clear: both;	
}

#footer{
	padding-top: 4px;
	height: 17px;
	background: #332e2e;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #FFF;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#alerte{
	border: 2px solid #C00;
	padding: 5px;
	background-color: #900000;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

.noborder {
	border: none;
}

.droite{
	float: right;
}

.editeur{
	width: 83%;
	margin: auto;	
}

#noborder tr td{
	border: none;	
}

#noborder tr td input{
	width: 400px;
	border: 1px solid #332e35;
}

.input{
	border: 1px solid #332e35;
	background-color: white;
	width: 100%;
	color: black;
	padding: 2px;
	font-size: 12px;
}