body {
margin: 0px;
background-color: #EEEEEE;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 125%;
color: #000000;
}

a {
text-decoration:none;
color: #3333AA;
}
a:hover {
text-decoration:underline overline;
color: #000066;
}
a:visited {
color: #8833AA;
}

.souligne {
text-decoration: underline;
}

.centre {
text-align: center;
margin-left: auto;
margin-right: auto;
}

table {
border-width: 0px;
border-style: none;
padding: 0px;
margin: 0px;
}

td {
padding: 0px;
text-align:left;
}

img {
border: 0px;
}

#header {
background-image: url("images/header.jpg");
background-repeat: no-repeat;
background-position: center;
background-color: #BBBCFF;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
height: 125px;
width: 780px; /*  780 - padding */
padding: 0px;
margin-left: auto;
margin-right: auto;
}

#content_page {
text-align: left;
background-color: #E5E5FF;
padding: 10px;
margin-right: 0px;
border-left: 1px dashed #CCCCCC;
border-right: 1px dashed #CCCCCC;
width: 760px; /*  780 - padding */
margin-left: auto;
margin-right: auto;
}

#footer_copyright {
text-align:center;
color: #666666;
background-color: #DDDDDD;
border: 1px dashed #666666;
padding: 5px;
width: 770px; /*  780 - padding */
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}

input, textarea, select {
color : #0000AA;
border-color : #0000AA;
background-color : #E5E5FF;
}
input:hover, textarea:hover, select:hover {
background-color : #FFFFFF;
}
.button {
background-color : #CCCCFF;
}

.parttitre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #000088;
background-color:#9999AA;
background-image: url(forum/images/cellpic1.gif);
border: #0000AA;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
padding: 3px;
height: 25px;
text-align: center;
}

.partcell {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #EFEFFF;
border: #0000AA;
border-style: solid;
border-left-width: 1px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
vertical-align: top;
padding: 3px;
text-align: center;
}


/** PUB BWIN **/
.awepub{
	width: 200px;
	border: 1px solid #ddd;
	margin: 5px auto;
	padding: 5px;
}
.awepub span{
	display: block;
	overflow: hidden;
}
.awepub span.awepub_url{
	color: green;
	display: block;
}
.awepub span.awepub_description{
	color: #444;
	font-style: italic;
}
