@import url("undohtml.css");


/*
---------------------------------------------------------------------------------
Couleurs
---------------------------------------------------------------------------------
beige= #fffeef
rouge= #ff0033
---------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------
*/

body{
	background: #000000 url(../img/back.gif) repeat left top;
	font: 10pt/14pt Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p{
	margin: 5px 10px 10px;
}

h1{
	padding: 5px 0 0 10px;
	font-size: 14pt;
	color: #FFFEEF;
	font-weight: normal;
	border-bottom: 1px solid #FFFFFF;
}

h2{
	margin: 5px 10px 10px;
	font-size: 12pt;
}

h3{margin: 5px 10px 10px;}

a:link, a:visited{
	color: #ff0033;
}

a:hover{
	text-decoration: underline;
}

ul, table{
	margin: 5px 10px;
}

li{}

/*
---------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------
*/

#wrapper {
	margin: 0px auto;
	width: 770px;
}

#header {
	background: url(../img/top_back.gif) no-repeat center top;
	height: 110px;
	width: 770px;
	float:left;
	margin-bottom: 15px;
}

.maincontent {
	float: left;
	width: 550px;
	margin: 0 15px 10px 5px;
}

.maincontent div{
	background: #fffeef;
	padding-bottom:5px
}


.maincontent iframe {
    margin: 10px;
    clear:both;
}

.maincontent div p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maincontent div img {
	margin:0 10px 10px 0;
}

.maincontent ul li {
    margin-bottom: 10px;
}

p.dittoDate {
	font-size: 9pt;
	background: transparent url(/assets/templates/comics/img/bullet_arrow.png) no-repeat scroll left 2px;
	padding:0pt 0pt 0pt 20px;
}

.sidebar {
	float: left;
	width: 195px;
	margin-right: 5px;
	background: #fffeef;
	padding-bottom: 10px;
}
.sidebar p {
	font: 10pt/14pt Verdana, Arial, Helvetica, sans-serif;
}
.partenaires {
	text-align:center;
}
.partenaires img {
	margin: 10px;
}
#logo {
	float: left;
	padding-left: 14px;
}

#footer {
	float: left;
	width: 770px;
	background: #000000;
	color: #FFFFFF;
	margin-top: 15px;
}

ul.comics {
    list-style-image: url(/assets/templates/comics/img/face-small.jpg);
	padding-left:30px;
	margin-bottom:10px;
}

p.msg {
    border:1px solid #ff0000;
    padding:10px 20px;
    margin-bottom:10px;
}

/*
---------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------
*/

.topnav {
	float:left;
	margin: 0px;
	
}

.topnav li{
	float:left;
	padding: 0px;
	margin-left: 17px;
	
}

.topnav a{
	float:left;
	display: block;
	background: url(../img/top_nav.gif) no-repeat left top;
	height: 34px;
	width: 79px;
	padding-top: 62px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.topnav a:hover{
	margin-top: 10px;
}

.topnav li.active a{
	margin-top: 10px;
}

.topnav .last a{
	background: url(../img/top_nav_last.gif) no-repeat left top;
	width: 82px;

}

.ditto_pages {
text-align:center;
}

.ditto_currentpage {
margin:0 5px;
}

.ditto_page {
margin:0 5px;
}

/*
---------------------------------------------------------------------------------
Typo
---------------------------------------------------------------------------------
*/

.maincontent h1{
	background: url(../img/header_back_left.gif);
	height: 24px;
	width: 540px;
}

.sidebar h1{
	background: url(../img/header_back_right.gif);
	height: 24px;
	width: 185px;
}

#footer p{
	margin: 10px;
	font-size: 9pt;
}

.newsletter {
	background: url(../img/newsletter.gif) no-repeat 10px top;
	padding: 0;
	margin: 0;
	text-indent: -3000em;
	height: 40px;
}


/*
---------------------------------------------------------------------------------
Forms
---------------------------------------------------------------------------------
*/

form{
	padding: 0 10px;
	margin: 0;
}

label{
	color:#ff0033;
}

input, textarea {
	margin: 0 0 5px 0;
	padding: 2px;
	border: 1px solid #999999;
}

.button {
	background: url(../img/header_back_right.gif) center top;
	color: #FFFFFF;
	border: none;
}

legend {
	font-weight: bold;
	border: none;
}

input.radio {
    display:inline;
    border:0;
}
label.radio {
	line-height:1;
	vertical-align:top;
}
input#email {
display:block;
}

/*
---------------------------------------------------------------------------------
ClearFix
---------------------------------------------------------------------------------
*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
