body {
    margin: 0;
    padding: 0;
    background: #FFF url(../images/img01.gif) repeat-x;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 136%;
}

h2 {
	 font-size: 100%;
    margin: 0;
}

h3 {
    font-size: 100%;
}

p {
}

blockquote {
    font-style: italic;
}

a {
    color: #1777B1;
}

a:hover {
    text-decoration: none;
}

hr {
    display: none;
}

img.left {
    float: left;
    margin: 5px 15px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
}
/* header */
#header {
    width: 780px;
    height: 130px;
    margin: 0 auto;
    padding-top: 20px;
}

#logo {
    float: right;
    width: 300px;
    height: 120px;
}

#logo img{
		border: 0;
}

#logo h1 {
    margin: 0;
    padding-top: 50px;
    text-transform: lowercase;
    font-size: 48px;
    line-height: 60px;
}

#logo_link {
    margin: 0 0 0 50px;
    text-transform: uppercase;
    text-align: right;
    font-size: 10px;
    line-height: 10px;
}

#logo a {
    text-decoration: none;
    color: #7F7772;
}

#logo a:hover {
    color: #000;
}
/* Page */
#page {
    width: 800px;
    margin: 0 auto;
}
#page .simpleContent{
	border:5px solid #EEE;
	padding:5px;
	background-color:#EEE;
	color:black;
	width:650px;
}

/* Content */
#content {
    float: left;
    width: 425px;
    margin-bottom: 100px;
}

#content .choice {
    margin: 10px;
}

#content .top {
    height: 12px;
    background: url("../images/desc_top.png") no-repeat bottom;
}

#content .content {
    background: url("../images/desc_body.png") repeat-y;
    padding-left: 5px;
    padding: 10px;
    height: 182px;
}

#content .foot {
    height: 18px;
    background: url("../images/desc_footer.png") no-repeat top;
}

#content h1.title {
    margin-bottom: 25px;
    padding-left: 5px;
}

#content h2.title {
    margin-bottom: 25px;
    padding-left: 5px;
    border-left: 15px solid #D15600;
    text-transform: lowercase;
    color: #7F7772;
}

#content .title span {
    color: #000;
}

.twocols {
    padding-top: 20px;
    border-top: 1px solid #CCC;
}

.twocols .col1 {
    float: left;
    width: 180px;
}

.twocols .col2 {
    float: right;
    width: 180px;
    padding-left: 10px;
    border-left: 1px solid #EFEFEF;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list li {
    padding: 5px 10px;
    border-top: 1px solid #EFEFEF;
}

.list li.first {
    border: none;
}

#sidebar {
    float: right;
    width: 300px;
}

#sidebar .top {
    background: url("../images/news_top.png") no-repeat bottom left;
    height: 9px;
}

#sidebar .foot {
    background: url("../images/news_foot.png") no-repeat top left;
    height: 17px;
}

#sidebar .content {
    background: url("../images/news_body.png") repeat-y;
    width: 194px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar h2 span {
    color: #FF0084;
}

#sidebar p {
    padding-right: 15px;
    color: #FFF;
}

#sidebar a {
    text-decoration: none;
    color: #FFF;
}

#sidebar a:hover {
    text-decoration: underline;
}

#news {
    background: url("../images/news_body.png") repeat-y;
}

#news ul {
    line-height: normal;
}

#news li {
    padding: 10px;
}

#news li .content {
    padding: 10px;
    background: url("../images/actu_content.png") repeat-y;
}

#news li .top {
    background: url("../images/actu_top.png") no-repeat;
    height: auto;
}

#news li .foot {
    background: url("../images/actu_footer.png") no-repeat;
    height: 10px;
}

#news h2 {
	width:120px;
    color: #FFF;
    padding: 5px 10px;
    border-bottom: 1px solid #CCC;
}

#news h3 {
    margin: 0;
    font-size: 85%;
}

#news h3 span {
    padding: 0 5px;
    color: #FFF;
}

#news p {
    font-size: 10px;
    margin: 0;
    padding-left: 10px;
    line-height: normal;
}