/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	text-align:right;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 113px;
	margin: 0 auto;
	background: url(images/hautpromo.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images/img04.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images/img05.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images/img06.gif) no-repeat left center;
}

/* Menu */
.menu {width:700px; height:38px; background-image:url(images/menu.jpg); background-repeat:no-repeat;margin-left:auto;margin-right:auto; background-color:#f1f1f1;}
.menu div.btng {width:120px; height:38px; background-image:url(images/btng.jpg); text-align:center;margin-left:20px; float:left;}
* html .menu div.btng {margin-left:10px;}
.menu div.btnc {width:125px; height:38px; background-image:url(images/btn.jpg); text-align:center; float:left;}
.menu div.btnd {width:120px; height:38px; background-image:url(images/btnd.jpg); text-align:center;float:left;}
.menu div.menufin {width:20px; height:38px; background-image:url(images/menud.jpg);float:left;}
.menu div a {line-height:38px;text-transform: uppercase;font-weight:bold;font-size: 12px;color:#3a3c6c;text-align:center;font-family:Tahoma;text-decoration:none;}
.menu div a:hover {color:#696969;text-decoration: underline overline;
}


/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#f1f1f1;
}

/* Content > Main */

#main {
	float: left;
	width: 480px;
}

/* Content > Main > Example */

/* Content > Main > Welcome */

/* Content > Sidebar */


/* Content > Sidebar > Login */


/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	border-top: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	font-size: x-small;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

