[AJ] Passage au HTML5

fixes #1
This commit is contained in:
Olivier DOSSMANN
2012-11-16 12:07:19 +01:00
parent f31bfb0f4e
commit 9dc44e7ae7
11 changed files with 49 additions and 47 deletions

View File

@ -52,7 +52,7 @@ border-radius: 12px;
}
/* ENTÊTE DE PAGE */
#chapeau {
header {
position: relative;
margin: 0;
padding: 0;
@ -71,7 +71,7 @@ border-bottom-right-radius: 25px;
-webkit-border-radius-bottomleft: 25px;
}
#chapeau h1 {
header h1 {
margin: 0;
padding: 0;
height: 50px;
@ -132,7 +132,7 @@ clear: both;
}
/* MENU */
#cartable {
aside#cartable {
position: absolute;
height: auto;
width: 20%;
@ -147,7 +147,7 @@ border-bottom-left-radius: 25px;
overflow: hidden;
}
#cartable h3 {
aside#cartable h3 {
width: 90%;
text-align: center;
border-bottom: solid;
@ -157,18 +157,18 @@ border-radius: 12px;
-webkit-border-radius: 12px;
}
#cartable a:link {
aside#cartable a:link {
text-decoration: underline;
}
#cartable a:visited {
aside#cartable a:visited {
}
#cartable a:hover {
aside#cartable a:hover {
}
/* ENQUEUE DE PAGE */
#soulier {
footer {
position: relative;
top: 5px;
right: 5px;
@ -176,7 +176,7 @@ height: 20px;
width: 98%;
}
#soulier p {
footer p {
margin: 0;
padding: 0;
font-size: 10px;

View File

@ -34,7 +34,7 @@ color: #555577;
}
/* ENTÊTE DE PAGE */
#chapeau {
header {
background-color: #223355;
color: #ffffff;
}
@ -46,30 +46,30 @@ color: #ffffff;
}
/* MENU */
#cartable {
aside#cartable {
background-color: #223355;
color: #ffffff;
}
#cartable h3 {
aside#cartable h3 {
color: #ffffff;
border-color: #ffffff;
}
#cartable a:link {
aside#cartable a:link {
color: #aaaabb;
}
#cartable a:visited {
aside#cartable a:visited {
color: #aaaabb;
}
#cartable a:hover {
aside#cartable a:hover {
background-color: #aaaabb;
color: #223355;
}
/* ENQUEUE DE PAGE */
#soulier {
footer {
color: #000000;
}

View File

@ -34,7 +34,7 @@ color: #000000;
}
/* ENTÊTE DE PAGE */
#chapeau {
header {
background-color: #000000;
color: #ffffff;
}
@ -47,30 +47,30 @@ color: #ffffff;
}
/* MENU */
#cartable {
aside#cartable {
background-color: #000000;
color: #ffffff;
}
#cartable h3 {
aside#cartable h3 {
color: #ffffff;
border-color: #ffffff;
}
#cartable a:link {
aside#cartable a:link {
color: #aaaabb;
}
#cartable a:visited {
aside#cartable a:visited {
color: #aaaabb;
}
#cartable a:hover {
aside#cartable a:hover {
background-color: #aaaabb;
color: #223355;
}
/* ENQUEUE DE PAGE */
#soulier {
footer {
color: #000000;
}

View File

@ -52,7 +52,7 @@ border-radius: 12px;
}
/* ENTÊTE DE PAGE */
#chapeau {
header {
position: relative;
margin: 0 auto;
padding: 0;
@ -71,7 +71,7 @@ border-bottom-right-radius: 25px;
-webkit-border-radius-bottomleft: 25px;
}
#chapeau h1 {
header h1 {
margin: 0;
padding: 0;
height: 50px;
@ -132,7 +132,7 @@ clear: both;
}
/* MENU */
#cartable {
aside#cartable {
position: absolute;
height: auto;
width: 20%;
@ -147,7 +147,7 @@ border-bottom-left-radius: 25px;
overflow: hidden;
}
#cartable h3 {
aside#cartable h3 {
width: 90%;
text-align: center;
border-bottom: solid;
@ -157,18 +157,18 @@ border-radius: 12px;
-webkit-border-radius: 12px;
}
#cartable a:link {
aside#cartable a:link {
text-decoration: underline;
}
#cartable a:visited {
aside#cartable a:visited {
}
#cartable a:hover {
aside#cartable a:hover {
}
/* ENQUEUE DE PAGE */
#soulier {
footer {
position: relative;
top: 5px;
right: 5px;
@ -176,7 +176,7 @@ height: 20px;
width: 98%;
}
#soulier p {
footer p {
margin: 0;
padding: 0;
font-size: 10px;