/* CSS par dig^^ pour http://www.kits-gratuits.net/ */

* { margin:0;padding:0; }

body {
	background-color:white;
	font:normal 0.8em "Trebuchet MS", Verdana, Tahoma, Sans-serif;
	color:#828282;
}

#page {
	width:770px;
	margin:15px auto;
    /*border-style:dotted;
    border:1px;*/
    padding:20px;
}

p { text-align:justify; }

h1 {
	background:url(Front_Office/images/CHR_Logo.jpg) top left no-repeat;
	text-indent:-9000px;
	width:500px;
	height:37px;
}

abbr, acronym { border:0; }

em { color:#FF7200;font-style:normal; }

p#slogan {

	width:600px;
	text-align:left;
	padding-left:0px;
	height:25px;
}

ul#menu {
	list-style-type:none;
	width:582px;
	text-align:center;
	height:15px;
	float:right;
}

ul#menu li {
	display:inline;
}

ul#menu a {
	display:block;
	float:left;
	width:100px;
	height:100%;
	color:#000000;
	text-decoration:none;
	border-right:1px solid #BABABA;
}

ul#menu a:hover {
	display:block;
	float:left;
	width:100px;
	height:100%;
	color:#FE7A10;
	text-decoration:none;
	border-right:1px solid #BABABA;
}

#header {
	background:url(Front_Office/images/interface/Header-CHR-2.gif) top left no-repeat;
	width:770px;
	height:216px;
	margin-top:20px;
	padding-top:25px;
	padding-left:35px;
}

#header h2 {
	color:#8A8A8A;
	font:bold 1.4em "Trebuchet MS", Sans-serif;
	background:url(Front_Office/images/interface/puce_titre.png) left no-repeat;
	height:20px;
	text-indent:25px;
}

#header h2 span {
	color:#9D9D9C;
}

#header ul { list-style-type:none; }

#header li {
	padding-left:15px;
}

#header p { padding:5px 20px; }

#header a { color:#FF7200;text-decoration:none; }

#gauche {
	width:240px;
	float:left;
}

#gauche h2 {
	background:url(Front_Office/images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#gauche h2 span { color:#BFBFBF; }

#gauche form {
	width:156px;
	margin-left:10px;
}

#gauche form fieldset { border:0; }

#gauche form input, #gauche form textarea { border:1px solid #BABABA; }

#droite {
	width:500px;
	float:left;
	margin:-65px 0 0 25px;
}

#droite h2 {
	background:url(Front_Office/images/interface/bas_titre.png) bottom left no-repeat;
	color:#8A8A8A;
	font:bold 1.5em "Trebuchet MS", Sans-serif;
	border-left:4px solid #FE7A10;
	text-indent:5px;
	margin:5px 0;
}

#droite h2 span { color:#BFBFBF; }

#footer {
	clear:both;
	height:60px;
	background:url(Front_Office/images/footer.jpg) no-repeat;
	text-align:center;
	font-size:11px;
}
#footer #ftlink {
	padding-top:70px;
}
#ftlink, #copyright {
	padding-bottom:8px;
}
#copyright a {color:#000000}
#copyright a:hover {
 text-decoration: underline;
 }
#ftlink, #ftlink a {
	color:#ef9e06;
}
#ftlink  a:hover {
	text-decoration: underline;
	color:#9D6F4F;
}