/* Eléments HTML en général
-------------------------------------------------------- */
@import url(style_editeur.css);
*{
	padding: 0;
	margin: 0;
}
body{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	color: #515053;
	text-align: center;
}
h1, h2, h3, h4{
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 0;
}
h1{
	font-size: 20px;
	margin-bottom: 15px;
	text-align: right;
	text-transform: uppercase;
	color: #b60002;
	position: relative;
	top: -8px;
}
h2{
	font-size: 17px;
	margin-top: 15px;
	color: #666699;
}
h3{
	font-size: 15px;
}
h4{
	font-size: 13px;
	margin: 10px 0 0 0;
	color: #666699;
}
h5{
	font-size: 11px;
	margin-left: 10px;
	font-style: italic;
}
img {
	border: 0
}
a{
	color: #ce0005;
}
a:hover{
	color: #666699;
	text-decoration: none;
}
fieldset{
	width: 520px;
	margin: 10px 0 15px 40px;
	padding: 5px;
	border: 1px solid #9e9e9e;
}
legend{
	font-weight: bold;
	color: #666699;
	padding: 0 5px;
}
legend span{
	color: #212121;
	font-weight: normal;
	font-style: italic;
}
label{
	width: 100px;
	display: block;
	font-size: 11px;
	float: left;
}
input, textarea, select{
	font: 11px Arial, sans-serif;
	letter-spacing: 1px;
	color: #313131;
}
input{
	width: 176px;
}
textarea{
	width: 280px;
	font: 11px "Trebuchet MS", sans-serif;
	height: 140px;
	padding: 10px;
}
select{
	width: 180px;
}
table{
	width: 620px;
	border: none;
	font-variant: small-caps;
	margin-left: 25px;
	color: #111111;
	letter-spacing: 1px;
}
th{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	
}
td{
	padding: 3px 15px;
	border-bottom: 1px solid #cccccc;
}

/* Eléments Structure
-------------------------------------------------------- */
/*
1. div "general" 
	1.1. div "header" (logo)
	1.2. div "center"
		a. chemin
		b. principal
			b.1. menu
			b.2. contenu
	1.3. div "footer" 
*/
#general{
	width: 894px;
	margin: 25px auto;
	background-color: #ffffff;
}
#header{
	height: 95px;
}
#center{
	width: 894px;
}
#footer{
	height: 25px;
	border-top: 1px solid #ce0005;
	margin-top: 10px;
	clear: left;
}

/* Eléments div "chemin"
-------------------------------------------------------- */
#chemin{
	width: 878px;
	height: 15px;
	padding: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ce0005;	
}
#chemin span{
	font-weight: bold;
}

/* Eléments div "principal"
-------------------------------------------------------- */
#principal{
	width: 894px;
	margin-bottom: 5px;
	text-align: left;
	background: #ffffff url(images/bg_principal.jpg) repeat-y;
	float: left;
}

/* Eléments div "menu"
-------------------------------------------------------- */
#menu{
	width: 180px;
	float: left;
}
#navigation {
	width: 180px;
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	list-style: none;	
	color: #ffffff;
	line-height: 20px;
}
#navigation a{
	display: block;
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #cecece;
}
.toggleSubMenu a {
	background: url(images/voir.gif) 95% 50% no-repeat;
}
.open a {
	background: url(images/cacher.gif) 95% 50% no-repeat;
}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
}
#navigation .subMenu {
	background-color: #ffffff;
	font-size: .9em;
	list-style: none;
	border-bottom: 1px solid #666666;
}
#navigation ul.subMenu a {
	background: none;
	color: #515053;
	padding: 3px 20px;
}
#navigation .selected{
	background-color: #b60002;
	color: #ffffff;
}
#navigation ul.subMenu .sselected{
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #b60002;
}

/* Eléments div "contenu"
-------------------------------------------------------- */
#contenu{
	width: 664px;
	margin: 20px;
	float: left;
}
#contenu p{
	margin: 0;
	padding: 5px 5px 3px 10px;
	line-height: 18px;
}
#contenu ul{
	margin-left: 30px;
	padding: 5px;
	line-height: 18px;
}
#contenu li{
	font-size: 12px;
}

/* Eléments témoignages
-------------------------------------------------------- */
.case{
	margin: 20px;
}
.case p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #414141;
	display: inline;
}
.guillG, .guillD{
	display: inline;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 4px;
	color: #ce0005;
}
.guillG{
	position: relative;
	left: 7px;
}
.guillD{
	position: relative;
	right: 5px;
}

/* Eléments "contact"
-------------------------------------------------------- */
.erreur{
	color: #ce0005;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.erreurTexte{
	color: #ce0005;
	font: bold 11px "Trebuchet MS", Helvetica, sans-serif;
}
.button{
	width: 65px;
	font-weight: bold;
	color: #515151;
	margin-right: 10px;
	float: right;
}

/* Eléments div "footer"
-------------------------------------------------------- */
#footer p{
	font: 9px Verdana, Arial, sans-serif;
	margin-top: 5px;
	text-align: center;
}

/* Eléments Joker
-------------------------------------------------------- */
.imgLeft{
	float: left;
	margin: 0 15px 0 0;
	padding: 4px;
	border: 1px outset #cccccc;
}
.imgRight{
	float: right;
	margin: 0 0 0 15px;
	padding: 4px;
	border: 1px outset #cccccc;	
}
.middle{
	position: relative;
	top: 65px;
}
.middle2{
	position: relative;
	top: -80px;
}
/*.selection, .selection2{
font-style:italic;
text-decoration: none;
color: #000000;
}*/
