﻿/*****************************************GLOBAL************************************************************/

body{height:100%;margin:0;padding:0;font-size:100%}
#global{position:relative;min-height:100%}
#footer{position:absolute;bottom:0px;width:100%}

a img{border:0}

/************************** NEWS ACCUEIL *********************/

/* class génériques */
/* actualités résumé */
div.newsContainerResume{}
div.newsDateResume{}
div.newsCatResume{}
div.newsTitleResume{}
div.newsSubTitleResume{}
div.newsBodyResume{}
/* actualités Bloc */
div.newsContainerBloc{}
div.newsDateBloc{}
div.newsCatBloc{}
div.newsTitleBloc{}
div.newsSubTitleBloc{}
div.newsBodyBloc{}
/* événement résumé */
div.eventContainer{}
div.eventDateResume{}
div.eventCatResume{}
div.eventTitleResume{}
div.eventSubTitleResume{}
div.eventBodyResume{}
/* événement Bloc */
div.eventContainerBloc{}
div.eventDateBloc{}
div.eventCatBloc{}
div.eventTitleBloc{}
div.eventSubTitleBloc{}
div.eventBodyBloc{}
/* galerie images */
div.imgGalleryContainer {}
div.imgGalleryImage {}
div.imgGalleryImage img {}
div.imgGalleryHiddenContainer {}
div.promoCode {}

.n94,.flg{display:none;}



/*********************************************RESPONSIVE***************************************************/

/*********TABLET LANDSCAPE******/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{

}


/*********TABLET PORTRAIT******/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait)
{

}

/*********LAPTOP******/


@media only screen 
and (min-width : 1240px)
and (max-height : 900px)
{ }


@media only screen 
and (min-width : 100px)
and (max-width : 600px)
{  }


