/***************/
/**  GENERAL  **/
/***************/

/********COULEURS*******/
/*
violet = #8b0752
gris foncé = #2c2927
rose (texte) = #c5408c
*/

/* Pour mettre typo dans le navigateur de l'internaute avec = http://www.fontsquirrel.com/tools/webfont-generator */ 
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 5, 2015 */
/* après, il faut déclarer la police. Ex = p{font-family:'SketchGothicLight',sans-serif;}  */
@font-face {
    font-family: 'SketchGothicLight';
    src: url('fonts/artill_-_sketchgothic-light-webfont.eot');
    src: url('fonts/artill_-_sketchgothic-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/artill_-_sketchgothic-light-webfont.woff2') format('woff2'),
         url('fonts/artill_-_sketchgothic-light-webfont.woff') format('woff'),
         url('fonts/artill_-_sketchgothic-light-webfont.ttf') format('truetype'),
         url('fonts/artill_-_sketchgothic-light-webfont.svg#sketch_gothiclight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DKLemonYellowSun';
    src: url('fonts/dk_lemon_yellow_sun-webfont.eot');
    src: url('fonts/dk_lemon_yellow_sun-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dk_lemon_yellow_sun-webfont.woff2') format('woff2'),
         url('fonts/dk_lemon_yellow_sun-webfont.woff') format('woff'),
         url('fonts/dk_lemon_yellow_sun-webfont.ttf') format('truetype'),
         url('fonts/dk_lemon_yellow_sun-webfont.svg#dk_lemon_yellow_sunregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin:0px;padding:0px}
body {font-size:14px;font-family:Arial;color:#ffffff;background-color:#8B0752;margin-top:0px;text-align:center}
.body-general{height:auto;margin-top:0;z-index:-1;background-color:#cfd541;background:url(../images/fond-general.jpg) center top;background-repeat:repeat-y} 
img {border:none}
.valign {vertical-align:middle}
.home-general {padding-top:20px;width:940px;height:970px}
#logo-general {width:940px;height:110px;text-align:center}
#logo-general img {width: 25%}
#accroche-general {width:940px;height:100px;text-align:center}
#accroche-general img {width: 80%}
#container-general {width:940px;height:725px}
#photo-adultes {width:470px;height:721px;float:left}
#photo-adultes img {width: 100%}
.h2indexadultes{font-family:'SketchGothicLight',sans-serif;font-size:50px;color:#c5408c;font-weight:normal;text-align:center;margin:0;padding:0;height:56px}
#photo-enfants {width:470px;height:721px;float:left}
#photo-enfants img {width: 100%}
.h2indexenfants{font-family:'DKLemonYellowSun',sans-serif;font-size:45px;color:#c5da4b;font-weight:normal;text-align:center;margin:0;padding:0;height:56px}