This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
authentic-adeline/data/themes/adeline/styles/cdc_structure.css

553 lines
12 KiB
CSS

@charset "UTF-8";
/* CSS Document */
body {
background: white;
}
#cdc_page{
/*sert à éviter des conflits avec les sites dans lesquels l'appli sera appelée*/
/*on utilise en + le préfixe cdc sur toutes les classes pour ne pas risquer de nommer les styles comme ceux du site hôte*/
/*éventuellement spéciffier ici une largeur pour l'appli si besoin*/
/*remet une couleur pour ne pas hériter du site hôte sur les div*/
color:#000;
font-family:Arial, Helvetica, sans-serif;
}
/*UTILITAIRES*/
#cdc_page .cdc_mrpropre{
clear:both;
font-size:1px;
line-height:1px;
height:1px;
}
#cdc_page a img{
border:none;
}
#cdc_page form,#cdc_page fieldset,#cdc_page p,#cdc_page h1,#cdc_page h2,#cdc_page h3,#cdc_page h4,#cdc_page ul,#cdc_page ul li{
padding:0;
margin:0;
border:none;
}
/*HEADER*/
#cdc_page .cdc_header{
padding:6px 6px 6px 0;
background-color:#72CDE0;
}
#cdc_page .cdc_header .cdc_degrade{
background:url(../images/header_fond.jpg) #fff left top repeat-x;
height:47px;
}
#cdc_page .cdc_header .cdc_espacesecurise{
float:left;
}
#cdc_page .cdc_header .cdc_logo{
float:right;
margin-left:5px;
}
#cdc_page .cdc_header .cdc_texte{
font-size:0.7em;
text-align:right;
padding:15px 0 0 0;
color:#666;
}
#cdc_page .cdc_header .cdc_texte a{
color:#666;
}
/*FOOTER*/
#cdc_page .cdc_footer{
background:url(../images/footer_fond.jpg) left top repeat-x;
}
#cdc_page .cdc_footer .cdc_coingauche{
float:left;
width:38px;
height:38px;
background:url(../images/footer_coingauche.jpg) left top no-repeat;
}
#cdc_page .cdc_footer .cdc_coindroit{
float:right;
width:38px;
height:38px;
background:url(../images/footer_coindroit.jpg) left top no-repeat;
}
/*CORPS*/
#cdc_page .cdc_corps{
background-color:#72CDE0;
padding-left:6px;
}
#cdc_page .cdc_corps .cdc_colonnea{
width:50%;
float:left;
}
#cdc_page .cdc_corps .cdc_colonneb{
width:49%;
float:right;
}
/*STRUCTURE BLOCS*/
#cdc_page .cdc_bloc{
padding:0 1px 0 0;
}
#cdc_page .cdc_bloc .cdc_content{
background:url(../images/bloc_fondcote.gif) #fff right top repeat-y;
clear:both;
}
#cdc_page .cdc_bloc .cdc_content .cdc_coinhaut{
background:url(../images/bloc_coinhaut.gif) right top no-repeat;
padding-right:6px;
height:100%;
}
#cdc_page .cdc_bloc .cdc_pied{
background:url(../images/bloc_fondbas.gif) right top repeat-x;
height:6px;
font-size:1px;
}
#cdc_page .cdc_bloc .cdc_pied .cdc_coingauche{
background:url(../images/bloc_coingauche.gif) left top no-repeat;
float:left;
width:10px;
height:6px;
font-size:1px;
}
#cdc_page .cdc_bloc .cdc_pied .cdc_coindroit{
background:url(../images/bloc_coindroit.gif) left top no-repeat;
float:right;
width:10px;
height:6px;
font-size:1px;
}
/*contenus blocs communs*/
#cdc_page .cdc_bloc h2, #cdc_page #cdc_bloc_rechercher form fieldset label{
font-size:0.75em;
font-weight:bold;
font-style:italic;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
padding:3px 0 20px 3px;
margin:0 0 0 0;
}
#cdc_page .cdc_bloc h2.cdc_poly,#cdc_page #cdc_bloc_rechercher form fieldset label{
color:#fff;
}
#cdc_page .cdc_bloc h2.cdc_poly span,#cdc_page #cdc_bloc_rechercher form fieldset label{
background-color:#00A6C8;
}
#cdc_page .cdc_bloc .cdc_plus{
font-size:0.7em;
}
#cdc_page .cdc_bloc .cdc_plus a{
color:#008FB5;
}
#cdc_page .cdc_bloc ul.cdc_pijama li.cdc_impair a{
background-color:#e5f6f9;
}
#cdc_page .cdc_bloc ul.cdc_pijama li{
list-style-type:none;
font-size:0.7em;
line-height:1.1em;
height:100%;
}
#cdc_page .cdc_bloc ul.cdc_pijama li a{
background-image:url(../images/liste_puce.gif);
background-position:5px 10px;
background-repeat:no-repeat;
display:block;
padding:8px 10px 8px 25px;
color:#000;
text-decoration:none;
}
#cdc_page .cdc_bloc ul.cdc_pijama li a:hover {
background:url(../images/liste_puce_bleufonce.gif) #72CDE0 5px 10px no-repeat;
}
/*BLOCS SPECIFIQUES*/
#cdc_page #cdc_bloc_identification h2.cdc_poly{
background:url(../images/evenements_titre_bas.gif) left top no-repeat;
}
/*mes démarches 24/24*/
#cdc_page #cdc_bloc_demarches .cdc_fond{
background:url(../images/demarches_fond.gif) #fff left top no-repeat;
padding:0 0 0 145px;
min-height:78px;
}
#cdc_page #cdc_bloc_demarches .cdc_connexion{
background:url(../images/identifier_bouton_fond.gif) #facb75 left top repeat-x;
float:right;
font-size:0.65em;
text-transform:uppercase;
padding:0 15px;
text-align:center;
border:1px solid #808080;
font-weight:bold;
}
#cdc_page #cdc_bloc_demarches .cdc_connexion a,#cdc_page #cdc_bloc_demarches .cdc_connexion span{
display:block;
padding:3px 0;
text-decoration:none;
}
#cdc_page #cdc_bloc_demarches .cdc_connexion a{
color:#6E0000;
}
#cdc_page #cdc_bloc_demarches .cdc_connexion a:hover,#cdc_page #cdc_bloc_demarches .cdc_connexion span{
color:#666;
}
#cdc_page #cdc_bloc_demarches .cdc_connexion .cdc_creer{
border-bottom:1px solid #4D4D4D;
}
#cdc_page #cdc_bloc_demarches h1{
font-size:1.25em;
padding:10px 0 10px 0;
margin-right:170px;
color:#00A6C8;
font-weight:bold;
font-style:italic;
font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
background:url(../images/pointille.gif) left bottom repeat-x;
}
#cdc_page #cdc_bloc_demarches p{
font-size:0.7em;
padding:10px 100px 0 0;
}
/*Bienvenue*/
#cdc_page #cdc_bloc_bienvenue .cdc_bandeau{
background:url(../images/bienvenue_bandeau_fond.gif) #c7c8c9 left top repeat-x;
height:100%;
}
#cdc_page #cdc_bloc_bienvenue .cdc_bandeau h2{
float:left;
font-size:1.05em;
color:#6865CC;
padding-bottom:3px;
}
#cdc_page #cdc_bloc_bienvenue .cdc_bandeau .cdc_bouton{
border:1px solid #808080;
background:url(../images/deconnecter_bouton_fond.gif) #F9C668 left top repeat-x;
font-size:0.6em;
text-transform:uppercase;
font-weight:bold;
float:right;
margin:4px 0 0 0;
}
#cdc_page #cdc_bloc_bienvenue .cdc_bandeau .cdc_bouton a{
display:block;
padding:3px 15px;
text-decoration:none;
color:#6E0000;
}
#cdc_page #cdc_bloc_bienvenue .cdc_bandeau .cdc_bouton a:hover{
color:#666;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col1{
width:49%;
float:left;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col2{
width:49%;
float:right;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col1 p{
padding:5px 15px 5px 30px;
font-size:0.75em;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col1 .cdc_logo{
padding:0 30px 15px 30px;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col2 ul{
padding:5px 0 0 0;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col2 ul li{
font-size:0.75em;
list-style-type:none;
line-height:1.1em;
padding:0 0 10px 0;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col2 ul li a,#cdc_page #cdc_bloc_bienvenue .cdc_col2 ul li span{
text-decoration:none;
color:#000;
display:block;
padding-left:17px;
background:url(../images/liste_puce_rouge.gif) left 1px no-repeat;
}
#cdc_page #cdc_bloc_bienvenue .cdc_col2 ul li a:hover {
text-decoration:underline;
}
#cdc_page #cdc_bloc_bienvenue .cdc_active{
padding-top:10px;
}
#cdc_page #cdc_bloc_bienvenue p.cdc_message{
color:#BE0B0E;
padding:5px 0 10px 30px;
font-size:0.75em;
}
#cdc_page #cdc_bloc_bienvenue .cdc_desactive{
background-color:#F2F2F2;
padding-top:10px;
}
#cdc_page #cdc_bloc_bienvenue .cdc_desactive p{
color:#BE0B0E;
}
#cdc_page #cdc_bloc_bienvenue .cdc_desactive p.cdc_active{
padding-bottom:10px;
}
#cdc_page #cdc_bloc_bienvenue .cdc_desactive p.cdc_active a{
color:#BE0B0E;
}
#cdc_page #cdc_bloc_bienvenue .cdc_desactive .cdc_col2 ul li span{
color:#999;
background:url(../images/liste_puce_gris.gif) left 1px no-repeat;
}
/*Identification*/
#cdc_page #cdc_bloc_identification .cdc_col1{
width:49%;
float:left;
border-right:1px solid #000;
}
#cdc_page #cdc_bloc_identification .cdc_col2{
width:49%;
float:right;
}
#cdc_page #cdc_bloc_identification p{
font-size:0.75em;
padding:0 20px 10px 10px;
}
#cdc_page #cdc_bloc_identification p.petit{
font-size:0.7em;
}
#cdc_page #cdc_bloc_identification .cdc_plus{
padding:0 20px 10px 10px;
}
#cdc_page #cdc_bloc_identification form fieldset{
padding:0 20px 10px 10px;
clear:both;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_valider .cdc_plus{
padding-left:0;
padding-top:2px;
float:left;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_valider input{
width:70px;
float:right;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_coche{
position:relative;
top:-10px;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_coche input{
margin-top:10px;
margin-right:5px;
width:auto;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_coche label{
width:180px;
padding-top:0;
}
#cdc_page #cdc_bloc_identification form fieldset.cdc_coche label img{
position:relative;
top:5px;
left:3px;
}
#cdc_page #cdc_bloc_identification form fieldset label{
font-size:0.75em;
width:75px;
float:left;
display:block;
padding-top:4px;
}
#cdc_page #cdc_bloc_identification form fieldset input{
font-size:0.75em;
width:140px;
float:left;
display:block;
}
#cdc_page .cdc_boite_connexion{
border:1px solid #000;
margin:0 20px 10px 10px;
background:url(../images/connexion_fond.gif) #fff left bottom repeat-x;
}
#cdc_page .cdc_boite_connexion .cdc_bouton{
float:left;
padding:10px 10px;
font-size:0.7em;
font-weight:bold;
}
#cdc_page .cdc_boite_connexion .cdc_bouton a{
display:block;
border:1px solid #000;
background:url(../images/connexion_bouton_fond.gif) left top repeat-x;
text-decoration:none;
padding:2px 10px;
color:#fff;
}
#cdc_page .cdc_boite_connexion .cdc_logo{
float:right;
padding:5px 10px;
}
#cdc_page .cdc_boite_connexion .cdc_logo img {
border: 0;
}
#cdc_page #cdc_bloc_identification .cdc_boite_connexion{
}
#cdc_page #cdc_bloc_identification .cdc_boite_connexion .cdc_bouton{
padding:15px 10px;
}
#cdc_page #cdc_bloc_identification .cdc_boite_connexion .cdc_bouton a{
padding:2px 15px;
}
#cdc_page #cdc_bloc_identification .cdc_boite_connexion .cdc_logo{
padding:10px;
}
/*Pourquoi*/
#cdc_page #cdc_bloc_pourquoi .cdc_tete,#cdc_page #cdc_bloc_pourquoi .cdc_content{
border-left:1px solid #82adb7;
}
#cdc_page #cdc_bloc_pourquoi .cdc_tete{
padding-right:7px;
height:25px;
background:url(../images/pourquoi_coinhaut.gif) right top no-repeat;
}
#cdc_page #cdc_bloc_pourquoi .cdc_tete .cdc_coindroit{
background:url(../images/pourquoi_fondhaut.gif) right top repeat-x;
}
#cdc_page #cdc_bloc_pourquoi .cdc_content{
background:url(../images/pourquoi_fondcote.gif) #e3f2e6 right top repeat-y;
}
#cdc_page #cdc_bloc_pourquoi .cdc_pied{
background:url(../images/pourquoi_fondbas.gif) right top repeat-x;
height:39px;
}
#cdc_page #cdc_bloc_pourquoi .cdc_pied .cdc_coingauche{
background:url(../images/pourquoi_coingauche.gif) left top no-repeat;
width:8px;
height:39px;
}
#cdc_page #cdc_bloc_pourquoi .cdc_pied .cdc_coindroit{
background:url(../images/pourquoi_coindroit.gif) left top no-repeat;
width:41px;
height:39px;
}
#cdc_page #cdc_bloc_pourquoi h2{
color:#fff;
padding:7px 0 5px 7px;
font-style:normal;
}
#cdc_page #cdc_bloc_pourquoi p{
font-size:0.75em;
font-weight:bold;
padding:15px 25px 5px 25px;
}
#cdc_page #cdc_bloc_pourquoi ul{
padding:0 35px 0 25px;
}
#cdc_page #cdc_bloc_pourquoi ul li{
font-size:0.75em;
list-style-position:inside;
color:#75BF82;
padding-bottom:5px;
}
#cdc_page #cdc_bloc_pourquoi ul li span{
color:#000;
}
/*Hauteurs minimum pour les blocs en regard*/
#cdc_page .cdc_colonnea #cdc_bloc_demarches_courantes .cdc_content,#cdc_page .cdc_colonneb #cdc_bloc_evenements .cdc_content{
min-height:220px;
}
#cdc_page .cdc_colonnea #cdc_bloc_identification .cdc_content{
min-height:290px;
}
#cdc_page .cdc_colonneb #cdc_bloc_pourquoi .cdc_content{
min-height:232px;
}
/* authentic things */
#cdc_page form.quixote {
padding: 0 10px;
font-size:0.75em;
}
#cdc_page form.quixote div.widget input {
margin-left: 1em;
margin-bottom: 1ex;
}
#cdc_page form.quixote div.buttons div.content,
#cdc_page form.quixote div.buttons div.widget {
display: inline;
margin-left: 0em;
}
#cdc_page form.quixote div.buttons br {
display: none;
}
#cdc_page form.quixote span.required {
display: none;
}
#cdc_page fieldset.cdc_connections a {
font-weight: bold;
color:#00A6C8;
padding-left: 1em;
}
#cdc_page fieldset.cdc_connections ul {
list-style: none;
}
#cdc_page fieldset.cdc_connections ul li {
font-size:0.75em;
background:url(../images/liste_puce_rouge.gif) left 1px no-repeat;
text-decoration:none;
color:#000;
display:block;
margin-left: 7px;
padding-left:17px;
}
#cdc_page fieldset.cdc_connections {
margin-bottom: 0.5em;
}
#cdc_page fieldset.cdc_connections legend {
color: #00a6c8;
font-weight: bold;
}
#cdc_page fieldset.cdc_connections li span.but-right {
display: block;
margin-bottom: 1ex;
}
#cdc_page div.errornotice {
font-weight: bold;
font-size:0.75em;
background: #fd6;
border: 1px solid #ffae15;
margin: 0em 1em 1em 1em;
padding: 5px;
}