/*
	Author	:	Christopher Robinson
	Email		:	christopher@edg3.co.uk
	Website	:	http://www.edg3.co.uk/
*/
* {
	margin:0;
	padding:0;
}

img {
    border:0;
}

/* general */

a {
	color:#de5201;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

.left {
	float:left;
	margin:0 10px 0 0;
}

.right {
	float:right;
	margin:0 0 0 10px;
}

span.puremailing {
    font-weight:    bold;
    font-style:     italic;
}

h1 {
	border-bottom:2px solid #dbdd79;
	color:#de5201;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
    margin-bottom: 10px;
}

/* body */
body {
	background: #fff url('../images/orangepix.png') repeat-x top;
	color:      #666;
	font:       0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background: url('../images/banner.jpg');
	height:     326px;
	margin:     0 auto;
	position:   relative;
	width:      841px;
}
#header:after {
	clear:      both;
	content:    '.';
	display:    block;
	height:     0;
	visibility: hidden;
}

#header ul {
	list-style:     none;
	position:       absolute;
	top:            100px;
    margin-left:    85px;
}

#header ul li {
	list-style:     none;
}

#header ul li a {
	color:          #fff;
	display:        block;
	font-size:      1.2em;
	font-weight:    700;
	height:         20px;
	padding:        10px;
	width:          190px;
}

#header ul li a:hover {
	background:     #f49d61;
	color:          #eee;
	text-decoration:none;
}

#logo {
    margin-top: 30px;
}

/* content */
#content {
	height:         auto;
	margin:         0 auto;
	width:          841px;
}
#content:after {
	clear:          both;
	content:        '.';
	display:        block;
	height:         0;
	visibility:     hidden;
}

#tarifs {
    border:         2px solid #de5201;
    margin:         0px auto 20px auto;
}

#tarifs tr {
    height:         30px;
}

#tarifs td {
    padding:        2px;
}

#tarifs thead {
    background-color:   #de5201;
    color:              #ffffff;
    font-weight:        bold;
}

#tarifs tr.odd {
    background-color:   #ffffff;
}

#tarifs tr.even {
    background-color:   #dbdd79;
}

/* sidebar */
#sidebar {
	float:          right;
	width:          210px;
    line-height:    20px;
}

#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #b484da;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:          right;
	width:          520px;
    line-height:    20px;
    margin-right:   10px;
    margin-left:    20px;
    text-align:     justify;
}
#main p {
	color:#555;
	line-height:20px;
	padding:10px;
}

#main ul {
    margin: 10px;
}
ul.features li {
    margin-left:    30px;
}
#main span.legend {
    font-size:      9px;
    padding:        10px;

}

/* footer */
#footer {
	margin:     10px auto;
	width:      770px;
	padding-left: 5em;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #dbdd79;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

/* forms */

label {
	width:			16em;
	float:			left;
	text-align:		right;
    padding-right:  5px;
    font-weight:    bold;
}

form {
	background:     #f1f1f1;
    border:         1px solid #e6e6e6;
	color:          #555;
	display:        block;
	font-size:      90%;
	margin:         10px 0;
	padding:        10px;
    padding-bottom: 30px;
}

input, textarea, select {
    border:         1px solid #de5201;
}

#inscription {
    width:      80%;
}

#inscription tr {
    height:    30px;
}

#contactform {
    width:      60%;
}

#error {
    color:          red;
    font-weight:    bold;
}

ul.errorlist li {
    float:          right;
    list-style:     none;
    padding-top:    10px;

    color:          red;
    font-weight:    bold;
}
