/* @group GENERAL */

* {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h5, h6 {
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

fieldset {
	border: 0;
}

h4 {
	color: #333;
}

h2 {
	padding: 20px 0;
}

h3{
	margin: 20px 0;

}

h5{
	padding-top: 5px;
	padding-bottom: 10px;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }
h4 { font-size: 0.75em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.8em; }

body {
	background: url(./motif.jpg) repeat;
	font-family: Tahoma, "Times New Roman", Times, serif;
	width: 950px;
	margin: 0 auto;
	padding: 20px 10px;
}

ul {
	list-style: none;
}

#menu-principal a, #menu-secondaire a{
	text-decoration: none;
}

a
{
	color: #AB1901;
}
a img{
	border-style:none;
}

.gras
{
	font-weight: bold;
}

/* @end */
/* @group HEADER */

#header {
	font-family: Georgia, Tahoma, "Times New Roman", Times, serif;
	height: 242px;
	position: relative;
}
#header a {
	color: #FFF;
	text-decoration: none;
}

#header h1 {
	color: #FFF;
	padding: 43px 0 0 15px;
	width: 250px;
}

#header-ateliers {
	text-transform: uppercase;
}

#header-sudden {
	padding-top: 18px;
	font-size: 2.5em;
}

#header-raymond {
	text-transform: uppercase;
	font-size: 0.6em;
}

#header p {
	color: #FFF;
	font-size: 1em;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#header ul {
	position: absolute;
	top: 0;
	right: 0;
}

#header li {
	float: left;
	margin-right: 10px;
}

#header li a {
	background: url(./bouton-haut.jpg) no-repeat;
	width: 168px;
	height: 22px;
	line-height: 24px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #FFF;
}

#container {
	background: url(./ap-menu.gif) repeat-y;
	min-height:400px;
	overflow: auto;
}

.content
{
	width: 562px;
	float: left;
	padding: 0 20px 40px 20px;
	/*padding-left: 348px;*/
}
.content p {
	padding: 5px 0px;
	line-height: 1.5em;
}

li,p{
	color:  #333;
	
}
p{
	font-size: 0.8em;
}

/* @end */
/* @group MENU PRINCIPAL */

#menu-principal {
	width: 174px;
	float: left;
}

	#menu-principal li { }

		#menu-principal a {
			height: 34px;
			line-height: 34px;
			padding-left: 14px;
			border-bottom: 1px solid #d1d1c2;
			display: block;
			font-size: 0.8em;
			text-transform: capitalize;
			color: #000;
		}
		
		#menu-principal a:hover {
			background-color: #ffffee;
			color: #ab1901;
		}

	#menu-principal li.selected { background-color: #9bab8a; }
		#menu-principal li.selected a { color: #FFF; }
		
		#menu-principal li.selected a:hover {
			background: inherit;
			text-decoration: underline;
		}

/* @end */
/* @group MENU SECONDAIRE */

#menu-secondaire {
	float: left;
	width: 174px;
	margin-top: 16px;
}

	#menu-secondaire li { }

		#menu-secondaire a {
			height: 32px;
			line-height: 32px;
			margin-left: 14px;
			background-color: #9bab8a;
			font-size: 0.7em;
			display: block;
			text-transform: capitalize;
			color: #fff;
		}
		
		#menu-secondaire a:hover { color: #333; }

	#menu-secondaire li.selected { 
		color: #333;
		padding-left: 10px;
		background: url(./fleche.gif) no-repeat 15px 55%;
	}
			#menu-secondaire li.selected a { color: #333; }
			
			#menu-secondaire li.selected a:hover {
				text-decoration: underline;
				list-style-type: disc;
				list-style-position: inside;
			}

/* @end */
/* @group FOOTER */

#footer {
background-color: #73685f;
color: #D3D3C4;
font-size: 11px;
	font-weight: normal;
	font-style: normal;
	padding: 15px;
	line-height: 14px;
	overflow: hidden;
}
#footer h3{
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0;
}
#footer a{
color: #D3D3C4;
text-decoration: underline;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer p,#footer ul {
	width: 300px;
	float: left;
}
#footer form{
	float: right;
	width: 250px;
	position: static;
}
#form-champ{
position: relative;
}
#form-button{
	position: relative;
	top: 7px;
	left: 0;
}
#footer h3{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}
#loi {
font-size: 0.7em;
}

/* @end */
