
* {
	margin:0;
	padding:0;
}

a:link{
  color: #490000;
  text-decoration: none;
}

a:visited {
  color: #490000;
  text-decoration: none;
}

a:hover {
  color: #940000;
}

a:active {
  color: #940000;
}

a img {
	border: 0;
}

h1, h2, h3{
	font-weight: bold;
}

h1 {
	font-size: 16pt;
	color: #500000;
	margin-bottom: 10px;
}

h2 {
	font-size: 13pt;
	color: #650000;
	margin-bottom: 5px;
}

h3 {
	font-size: 10pt;
	color: #800000;
}

ul, li {
	margin-left: 10px;
}

#header{
	height: 64px;
	padding: 0 20px 0 20px;
}

#header .header-motif{
	height: 64px;
	text-align: center;
	background: url('../img/forum/theme/header-motif.jpg');
}

#header .header-sep{
	height: 64px;
	width: 1px;
	background: url('../img/forum/theme/header-sep.jpg');
}

#header .header-right{
	height: 64px;
	width: 5px;
	background: url('../img/forum/theme/header-right.jpg');
}

#content{
	background: #fff;
	color: #222;
	padding: 10px;
	overflow: auto;
	padding: 10px 20px 0 20px;
}

/* Forms */
label, div.radio, div.checkbox {
	display: block;
	margin-top: 5px;
}

div.radio label, div.checkbox label  {
	padding-left: 5px;
	display: inline;
}

div.submit {
	margin: 5px 0 5px 0;
}

/* Table */
.tab {
	width: 100%;
	border-top: 1px solid #a4bfdf;
	border-left: 1px solid #a4bfdf;
}

.tab .line1:hover, .tab .line2:hover, .tab th {
	background: #cfe1f1;
}

.tab td, .tab th{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a4bfdf;
	border-right: 1px solid #a4bfdf;
}

.tab .line1 {
	background: #deebf6;
}

.tab .line2 {
	background: #e6f0f8;
}

.tab th, .tab td{
	padding: 3px;
}

/* Classes */
.succes, .error {
	background: #eee;
	font-size: 8pt;
	padding: 3px;
	font-weight: bold;
}

.error {
	color: #dd6300;
	border: 2px solid #dd6300;
}

.succes {
	color: #009000;
	border: 2px solid #009000;
}

.texte {
	line-height: 1.5;
	margin-left: 30px;
	text-align: justify;
}

.clickable {
	cursor: pointer;
	color: #555;
}

.clickable:hover {
	color: #000;
}


div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
} 
li.selected    { background-color: #ffb; }

/* Sepcial */
.header-motif a:link{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

	
}

.header-motif a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}

.header-motif a:hover {
	color: #bbbbbb;
}

.header-motif a:active {
	color: #bbbbbb;
}

/* Cadre forum */
.cadre-forum {
	width: 100%;
}

.cadre-forum-header{
	background: url('../img/forum/theme/titre-degrade.jpg');
	color: #ffffff;
}

.cadre-forum-ligne{
	background: url('../img/forum/theme/ligne-degrade.jpg');
	height: 30px;
	color: #222222;
	font-size: 10pt;
	line-height: 15px;
}

.cadre-forum-ligne:hover{
	background: #e0e0e0;
}

.forum-petit{
	color: #555555;
	font-size: 8pt;
	line-height: 10px;
}

.forum-coin-hg {
	width: 5px;
	height: 25px;
	background: url('../img/forum/theme/forum-coin-hg.jpg');
}

.forum-coin-hd {
	width: 5px;
	height: 25px;
	background: url('../img/forum/theme/forum-coin-hd.jpg');
}

.forum-coin-bg {
	width: 5px;
	height: 5px;
	background: url('../img/forum/theme/forum-coin-bg.jpg');
}

.forum-coin-bd {
	width: 5px;
	height: 5px;
	background: url('../img/forum/theme/forum-coin-bd.jpg');
}

.forum-bordure {
	background: #a60000;
}


/* Bloc */
.bloc1 {
	background: #cacaca;
	margin: 0 0 5px 0;
}

.bloc2 {
	background: #dfdfdf;
	margin: 0 0 5px 0;
}

.bloc-top1 div {
	background: url('../img/forum/theme/coin1-hg.jpg') no-repeat top left;
}

.bloc-top1 {
	background: url('../img/forum/theme/coin1-hd.jpg') no-repeat top right;
}

.bloc-bottom1 div {
	background: url('../img/forum/theme/coin1-bg.jpg') no-repeat bottom left;
}

.bloc-bottom1 {
	background: url('../img/forum/theme/coin1-bd.jpg') no-repeat bottom right;
}

.bloc-top2 div {
	background: url('../img/forum/theme/coin2-hg.jpg') no-repeat top left;
}

.bloc-top2 {
	background: url('../img/forum/theme/coin2-hd.jpg') no-repeat top right;
}

.bloc-bottom2 div {
	background: url('../img/forum/theme/coin2-bg.jpg') no-repeat bottom left;
}

.bloc-bottom2 {
	background: url('../img/forum/theme/coin2-bd.jpg') no-repeat bottom right;
}

.bloc-top1 div, .bloc-top1, .bloc-bottom1 div, .bloc-bottom1, .bloc-top2 div, .bloc-top2, .bloc-bottom2 div, .bloc-bottom2 {
	width: 100%;
	height: 5px;
	font-size: 1px;
}

.bloc-content { 
	padding: 5px;
}

