/*
***********************
**    GMK LAYOUT     **
**    STYLES CSS     **
***********************
*/

html, body  {
	font-family: Arial,sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(/templates/mjc_ra/images/BG.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

body {
	background-image: url(/templates/mjc_ra/images/BGheader.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	min-height: 745px;
}

#main {
	min-height: 100%;
}

/****************** HEADER *********************/
.header {
	height: 300px;
	width: 100%;
}

.logo a {
	background-image: url(/templates/mjc_ra/images/logo_mjc_rhone_alpes.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	display: block;
	width: 115px;
	height: 265px;
	top: 5px;
	left: 0px;
	z-index: 60;
	text-indent: -9999px;
}

.co_lecteurBandeau.bandeau_2 {
	position: absolute;
	height: 168px;
	width: 980px;
	top: 115px;
	z-index: 50;
	overflow: hidden;
}

.co_lecteurBandeau.bandeau_2 .degrade {
	background-image: url(/templates/mjc_ra/images/BGheader.png);
	background-repeat: no-repeat;
	background-position: center -110px;
	display: none;
	position: absolute;
	width: 980px;
	height: 168px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

.co_lecteurBandeau.bandeau_2 .bandeauWarpper {
	position: relative;
	margin-left: 165px;
	z-index: 40;
}

.co_lecteurBandeau.bandeau_1 {
	background-image: url("/templates/mjc_ra/images/ombreSlider.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderBleu.png");
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	padding: 20px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 40px;
	color: #fff;
	width: 340px;
	height: 105px;
	top: 133px;
	left: 20px;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item0 .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderRouge.png");
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item1 .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderViolet.png");
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item2 .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderCyan.png");
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item3 .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderVert.png");
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item4 .bandeauTitrage_wrapper {
	background-image: url("/templates/mjc_ra/images/BGsliderJaune.png");
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_soustitre {
	font-size: 11px;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_titre {
	font-size: 22px;
	line-height: 20px;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_description {
	height: 65px;
	overflow: hidden;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_lien {
	position: absolute;
	right: 25px;
	bottom: 15px;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_lien a {
	background-image: none;
	background-color: #0067b3;
	border: #000 solid 0px;
	border-radius: 3px 3px 3px 3px;
	color: #fff;
	height: auto;
	display: inline-block;
	font-size: 11px;
	margin-top: 0px;
	padding: 2px 8px;
	text-decoration: none;
}

.co_lecteurBandeau.bandeau_1 .itemImage .bandeauTitrage_lien a:hover {
	background-image: none;
	border: #000 solid 0px;
	background-color: #015294;
	color: #fff;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item0 .bandeauTitrage_lien a:hover,
.co_lecteurBandeau.bandeau_1 .itemImage.s1_item0 .bandeauTitrage_lien a {
	background-color: #e75113;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item1 .bandeauTitrage_lien a:hover,
.co_lecteurBandeau.bandeau_1 .itemImage.s1_item1 .bandeauTitrage_lien a {
	background-color: #6875b8;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item2 .bandeauTitrage_lien a:hover,
.co_lecteurBandeau.bandeau_1 .itemImage.s1_item2 .bandeauTitrage_lien a {
	background-color: #00babe;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item3 .bandeauTitrage_lien a:hover,
.co_lecteurBandeau.bandeau_1 .itemImage.s1_item3 .bandeauTitrage_lien a {
	background-color: #b1c800;
}

.co_lecteurBandeau.bandeau_1 .itemImage.s1_item4 .bandeauTitrage_lien a:hover,
.co_lecteurBandeau.bandeau_1 .itemImage.s1_item4 .bandeauTitrage_lien a {
	background-color: #fac117;
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li {
	position: relative;
	float: left;
	margin-left: 5px;
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li a {
	background-image: url("/templates/mjc_ra/images/puceSliderBleu.png");
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 21px;
	height: 20px;
	line-height: 19px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	color: #0067b3;
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.s1_item0 a {
	background-image: url("/templates/mjc_ra/images/puceSliderRouge.png");
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.s1_item1 a {
	background-image: url("/templates/mjc_ra/images/puceSliderViolet.png");
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.s1_item2 a {
	background-image: url("/templates/mjc_ra/images/puceSliderCyan.png");
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.s1_item3 a {
	background-image: url("/templates/mjc_ra/images/puceSliderVert.png");
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.s1_item4 a {
	background-image: url("/templates/mjc_ra/images/puceSliderJaune.png");
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li a:hover,
.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li.selected a {
	background-position: center bottom;
	color: #fff;
}

.co_lecteurBandeau.bandeau_1 .bandeauWarpper .bandeauUI_wrapper .bandeauUI_ul li a .btn_infos {
	right: -1px;
}

/***************** OVERLAY **********************/

.elementOverlay .insideOverlay {
	background-image: url("/templates/mjc_ra/images/loader.gif");
	padding : 15px;
}

/****************** CONTENT *********************/
#main {
	position: relative;
}

.contentWrapper {
	position: relative;
	text-align: center;
	z-index: 10;
	padding-bottom: 138px;
}

.headerContent,
.contentBottom {
	margin: 0 auto;
    position: relative;
	width: 980px;
	text-align: left;
}

.footer,
.contentBottom {
	font-family: Verdana,sans-serif;
}

/****************** FOOTER *********************/
.footer {
	background-image: url(/templates/mjc_ra/images/BGfooter.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	overflow: hidden;
	position: absolute;
	height: 138px;
	width: 100%;
	bottom: 0px;
	z-index: 50;
}

.footer .footerContent {
	margin: 0 auto;
	padding: 0px;
	padding-top: 25px;
    position: relative;
	width: 980px;
}

.footer .footerContent .adresse {
	background-image: url(/templates/mjc_ra/images/logoFooter.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 35px;
	right: 30px;
	color: #fff;
	text-align: right;
	height: 90px;
	padding-right: 75px;
}

.co_inscriptionNewsletter {
	background-image: url(/templates/mjc_ra/images/BGnewsletter.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: absolute;
	color: #fff;
	top: 85px;
	padding-top: 6px;
	width: 322px;
	height: 34px;
}

.co_inscriptionNewsletter .btn {
	background-image: none;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: #aaa solid 0px;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;    
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    text-align: center;
    vertical-align: middle;
	height: 20px;
	width: 60px;
	top: -1px;
	text-decoration: none;
}

/*
     