/* 
fichier CSS de Christophe LESIEUR
*/
html{
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p{
	color: #007b7e;
	margin-left: 30px;
	font-size: 18px;
}

h1{
	font-size: 40px;
	font-weight: normal;
}

div a{
	display: block;
}

.imgheader{
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:30px;
}

.recherche{
	position: relative;
	display: block;
	justify-content: center;
}

.formulaire{
	display: block;
	justify-content: center;
	margin-left: auto;
    margin-right: auto;
}

.googlebutton{
	border: none; 
	background: #F0F0F0;
	font-size:16px;
	width:200px;
	height:30px;
	font-weight: bold;
	color:#808080;
	text-align: center;
}

.googlebutton:hover{
	border: 1px solid #C8C8C8; 
	background: #E5E5E5;
	color:#383838;
	font-size:16px;
	width:210px;
	height:32px;
}

.dofus{
	display: block;
	position: absolute;
	bottom: 3%;
	left: 3%;
}

#footer{
	background-color: #FFFEF4;
	width: 100%;
	position: fixed;
	bottom: 0;
}

#text-footer{
	color: #007b7e;
	font-size: 12px;
	text-align: left;
	margin: 3px 3px 3px 50px;
}

/*-- ligne de tableau central--*/
.linetable {
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	height:30px;
}

/*-- mise en forme, colonne droite dans le tableau central--*/
div.linkd {
	position:absolute;
	left: 50%;
    height: 28px;
    margin: 2px auto 2px 1px;
}

a.linkd{
	position:inherit;
	left:32px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	width: 400px;
}

/*-- mise en forme, colonne gauche dans le tableau central--*/

div.linkg {
	position:absolute;
	right: 50%;
    height: 28px;
    margin: 2px 1px 2px auto;
}

a.linkg{
	position:inherit;
	right:32px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	width: 400px;
}

input{
	height:30px;
	font-size:22px;
	border:1;
	border-radius:25px;
	-webkit-border-radius:25px;
	border-color: #cecece;
	padding: 10px 25px 10px 25px;
}

/*-------------------------------
 Section liens colorés
 1 : Gris vers gris clair   > gris
 2 : Violet vers Or         > vor
 3 : Bleu canard            > can
 4 : Bleu marin             > blm
 5 : Vert vers vrt clair    > vrt
 6 : Jaune vers bleu		> blj
--------------------------------*/
/*-- liens en gris foncé vers gris clair #696969  #F0F0F0  --*/
div.gris{
	background: #696969;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.gris:hover{
    background: #F0F0F0;
	width: 400px;
}

a.gris{
	color: #696969;
}

/*-- liens en violet vers or #4B0082  #FFD300 --*/
div.vor{
	background: #4B0082;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.vor:hover{
    background: #FFD300;
	width: 400px;
}

a.vor{
	color: #4B0082;
}

/*-- liens en bleu canard !! Vers la droite !! #007b7e  #00F9FF --*/
div.can{
	background: #007b7e;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.can:hover{
    background: #00F9FF;
	width: 400px;
}

a.can{
	color: #007b7e;
}

/*-- liens en bleu marin !! Vers la gauche !! A:#050070 B:#00BFFF--*/
div.blm{
	background: #050070;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.blm:hover{
    background: #00BFFF;
	width: 400px;
}

a.blm{
	color: #050070;
}
/*-- liens en vert foncé vers vert clair #40a35b  #4bbf6b #aae497 --*/
div.vrt{
	background: #40a35b;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.vrt:hover{
    background: #4bbf6b;
	width: 400px;
}

a.vrt{
	color: #aae497;
}

/*-- liens en Bleu outrmer vers  Jaune de cobalt #1B019B  #FDEE00 --*/
div.blj{
	background: #FDEE00;
	width: 28px;
	transition: 0.5s;
	transition-property: width, background;
	transition-timing-function: ease;
}

div.blj:hover{
    background: #1B019B;
	width: 400px;
}

a.blj{
	color: #1B019B;
}

a.blj:hover{
	color: #FDEE00;
	transition: 0.5s;
}