/* Start of CMSMS style sheet 'Page' */
/** MAIN **/

body {
	background: #afdefa url(uploads/design/background.png) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}

a img {
  border: 0;
}

td {
  vertical-align: top;
}

div#page {
  width: 1023px;
  margin: 0 auto;
}

/** HEADER **/

div#header {
	width: 1023px;
	height: 125px;
	/* background: transparent url(uploads/design/header.png) top left no-repeat; */
}

div#header h1 {
	display: none;
	margin: 0;
}

/** MENU **/

div#menu {
	background: transparent url(uploads/design/menu_background.png) top left no-repeat;
	margin: 0;
	padding: 0 0 0 61px;
	height: 32px;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/** TITLE **/
div#title {
	background: transparent url(uploads/design/title_background.png) top left no-repeat;
	width: 1023px;
	height: 60px;
}

/** MAIN **/ 

div#main {
	background: transparent url(uploads/design/page_background_repeat.png) 0 466px no-repeat;
	width: 1023px;
}

div#main-in {
	background: transparent url(uploads/design/page_background.png) top left no-repeat;
	padding: 10px 70px 0 70px;
}

div#main h2 {
  padding: 12px 0 0 25px;
  margin: 0;
  color: #fc8c00;
  font-family: Arial;
  font-size: 12pt;
}

div#main-title {
	position: relative;
	background: transparent url(uploads/design/main_title_background.png) top left no-repeat;
	width: 672px;
	height: 47px;
}

div#main-content {
	background: transparent url(uploads/design/main_background.png) top left repeat-y;
	width: 672px;
}

div#main-content-in {
	padding: 0 10px 0 10px;
}

div#main-footer {
	background: transparent url(uploads/design/main_footer_background.png) top left no-repeat;
	width: 672px;
	height: 7px;
}


div#main p {
	margin: 0;
}

/** MODULES **/

div#module-droite {
	float: right;
	background: transparent url(uploads/design/module_form.png) top left no-repeat;
	width: 203px;
	height: 392px;
}

div#module-form {
	padding: 115px 5px 0 10px;
}


/** FOOTER **/
div#footer {
  clear: right;
  position: relative;
	background: transparent url(uploads/design/footer_background.png) top left no-repeat;
	width: 1023px;
	height: 26px;
}

div#footer div#footer-copyright {
  position: absolute;
  top: 15px;
  left: 75px;
  color: #fff;
  font-size: 0.8em;
}

div#footer div#footer-liens {
  position: absolute;
  left: 840px;
  top: 15px;
  font-size: 0.8em;
}

div#footer div#footer-liens a {
  color: #fff;
  text-decoration: none;
}

div#footer div#footer-liens a:hover {
  text-decoration: underline;
}

#ombre {
  margin-top: 25px;
  background: transparent url(uploads/design/ombre.png) top left no-repeat;
  width: 1023px;
  height: 67px;
}
/* End of 'Page' */

