/*CSS - Site Celiangel.be - Problèmes IE fixed ?*/
html{
	font-size: 100%;
/*utilisation des em*/
}
body{
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: #153664;
}
/*Boîte qui contient le "main" */
/** @see : ie.css**/
div#conteneur{
	width: 85%;
	min-width: 770px;
	margin: 10px auto;
	border: 3px solid #D5D8EB;
	background: #5764B0;
	position: relative;
	min-height: 860px;
	padding-bottom : 15px;
}


/*Boite du haut */
div#header{
	height: 149px;
	background: url(./images/head.gif) no-repeat left top;
	margin: 0 10px 0 2%;
}
/* Interdire les "laids bords" aux images*/
img{
	border: 0;
	padding: 0;
	margin: 0;
}
/*Menus ----------------------------------------------- Menus*/
div#menu{
	position: absolute;
	top : 135px;
	right: 2%;
	width: 15%;
	padding: 0;
	margin:0;
}
ul.menuclair{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.menufonce{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.menulien{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: #d5d8eb url(./images/menu.gif) repeat-y 0 0px;
	font-weight: bold;
	color: #03033D;
}
div.pied{
	position: relative;
	width: 100%;
	background: url(./images/menu_fin2.gif) repeat-x 0 0px
}
img.menu{
	position: relative;
	top: 5px;
	padding: 0;
	border: 0;
	width: 100%;
}

/*Les images de tête de menu sont composées de 4 images : 1 fond (.tête) 3 images une à gauche (arrondi gauche), une à droite (arrondi droite), une centrée (titre de la section).*/
div.tete{
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	top: 4px;
	background: url(./images/fond_c_1.gif) repeat-x 0 0px
}

img.d{ /**@see: ie.css **/
	position: absolute;
	top: 0px;
	right: 0px;
}
img.c{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
  margin: -21.5px 0 0 -60px;
}

/*Liens dans les menus */
ul.menuclair li a{/**@see: ie.css **/
	width: 100%;
	border:0;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	color: #03033D;
	display: block;
	text-decoration: none;
	background: #d5d8eb url(./images/menuclair.jpg)  no-repeat 0 0px;
}
ul.menuclair li a:hover{
	background: #ecf1f4 url(./images/menuclair.jpg)  no-repeat 0 -50px;
	color: #5764B0;
}
ul.menufonce li a{/**@see: ie.css **/
	width: 100%;
	line-height: 25px;
	font-size: 1.2em;
	font-weight: bold;
	color: #03033D;
	display: block;
	text-decoration: none;
	background: #d5d8eb url(./images/menufonce.jpg) no-repeat 0 0px;
}
ul.menufonce li a:hover{
	background: #ecf1f4 url(./images/menufonce.jpg) no-repeat 0 -50px;
	color: #5764B0;
}


/*Boîte principale -------------------------------------------------------- Boite principale*/
/* Boîte utilisée en général */
div#main{
position:relative;
background-color: #fff;
width: 77%;
margin: 8px 19% 30px 2%;
padding: 10px;
/*right : 2%;*/
}
/* particulière pour les Wallpapers */
div#main3{
	background-color: #fff;
	width: 90%;
	margin: 8px auto;
	padding: 10px;
}
/* particulière pour les Images */
div#main4{
  position:relative;
	background-color: #fff;
   width : 77%;
	margin: 8px 19% 8px 2%;
	padding: 40px 10px 0px;
}
div#menu_2{
	position: absolute;
	top : 8px;
	right: 2%;
	width: 15%;
	padding: 0;
}
/* Définitions des titres */
h1{
	padding-left: 25px;
	line-height: 50px;
	font-size: 2em;
	background: url(./images/oeuf.gif) no-repeat left top;
	color: #5764B0;
	font-weight: bold;
}
h1#lim{
	width:49%;	
}
h2{
	font-size: 1.5em;
	color: #E1B756;
	border-bottom: 1px solid #E1B756;
	text-align: left;
}
h3{
	font-size: 1em;
	color: #03033D;
}
/* Définition particulières des listes */
div#main ul{
	list-style-image: url(./images/li.gif);
}
div#main ul.histoire{
  list-style-type: square;
  list-style-image:none;
}
/* Définition des liens */
a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #6521C9;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #B17CFF;
	text-decoration: underline;
	font-weight: bold;
}
a:focus{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9024;
	text-decoration: underline;
	font-weight: bold;
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9024;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #DA74EC;
	text-decoration: none;
	font-weight: bold;
}
a.actu
{
  text-decoration: underline;
  color: #FF9024;
}
/* Quand un lien pointe vers un H2 */
h2 > a:hover{   color : #E1B756;}
h2 > a:focus{   color : #E1B756;}
h2 > a:active{  color : #E1B756;}
h2 > a:visited{ color : #E1B756;}
h2 > a:link{    color : #E1B756;}
/* Gestion des paragraphes */
/*Important: ne pas placer d'espace avant { bug ie exploit oblige*/
p:first-letter{  
padding-left: 20px;
} 
a > img {vertical-align : middle;} 

/*détails --------------------------------------------------------------------Détails*/
/* Footer de toutes les pages */
span#footer{
	position: absolute;
	right: 20px;
	line-height: 20px;
	text-align: right;
	color: #d5d8eb;
	margin-right:3px;
	bottom : 2px;
}
/*Utilisé pour les retours au menu de la page image*/
span.footer2{
  color: #d5d8eb;
	display: block;
	margin-left:auto;
  margin-right:3px;
  text-align: right;
}
/* Ne sait plus à quoi ça sert */
img#quatre{
	height: 200px;
	float: right;
}
/* Titres des tableaux */
.tableau{
	font-weight: bold;
}
/*Formulaires*/
label{
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 2%;
	font-weight: bold;
}
fieldset{
	border: 0;
}
.textinput{
  width: 60%;
  }
textarea{
  width:80%;
  margin : 8px 9%;
}
/* Couleurs en plus lorsque l'on travaille */
input:focus{
  background:#EDEFF6; 
}
textarea:focus{
  background:#EDEFF6; 
}
/* Alignements particuliers */
/* p centré */
.center{
  text-align: center;
	clear:both;
}
/* Image centrée ou span*/
.center2{
  display : block;
  margin:auto; 
  text-align: center;
}
/* p à droite */
.right{
  text-align: right;
}
/* Image à droite */
.right2{
  float: right;
}
/* Dans les catégories, la présence d'images */
p.categorie{/**@see: ie.css **/
min-height:105px;
}

/* Lors de l'affichage des pages */
.page{
  border: 0;
  line-height: 16px;
  vertical-align : middle;
}
/* Livre d'or */
.livre1{
  position:relative;
	background-color: #fff;
	width: 80%;
	margin: 0 auto 8px;
	padding: 8px;
	border:  1px dotted #E1B756;
}
.livre2{
  position:relative;
	background-color: #FFF3D6;
	width: 60%;
	margin: 8px auto 0;
	padding: 4px;
	border:  1px dotted #E1B756;
}
.smiley{
  vertical-align : middle;
  height: 20px;
}
p.quote{
  /*border:  1px dotted #5764B0;*/
  padding: 4px;
  color : #5764B0;
  background-color: #EDEFF6;
  width : 80%;
  margin: 8px auto 7px;
}
/* --------------------------Images -------------------------------------*/
/* Boite spécial pour les vignettes */

div#menudroite2{	
	position: absolute;
	top: 5px;
	right: 10px;
	width: 250px;
	padding: 0;
	margin: 0;
}
.gal{
	border: 0;
	padding: 15px;
}
.gal2{
	border: 1px dotted #5764B0;
	padding: 14px;
	background-color: #EDEFF6;
}
.special{ 
  float:left;
  text-align: center;
  min-height:170px;
  width:20%;
  padding-right:2.5%;
}
/* Lors de l'affichage des catégories, un float est utilisé pr les "exemples" de la catégorie */
.app{
	border: 0;
	padding-right: 25px;
	float: left;
}
.app1{
	border: 0;
	padding-left: 25px;
	float: right;
}
/* Images de images.php qui ont un bord bleu pour signaler le lien */
.imag{
	border: 2px solid #5764B0;
	max-width: 100%;
	max-height: 800px;
	margin: 0 0 0 -2px;
}
/* affichage d'une image spéciale si c'est un "coup de coeur"*/
img#love{
position:absolute;
left:50%;
}
/* classe des flèches "suivantes" et précédentes dans les images*/
.align{
	vertical-align: middle;
	margin:0;
	padding:0;
}
/* classe des images "suivantes" et précédentes dans les images*/
img.alignb{
	vertical-align: middle;
	border: 2px solid #fff;
}
/* Commentaires d'une image*/
.moitie{ 
  width: 40%;
  }
.moitie2{
  float : right;
  text-align : right;
  max-width : 50%;
  }

/*Calendrier*/

.miniature_form{
  float: left;
  width:150px;
  text-align:center;
}
#astuce
{
  width:100%;
  height:160px; 
  margin:0; 
  padding:0;
  text-align: right; 
  background: #d5d8eb url(./images/menuclair2.jpg)  repeat-y 0 0px;
}
#astucein{
  width:  90%;
  margin: 0 5%;
}
.astuce2
{
  text-decoration: underline; 
  font-size: 1.1em; 
  color: #03033D;
  font-weight: bold; 
  font-style: italic;
}
.astuce3
{
  font-size: 0.9em; 
  color: #03033D; 
  font-weight: bold; 
}
.gal3
{
  margin : 2px auto;
  display : block;
}
.cartes
{
  max-width : 90%; 
}


