/* Start of CMSMS style sheet 'wa : CSS' */
* {
	margin:0;
	padding:0;
}
body {
	text-align: justify;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
div {
	font-size: 1em;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #44a4da;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #44a4da;
}
a:hover {
	text-decoration: none;
	color: #ff9902;
}
/*** basic layout ***/

body {
	background: #fff url(uploads/wa/bg-body.png) repeat-x;
	color: #555;
	margin: 0;
}
div#pagewrapper {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	width: 750px;
	color: #333;
}
/*** header ***/

div#header {
	height: 112px;
	background: url(uploads/wa/header.png) no-repeat;
	padding: 0;
}
div#header h1 a {
	background: url(uploads/wa/logor.png) no-repeat;
	width: 179px;
	height: 34px;
	float: right;
	display: block;
	margin-top: 40px;
	margin-right: 0;
	text-indent: -999em;
	text-decoration:none;
}
div#header h1 a:hover {
}
div#slogan {
	width: 276px;
	height: 27px;
	background: url(uploads/wa/slogan.png) no-repeat;
	text-indent: -999em;
	float: left;
	margin-top: 45px;
	margin-left: 0;
}
/*** content ***/

div#main {
	width: 750px;
}
div#content {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #dcdcdc;
}
div#intro {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
div#left-intro {
	width: 350px;
	color: #333;
	border: 1px solid #dcdcdc;
	float: left;
	margin-left: 0;
	padding: 0;
}
div#left-intro p {
	font-size: 1em;
	margin: 0;
	line-height:1.4em;
	padding: 5px;
}
div#right-intro {
	width: 350px;
	height: 158px;
	color: #333;
	border: 1px solid #dcdcdc;
	float: right;
	margin-right: 0;
	padding: 0;
}
div#works {
	width: 718px;
	height: 200px;
	background: #fff url(uploads/wa/works.png) no-repeat;
	border: 1px solid #dcdcdc;
	color: #fff;
	margin: auto;
	padding-left: 10px;
}
div.work {
	width: 218px;
	height: 40px;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #fff;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}
div.work:hover {
	background: #b5b5b5;
	border: 1px solid #fff;
}
div.contenu {
	width: 470px;
	float: left;
	margin-top: 0;
	margin-left: 0;
}
div#sidebar {
	width: 240px;
	height: 410px;
	background: url(uploads/wa/sidebar.png) no-repeat;
	border: 1px solid #dcdcdc;
	float: right;
	margin-right: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.work-sidebar {
	width: 218px;
	height: 40px;
	padding: 5px;
	background: #f1f1f1;
	border: 1px solid #fff;
	float: left;
	margin-left: 0;
	margin-top: 9px;
}
div.work-sidebar:hover {
	background: #b5b5b5;
	border: 1px solid #fff;
}
/*** footer ***/

div#footer {
	height: 61px;
	clear:both;
	color: #fff;
	background: url(uploads/wa/footer.png) repeat-x;
	margin-bottom: 20px;
}
div#footer p {
	font-size: 0.8em;
	padding: 0.8em;
	text-align: center;
	margin:0;
}
div#footer p a {
	color: #fff;
}
div#footer p a:hover {
	color: #fff;
	text-decoration: underline;
}
div.hr {
	height: 1px;
	margin: 1em;
	border-bottom: 1px dotted black;
}
/*** CONTENT STYLING ***/

/* HEADINGS */

div#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
h2 {
	color: #666;
	background: url(uploads/wa/h2.png) repeat-x;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
}
div#content h3 {
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 0.8em 0 1.2em 0;
}
div#content h4 {
	color: #555;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 1.5px;
	line-height: 1.3em;
	margin: 0.3em 0 0.25em 0;
}
div#content h5 {
	color: #3a6bac;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 1px;
	margin: 0.8em 0 0.5em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
	font-size: 1em;
	margin: 1em 1em 1.5em 1em;
	line-height:1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
/* END TEXT */

/* LISTS */
div#main ul, div#main ol, div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li, div#main ol li {
	margin: 0 0 0.25em 4.2em;
	list-style-image: url(uploads/wa/li.png);
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* END LISTS */

/* End of 'wa : CSS' */

