/*///////////////////////
    CSS DESTRUXION.NET 
///////////////////////*/


body {
	margin: 0;
	padding: 0;
	background: url('grass.png') repeat-x top #3F8229;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, serif;
	color: #587952;
}

#head{
	display: block;
	margin: 0 auto;
	border: 0;
	width: 900px;
	height: 230px;
}

#asterix{
	width: 900px;
	margin: 0 auto;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
	color: #ffffff;
}

#cont_top{
	width: 900px;
	height: 15px;
	margin: 10px auto 0 auto;
	background: url('cont_top.png') no-repeat top center;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
}


/* CLASSES */

.textitalic{
	font-style: italic;
}

.mignature{
	height: 100px;
	width: 125px;
	display: block;
	margin: 2px auto;
}

.userbar{
	height: 20px;
	width: 350px;
	display: block;
	margin: 2px auto;
}

.codeinput{
	width: 560px;
	display: block;
	margin: 3px auto;
	color: #a37e55;
	border: 1px dotted #a37e55;
	font-size: 10px;
}


/* LOGO & MENU */

#leftcolumn {
	width: 180px;
	margin: 0;
	float: left;
}

#logo {
	width: 160px;
	height: 145px;
	margin: 10px;
}

#menu ul {
	margin: 12px 0;
	padding: 0;
}

#menu ul li {
	margin: 3px 10px;
	padding: 0;
	list-style: none;
}

#menu ul li a {
	margin: 0;
	display: block;
	width: 160px;
	height: 30px;
	background-image: url('button.png');
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-weight: bold;
	color: #406e3e;
	text-decoration: none;
	line-height:2.2em;
}

#menu ul li a:hover {
	color: #51884e;
	background-position: bottom;
}

/* PARTENARIAT */

#knock {
	width: 136px;
	margin: 30px auto 0px auto;
	border: 0;
}

#knock h1 {
	font-size: 12px;
	color: #996f42;
	margin: 3px;
}

#knock p {
	font-size: 10px;
	color: #587952;
	text-indent: 0;
	margin: 2px;
}

#knock a img {
	border: 8px solid #ffffff;
}

#knock a img:hover {
	border: 8px solid #ebdccc;
}



/* CONTENU */

#rightcolumn {
	width: 718px;
	min-height: 260px;
	margin: 0;
	padding-bottom: 160px;
	background: url('krisboul.png') no-repeat bottom right #ffffff;
	float: left;
	border-left: 1px dotted #ebdccc;
}

#contenu {
	margin: 0;
	width: 720px;
	padding: 0;

}

#contenu h1 {
	height: 24px;
	margin: 16px 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	color: #ffffff;
	background: url('h1.png') no-repeat center top;
}

#contenu h2 {
	margin: 8px 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	color: #996f42;
}

#contenu h3 {
	margin: 8px 0 3px 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	color: #996f42;
}

#contenu p {
	margin: 0;
	padding: 3px 15px 9px 15px;
	text-align: justify;
	text-indent: 22px;
	color: #587952;
}

#contenu p a {
	color: #87b080;
	text-decoration: none;
}

#contenu p a:hover {
	color: #587952;
	text-decoration: underline;
}

#contenu dt {
    margin-top: 1em;
    text-align: justify;
    clear: both;
}
#contenu img.illustration {
    display: block;
    float: right;
    margin: 1em;
    border: 1px solid black;
}
#contenu img.illustrationLeft {
    display: block;
    float: left;
    margin: .5em;
    border: 1px solid black;
}


/* IMGS TEAM */

#photos{
	height: 100px;
	width: 440px;
	margin: 20px auto 5px auto;
	padding: 0;
	display: block;
	font-size: 0em;
}

#photos li a{
	display: block;
	margin: 0 5px;
	float: left;
	height: 100px;
	width: 100px;
	list-style: none;
	background-position: top center;
}

#photos li a:hover{
	background-position: bottom;
}

#pmogmi{
	background-image: url('pmogmi.png');
}

#ppm{
	background-image: url('ppm.png');
}

#pcookies{
	background-image: url('pcookies.png');
}

#psnooze{
	background-image: url('psnooze.png');
}


/* IMGS GAME */

.gamepictures{
	width: 450px;
	margin: 6px auto;
}

.gamepictures a{
	margin: 0;
	padding: 0;
}

.gamepictures a img{
	width: 125px;
	height: 100px;
	margin: 0;
	border: 8px solid #ffffff;
}

.gamepictures img:hover{
	border: 8px solid #ebdccc;
}

/* VIDEOS */

.youtube {
	display : block;
	width : 425px;
	height : 344px;
	margin : 5px auto;
}


/* FOOTER */

.clearfloat {
	clear: both;
}

#footer {
	width: 900px;
	margin: 0 0 10px 0;
	background: url('foot.png') no-repeat bottom center #aa8054;
}

#footer p {
	margin: 0;
	padding: 3px;
	line-height: 1.6em;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer p a {
	margin: 0;
	color: #f2f2f2;
	text-decoration: none;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
