diff --git a/WEB/avis_recus/avis_recus.css b/WEB/avis_recus/avis_recus.css index bed344e..da10085 100755 --- a/WEB/avis_recus/avis_recus.css +++ b/WEB/avis_recus/avis_recus.css @@ -1,46 +1,44 @@ -/* -Crée par PALAFFRE Raphael -Fonction: Lister les avis recus -Page CSS : avis_recu.css -*/ - -body { - color:black; - background-color:white; - background-image:url("../ressources/image/background.jpg"); - background-repeat:no-repeat; - background-size:104%; - margin: 0; - font-family: Ubuntu,Helvetica,sans-serif; -} - -#container{ - margin : 5% 5% 5% 5%; - background-color : white; - border : 2px solid black; -} - -h1{ - text-align : center; - font-size : 250%; - font-weight: bold; -} - -h2{ - text-align : center; - font-size : 150%; - font-weight: bold; -} - -#bouton_retour{ - transform : rotate(45deg); -} - -.etoile{ - height:50px; -} - -.avis_tab{ - width:85%; - padding-left:15%; -} +/*General*/ + +body { + color:black; + background-color:white; + background-image:url("../ressources/image/background.jpg"); + background-repeat:no-repeat; + background-size:104%; + margin: 0; + font-family: Ubuntu,Helvetica,sans-serif; +} + +#container{ + margin : 5% 5% 5% 5%; + background-color : white; + border : 2px solid black; +} + +h1{ + text-align : center; + font-size : 250%; + font-weight: bold; +} + +h2{ + text-align : center; + font-size : 150%; + font-weight: bold; +} + +/*Affichage avis*/ + +#bouton_retour{ + transform : rotate(45deg); +} + +.etoile{ + height:50px; +} + +.avis_tab{ + width:85%; + padding-left:15%; +}