* {
	margin: 0;
	padding: 0;
}
body {
	background: #6C1400 url(images/bgbody02.gif) repeat-y center top;
	font: normal 0.7em "trebuchet MS", sans-serif;
}
h1 {
	color: #444;
	font: normal 2em "trebuchet MS", sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode", serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS", serif;
	margin: 6px 0;
	padding-left: 28px;
}

/************************************* structure *******************************************/
.main {
	width: 1000px; /* 680px*/
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 11px;
	padding-left: 5px;
	width: 295px; 
}
.main_right {
	border-top: 6px solid #FFF;
	float: right;
	width: 689px; 
	margin-right: 5px;
	margin-bottom: 20px;
	padding-top: 5px;
}
.footer {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.off {
	display:none;
}
.on {
	display:block;
}
/************************************* structure *******************************************/

/************************************* content *******************************************/
.content {
	color: #444;
	line-height: 1.3em;
	padding-right:10px;
	padding-bottom: 10px;
	margin-top: 5px;
}
.content a {
	color: #FD1C24;
	text-decoration: none;
}
.content a:hover {
	background-color: #F3F3F3;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
/************************************* content *******************************************/

/************************************* right column *******************************************/
.main_right h1 {
	margin: 0;
	paddng: 0;
}
.main_right h1 {
	padding: 0;
	margin: 0;
}
.main_right p {
	padding: 0;
	margin: 0;
}
/************************************* right column *******************************************/

/************************************* image in the header *******************************************/
.header {
	padding-top: 19px;
	padding-left: 300px;
}
/************************************* image in the header *******************************************/

/************************************* content classes *******************************************/
.frontIndex {
	color: #444; /* #444 */
	text-decoration: none;
}
.frontIndex:hover {
	background-color: #F3F3F3;
	font-weight: bold;
}
.frontIndex02 {
	color: #FD1C24; /* #444 */
	text-decoration: none;
}
.frontIndex02:hover {
	background-color: #F3F3F3;
	font-weight: bold;
}
.imgConcours {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 5px;
}
.ajouts {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}
.ajouts a {
	color: #FD1C24;
	font-weight:bold;
	line-height: 2em;
	text-transform: uppercase;
}
.contact {
	text-decoration: underline;
	color: #fd1c24;
}
.mediaPhoto {
	width: 500px;
	height: auto;
	margin-top: 10px;
}
.imgContact {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	height: auto;
}
.imgFlyer {
	width: 400px;
	height: auto;
}
.newsletterTitle {
	font-size: 3em;
	padding-left: 10px;
}
.newsletterSubTitle {
	font-size: 1.2em;
	padding-left: 10px;
}
/************************************* content classes *******************************************/

/******************************** forms ********************************************************/
.formElement label {
	float: left;
}
.formElement input {
	float: left;
	margin-left: 150px;
}
.formElement textarea {
	float: left;
}
.formElement select {
	float: left;
}
.formElement {
	width: 475px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
/******************************** forms ********************************************************/

/******************************* footer *******************************************************/
.footer {
	background-color: #FFFFFF;
	color: #CCCCCC; /**/
	clear: both;
	margin-top: 5px;
}
.footer .right {
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	margin-right: 5px;
	width: 689px;
}
.footer .right {
	margin-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 689px;
}
/******************************* footer *******************************************************/

/******************************** header of right section ****************************************/
.sectionHead {
	width: 295px; 
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.8em;
}
.sectionHead .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px trebuchet MS;
	color: white;
	background: black url(images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
/******************************** header of right section ****************************************/

/******************************** Accordeon ****************************************************/
.arrowlistmenu {
	width: 295px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px trebuchet MS;
	color: white;
	background: black url(images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar-active.png);
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #fd1c24;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}
.arrowlistmenu ul li a:visited {
	color: #fd1c24;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}
/******************************** Accordeon ****************************************************/

/************************************* unknown *******************************************/
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}
/************************************* unknown *******************************************/