html, body, div, span, object, h1, h2, h3, h4, h5, h6, h7, p, a, abbr, img, acronym, cite, code, em, center, ol, ul, li, fieldset, form, label, lefent

{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 25px none;
	font-size: 100%;
}


body{
	background-color:#fff;
	background:url(../images/bg.png);
	font-family: Comic sans MS, Arial, Helvetica, sans-serif;
	text-align: center;
 }

#head {
	height: 44px;
	background: url(../images/head.png);
	position: relative;
	padding-left:20px;
}

#head2 {
	z-index:10;
	width:100%;
	height: 44px;
	background: url(../images/head2.png);
	position:fixed;
	padding-left:20px;
}

/* CONTENEUR */

#conteneur {
 position:relative;
 width:100%;
 min-width:605px;
 min-height: 500px;
 margin-top:0px;
 margin-left:0px;
 margin-right:0px;
 border-width: 12px;
 line-height: normal;
 border: 0px solid #fff;
 top:50px;
 }
 
 
#FRUK {
	position:relative;
	top:5px;
	margin-right:0px;
	margin-top:20px;
	width: 100%;
	height: 30px;
	font-size:smaller;
	alignment-adjust: right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	font-family: 'Bangers', cursive, Comic sans MS, Arial,Helvetica,sans-serif;
	font-size:30px;
	text-align: center;
	letter-spacing:2px;
	text-shadow:0px 1px 1px #fff,0px -1px 0px #000;
	left: auto;
 }
 
#FRUK a:link, a:visited  {color: #999999;text-decoration:none;}
#FRUK a:hover { color: #000000; text-decoration: none ;}

/* EN-TETE */

#header {
	display:block;
	width:630px;
	height:30px;
	margin:0px auto;
	padding-top:10px;
	font-family: 'Bangers', cursive, Comic sans MS, Arial,Helvetica,sans-serif;
	font-size:26px;
	text-align: center;
	letter-spacing:1px;
	text-shadow:0px 1px 1px #fff,0px -1px 0px #000;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	color: rgba(100, 100, 100, 0.9);
	border-top: 0px solid #000;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-box-shadow:inset 0px 4px 8px #666;
	-webkit-box-shadow:inset 0px 4px 8px #666;
	box-shadow:inset 0px 4px 8px #666;
 }

/* BANNIERE */

#contenu {
position:absolute;

 background-attachment:scroll;left:0px;
 }


#contenuscrol {
width:22px;
height:500px;
position:relative;
left:0px;
 }
 
#bann {
 border-width: 1px;
 line-height: normal;
 font-weight: normal;
 font-style: normal;
 text-transform: none;
 font-family: Comic sans MS, Arial,Helvetica,sans-serif;
 font-size: medium;
 text-align: center;
 display:block;
 width:630px;
 height:250px;
 margin: 10px auto;

 }

#bann2 {
 border-width:2px;
 line-height: normal;
 font-weight: normal;
 font-style: normal;
 text-transform: none;
 font-family: Comic sans MS, Arial,Helvetica,sans-serif;
 font-size: medium;
 text-align: left;
 display:block;
 width:500px;
 height:630px;
 margin: 0px auto;
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-position: right top;
 vertical-align: bottom;
 /*background-image: url(../images/x.png);*/
 }

#bann3 {
 border-width:2px;
 line-height: normal;
 font-weight: normal;
 font-style: normal;
 text-transform: none;
 font-family: Comic sans MS, Arial,Helvetica,sans-serif;
 font-size: medium;
 text-align: left;
 display:block;
 width:550px;
 height:250px;
 margin: 0px auto;
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-position: left top;
 vertical-align: bottom;
 
 }


/* MENU */

#conteneur-menu{
	color:#CCCCCC;
	background-color: transparent;
	height:20px;
	width : 100%;
	margin: 0px auto;
	text-align:center;
	font-family: 'Chango', cursive, Comic sans MS, Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:normal;
	padding-top: 10px;
	margin-left:-20px;
	position:fixed;
 }

  
  
#menu{
 z-index:10;
 height:5px;
 width : auto;
 margin:0 auto;
 text-align:center;
 font-family: Arial,Helvetica,sans-serif;
 }
dl{
 height:5px;
 margin:0px; 
 padding:0px;
 display:block;
 float:left;
 }
dt{
 width:95px;
 display:block;
 height:25px;
 color:#CCCCCC;
 line-height:25px;
 text-align:center;
 border-right:solid 1px #996633;
 border-left:solid 1px #996633;
 cursor:pointer;
 }

dd{
 height:5px;
 width:95px;
 display:block;
 margin:0;
 padding:0;
 }
 
dd ul{
 width:55px;
 margin:0px;
 padding:0px;
 text-align:center;
 list-style:none;
 }
 
dd ul li{
 display:block;
 margin:0px;
 padding:opx;
 }
 
 
#conteneurprincipal div.section ol {
	margin-left: 0.3em;
}

dd ul li a{
 width:95px;
 color:#CCCCCC;
 line-height:10px;
 border-top:solid 1px #fff;
 border-bottom:solid 1px #fff;
 display:block;
 }

dl:hover dd{
 display:block;
 color:#CCCCCC;
 }

dd ul li a:hover{
 color:#CCCCCC;
 }
dl dd{
 display:none;
 }
 
/* FIN DE MENU */

 


#bann_vert{
 margin: 0;
 height:150px;
 width:167px;
 display:block;
 position:absolute;
 left:-41px;
 top: 5px;
 }
 
 
#conteneurfleur{
	z-index:-100;
	position:relative;
	width:192px;
	margin-left: 0px; /* moitié de la largeur */
	height:397px;
	margin-top: -110px; /* moitié de la hauteur */
	background:url("../images/comic-life-pourquoi.png");
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: 100% 50%;
	top: 150px;
	left: 42%;
 }
 
 #conteneurpelican{
 z-index:-100;
 position:absolute;
 width:192px;
 margin-left: -96px; /* moitié de la largeur */
 height:397px;
 margin-top: -110px; /* moitié de la hauteur */
 background:url("../images/comic-life-pourquoi.png");
 background-repeat: no-repeat;
 background-attachment:scroll;
 background-position: 100% 50%;
 left: 90%;
 top: 500px;
 }
 
 
/* CONTENEUR PRINCIPAL */
#conteneurprincipal{
	margin: 5px auto;
	padding:10px;
	width:610px;
	text-shadow:0px 1px 0px #000;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 1);
	border-top: 1px solid #555;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-box-shadow:inset 0px 4px 8px #666;
	-webkit-box-shadow:inset 0px 4px 8px #666;
	box-shadow:inset 0px 4px 8px #666;
 }
 
 
 #conteneurprincipalscrol{
     margin: 5px auto;
  width:500px;
 }
 
/* PIED DE PAGE */
#footer {
	padding: 10px 0px;
	margin: 0px auto;
	width:630px;
	font-family: 'Chango', cursive, Comic sans MS, Arial,Helvetica,sans-serif;
	text-align:center;
	word-spacing: normal;
	letter-spacing:1px;
	background-position: left;
	background-repeat: no-repeat;
	height: auto;
	left: auto;
	text-shadow:0px 1px 0px #000,0px -1px 0px #fff;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	color: rgba(200, 200, 200, 1);
	border-top: 1px solid #333;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-box-shadow:inset 0px 4px 8px #666;
	-webkit-box-shadow:inset 0px 4px 8px #666;
	box-shadow:inset 0px 4px 8px #666;	
    } 
#footercontact {
 padding: 0 30px;
 margin: 40px auto;
 width:500px;
 font-family:Comic sans MS, Arial, Helvetica, sans-serif;
 text-align:left;
 word-spacing: normal;
 color: #999999;
 background-position: left;
 background-repeat: no-repeat;
 height: auto;
 left: auto;
    } 

#footerindex {
	position:relative;
	padding: 10px 0px;
	margin: 50px auto;
	width:500px;
	font-family: 'Chango', cursive, Comic sans MS, Arial,Helvetica,sans-serif;
	text-align:center;
	word-spacing: normal;
	letter-spacing:1px;
	background-position: left;
	background-repeat: no-repeat;
	height: auto;
	left: auto;
	text-shadow:0px 1px 0px #000,0px -1px 0px #fff;
	background-color: rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, 0.3);
	color: rgba(200, 200, 200, 1);
	border-top: 1px solid #333;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	-moz-box-shadow:inset 0px 4px 8px #666;
	-webkit-box-shadow:inset 0px 4px 8px #666;
	box-shadow:inset 0px 4px 8px #666;
    } 	
#footer p {
     padding: 10px 0;
    }


/* Download   */
img.download {
	vertical-align: middle;
}
#conteneurprincipal div.topics.Style80 h2 {
	/*background-color: transparent;*/
}

/* Paypal   */
form.paypal_format {
}

#conteneurprincipal div.topics.Style80 blockquote form.paypal_format div p {
	margin-bottom: 0.5em;
}

#conteneurprincipal div.topics.Style80 blockquote form.paypal_format div input {
	vertical-align: middle;
	margin-right: 1em;
}

/* PARAMETRAGE DES CLASSES */

.StyleMenu {
 color: #996633;
 
 }
 
.styleTitre {
 font-size: 13px;
 color: #DDD;
 font-family: Comic sans MS, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: lighter;
 }

.styleTitre img {
 float:right;
 margin: 0 0 8px 8px;
 }

hr {border: none 0; 
border-top: 1px solid #888;/*the border*/
border-bottom: 1px solid #bbb;/*the border*/
width: 500px;
height: 0px;/*whatever the total width of the border-top and border-bottom equal*/
}

.StyleSousTitre {
	margin:10px 10px;
	font-size: 16px;
	color: #fff;
	font-family: Comic sans MS, Arial, Helvetica, sans-serif;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	font-weight: normal;
 }
 
 
 
 
 
.StyleSousTitreRes{
 font-size: 12px;
 color: #ddd;
 font-family: Comic sans MS, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 word-spacing: normal;
 letter-spacing: 1px;
 text-align: right;
 vertical-align: text-top;
 white-space: normal;
 font-weight: bold;
 }
 
.StylePied {
	font-size: 10px;
	text-shadow:0px 2px 0px #fff,0px -2px 0px #000,;

 
 }
 
 
 .Style2 {
 color: #FF0000;
 font-size: 36px;
}
.StyleBlanc {
 color: #fff;
 font-size:large;
}


.StyleMenuINDEX {
 color: #999999;
 width: auto;
 height: auto;
 margin: 0;
 margin-top: 0px;
 margin-left: 0px;
 position: relative;
 right: auto;
 font-family: Comic sans MS, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
}


/* PARAMETRAGE DES LIENS */

a:link {color:#CCCCCC ;text-decoration:none;}
a:visited {color: #CCCCCC ; }
a:hover { color: #fff ; text-decoration: none ;}


/* Things specific to the root index page */
	
	#topics {
	position:relative;
	font-size:12px;
	float: left;

		}

	.topics h2 { -webkit-border-radius: 5px; }
	.topics h2 { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; }
	.topics h2 {
		padding: 0.3em 1em;
		background-color: rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 100, 0.3);
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
		font-size:medium;
		margin: 0;
		}

.topics {
	-webkit-border-radius: 5px;
	border-top: 1px solid #666;
	border-right:1px solid #888;
	border-left:1px solid #888;
	border-bottom: 1px solid #CCC;
	-moz-box-shadow: inset 0px 4px 8px #666;
	-webkit-box-shadow:inset 0px 4px81px #666;
	box-shadow: inset 0px 4px 8px #666;
	}
	
.topics ul, .section ul, ul.topics {
		margin: 0.3em 0.8em;
		background: transparent;
		border: 0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
	
.topics li, section li {
	display: block;
	margin: 0.5em 1em;
	padding: 0;
		}


.topicsTitre h2 { 
	border-top: 0px solid #666;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
	border-bottom: 0px solid #bbb;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:4px;
	border-top-right-radius:20px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:20px;
	-moz-box-shadow: 0px 4px 8px #666;
	-webkit-box-shadow: 0px 4px81px #666;
	box-shadow: 0px 4px 8px #666;
 }

.topicsTitre h2 {
		padding: 0.3em 1em;
		background-color: rgba(0, 0, 0, 0.2);
		background: rgba(255, 123, 0, 0.3);
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
		/* louis enleve font-size:x-small;*/
		margin: 0;
		}
	
	
img.iconEMail {
	margin-bottom: -60px;
	margin-top: -20px;
}
/* h1 louis */

/* index */
h1.pageIndex {
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-family: "Bevan", sans-serif;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #CCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAA, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
}


/* autres pages */
.topicsTitre h1 { 
	border-top: 0px solid #666;
	border-right: 0px solid #999;
	border-left: 0px solid #999;
	border-bottom: 0px solid #bbb;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:20px;
	border-top-left-radius:4px;
	border-top-right-radius:20px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:20px;
	-moz-box-shadow: 0px 4px 8px #666;
	-webkit-box-shadow: 0px 4px81px #666;
	box-shadow: 0px 4px 8px #666;
 }

.topicsTitre h1 {
		padding: 0.3em 1em;
		background-color: rgba(0, 0, 0, 0.2);
		background: rgba(255, 123, 0, 0.3);
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
		/* louis enleve font-size:x-small;*/
		margin: 0;
		}
		
	.section h1 { -webkit-border-radius: 5px; }
	.section h1 { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; }
	
	.section h1 {
		padding: 0.3em 1em;
		background-color: rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.2);
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
		font-size: smaller;
		margin: -10px;
		}
		
		
/* -------- */

#section {
		position:relative;
		font-size:10px;
		border: 1px solid #A9A9A9;
		margin: 0px 0px 0px 0px;
		}
	
	.section {
	-webkit-border-radius: 5px;
	border-top: 0px solid #333;
	border-right:0px solid #888;
	border-left:0px solid #888;
	border-bottom: 0px solid #ccc;
	-moz-box-shadow: 0px 4px 8px #666;
	-webkit-box-shadow: 0px 4px81px #666;
	box-shadow: 0px 4px 8px #666;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: left;

	}

	
	.section h2 { -webkit-border-radius: 5px; }
	.section h2 { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; }
	
	.section h2 {
		padding: 0.3em 1em;
		background-color: rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.2);
		color: rgba(255, 255, 255, 1);
		font-weight: bold;
		font-size: smaller;
		margin: -10px;
		}
		
	.section ul {
		margin: 0.3em 0.8em;
		}
		
	.section li {
	margin: 0.3em 1em;
	margin-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
		}
		
.LigneUnpx {font-size: 4px}
.Style80 {font-size: 80%}
.blanc {color: #FFFFFF}
.StyleLarge {font-size: xx-large}
.StyleBangers36 {
	font-family: Bangers, "Comic sans MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin:10px 10px;
	color: #fff;
	font-style: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	font-weight: normal;
}

img.centrage {text-align: center;}

div.centrage {text-align: center;}
div.aligngauche {text-align: left;}
div.aligndroit {text-align: right;}

.image {float: left; margin: 10px 10px 2px 0;}

@import url(http://fonts.googleapis.com/css?family=Bevan);



#logo {
	width: 416px;
	height: 398px;
	margin: 30px auto 20px;
	text-indent: -9999px;
	background: url(../images/pelican_home.png) 0 0 no-repeat;
	position: relative;
}

#logo span {
	position: absolute;
	display: block;
	z-index: -1;
	width: 675px;
	height: 675px;
	background: url(../images/soleil_levant.png) 0 0 no-repeat;
	top: -10px;
	left: -130px;
	-webkit-animation: rotateinfinite 120s infinite linear;
	-moz-animation: rotateinfinite 120s infinite linear;
	-ms-animation: rotateinfinite 120s infinite linear;
}

h3 {
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-family: "Bevan", sans-serif;
	font-weight: bold;
	font-size: 50px;
	letter-spacing: -1px;
	text-shadow: 0 1px 0 #CCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAA, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15)
}


@-webkit-keyframes rotateinfinite {
	0%		{ -webkit-transform: rotate(0deg); }
	100%	{ -webkit-transform: rotate(350deg); }
}

@-moz-keyframes rotateinfinite {
	0%		{ -moz-transform: rotate(0deg); }
	100%	{ -moz-transform: rotate(350deg); }
}

@-ms-keyframes rotateinfinite {
	0%		{ -ms-transform: rotate(0deg); }
	100%	{ -ms-transform: rotate(350deg); }



}