Subversion Repositories Applications.reseau

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

/trunk/pages/presentation/defaut.css
New file
0,0 → 1,123
#haut {
height: 100px;
/*border: solid red 1px;*/
}
 
.tranche {
padding-top: 32px;
padding-bottom: 32px;
/*border: solid red 1px;*/
min-height: 250px;
}
.tranche:nth-child(even) {
/*background-color: #e9e6de;*/
background-color: #E7E9D3;
}
.tranche:nth-child(odd) {
/*background-color: #ffffff;*/
background-color: #f8f8f8;
}
.tranche.majeure {
background-color: #eeeeff;
height: 400px;
}
 
.mie {
margin: auto;
width: 650px;
/*border: solid red 1px;*/
}
.tranche:nth-child(even) .mie {
text-align : right;
}
.tranche:nth-child(odd) .mie {
text-align : left;
}
.tranche.majeure .mie {
width: 750px;
}
 
.dessin {
width: 180px;
height : 180px;
/*border: solid red 1px;*/
}
.dessin img {
width: 180px;
height : 180px;
/*border: solid red 1px;*/
}
.tranche:nth-child(even) .dessin {
float: left;
margin-left: 32px;
}
.tranche:nth-child(odd) .dessin {
float: right;
margin-right: 32px;
}
.tranche.majeure .dessin {
margin-left: 0;
float: none;
height: auto;
}
.tranche.majeure .dessin img {
width: auto;
height: auto;
}
 
/*c3d45d
918a6f*/
 
.laius {
color: #252525;
font-family: sans-serif;
font-size: 18px;
width : 400px;
display: inline-block;
/*border: solid red 1px;*/
text-align: left;
}
.tranche.majeure .laius {
font-size: 16px;
width: 310px;
padding-top: 80px;
color: #505050;
float: right;
}
 
.laius label {
font-family: Trebuchet MS, Helvetica;
font-size: 32px;
color: #918a6f;
}
 
.nombre {
display: inline-block;
font-weight: bold;
color: #8d9a43;
}
.nombre.fixe {
text-align: right;
width: 90px;
}
 
.pied {
height: 240px;
background-color: #ffffff;
text-align:center;
padding-top: 45px;
}
 
.slogan {
font-family: Trebuchet MS, sans-serif;
font-size: 32px;
color: #918a6f;
margin-top: 10px;
text-align: left;
padding-left: 13px;
}
 
#logo-bas {
margin-top: 25px;
}