html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a {
	text-decoration: none;
	color: #DE0019;
}
a:hover {
	text-decoration: underline;
}
a:focus { outline: hidden; } /* Enlève l'encadrement dotted de FF lors d'un clic */

/*
	Association RMCBFM CSS
*/
.asso {
	padding-top: 3px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	width: 831px;
}
.asso br.clear {
	clear: both;
}
.asso .input, .asso .submit {
	color: #6E6F71;
	border: 1px solid #6E6F71;
	padding: 1px 2px;
	text-align: left;
}
.asso .submit:hover{
	border: 1px solid #DE0019;
	color: #DE0019;
	cursor:pointer;
}


/*
 Raccourcis
*/
.fleft { float: left; }
.fright { float: right; }

.pd0 {padding: 0px !important;}
.pd1 {padding: 1px !important;}
.pd2 {padding: 2px !important;}
.pd3 {padding: 3px !important;}
.pd4 {padding: 4px !important;}
.pd5 {padding: 5px !important;}

.mg0 {margin: 0px !important;}
.mg1 {margin: 1px !important;}
.mg2 {margin: 2px !important;}
.mg3 {margin: 3px !important;}
.mg4 {margin: 4px !important;}
.mg5 {margin: 5px !important;}

.mgr10 {margin-right: 10px !important;}
.mgl10 {margin-left: 10px !important;}

.w380 { width: 380px !important;}
.w220 { width: 220px !important;}


/*
	Header
*/
.header {
	padding: 2px;
	border: 1px solid #B9A2A2;
}
.headerRed {
	color: #fff;
	padding: 2px 5px 1px 20px;
	background-color: #DE0019;
}
.headerRed a {
	color: #fff;
	text-decoration: none;
}
.headerRed .flags a img {
	border: 1px solid #BC9696;
}
.headerRed .flags a:hover img {
	border: 1px solid #FFF;
}


/*
	Main
*/
.main {
	margin-top: 5px;
	border: 1px solid #B9A2A2;
	padding: 2px;
}
.main .mainInner {
	padding: 10px;
	background: #F3F3F3 url('../../theme/associationrmcbfm/img/main-inner-bg.png') bottom center no-repeat;
	padding-bottom: 100px;
}


/*
	Footer
*/
.footer {
	background: #fff url('../../theme/associationrmcbfm/img/footer-bg.jpg') center top repeat-x;
	padding: 7px;
	text-align: center;
	font-size: 0.8em;
	color: #919191;
}
.footer a { color: #919191; }


/*
	Sidebar
*/
.sidebar {
	display: block;
	float: left;
	width: 176px;
}
.sidebar .bloc {
	margin-top:10px;
}
.sidebar #defibrillateurs {
	display: block;
	width:170px;
	height: 170px;
	overflow: hidden;
}
.sidebar #defibrillateurs span {
	cursor: pointer;
	display: block;
	position: absolute;
	visibility: hidden;
	height: 170px;
	width: 170px;
	background-position: center center;
	background-repeat: no-repeat;
}
.sidebar .newsletter {
	text-align: center;
}
.sidebar .newsletter p {
	color: #4C4D4F;
	padding: 4px 1px;
	font-weight: bold;
	font-size: 0.8em;
	background: #fff url('../../theme/associationrmcbfm/img/bloc-newsletter-bg.jpg') top left repeat-x;
}
.sidebar .newsletter .input {
	width: 165px;
}
.sidebar .newsletter .submit {
	margin: 6px 0px;
}
.sidebar .add_this {
	margin-top:10px;
	color: #4C4D4F;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
}


/*
	Bloc
*/
.bloc {
	border: 1px solid #909193;
	padding: 2px;
	text-align: justify;
}
.bloc blockquote {
	padding: 0px 10px !important;
}
.bloc h1 {
	height: 32px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 20px;
	font-size: 0.9em;
	color: #DE0019;
	background-image: url('../../theme/associationrmcbfm/img/title-bg.png');
	background-repeat: repeat-x;
}
.bloc h1 .onde {
	display: block;
	height: 32px;
	background-image: url('../../theme/associationrmcbfm/img/title-bg-onde.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.bloc-white {
	background-color: #fff;
}
.bloc .inbloc-grad-bottom {
	background: #fff url('../../theme/associationrmcbfm/img/inbloc-grad-bottom-bg.png') bottom left repeat-x;
}
.bloc .inbloc-grad-top {
	padding: 10px 0px;
	background: #fff url('../../theme/associationrmcbfm/img/inbloc-grad-top-bg.png') top left repeat-x;
	font-size: 1.3em;
	color: #4C4D4F;
}
.bloc .inbloc {
	padding-bottom: 10px;
}

/*
	Menu Principal
*/
.menu {
	border: 1px solid #909193;
	border-top: none;
	background : #FFF;
	font-size: 0.9em;
}
.menu h2 {
	margin: 0;
	padding: 8px 5px;
	padding-left:15px;
	background: #ECEDEF;
	color: #909092;
	border-top: 1px solid #909193;
	cursor: pointer;
	background: #ECEDEF url('../../theme/associationrmcbfm/img/menu-puce-off.png') 3% 50% no-repeat;
	font-weight: bold;
}
.menu h2 a {
	color: #909092;
	text-decoration: none;
	display: block;
}
.menu h2:hover, .menu h2 a:hover {
	color: #DE0019;
}
.menu h2.active {
	color: #fff;
	background-color: #909092;
	background-image: url('../../theme/associationrmcbfm/img/menu-puce-on.png');
}
.menu h2.active a {
	color: #fff;
}
.menu ul {
	padding-left: 5px;
}
.menu li {
	font-size: 0.9em;
	padding: 5px 0px;
	padding-left: 10px;
	background: url('../../theme/associationrmcbfm/img/menu-in-puce-off.png') left center no-repeat;
}
.menu li a {
	color: grey;
}


/*
	Menu de bas de page
*/
.menuBottom {
	text-align: center;
	font-weight: bold;
}
.menuBottom a {
	line-height: 25px;
	margin: 0px 20px;
}
.menuBottom a:hover {
	color:gray;
}


/*
	Contenu & Page
*/
.content {
	float: left;
	width: 616px;
	margin-left: 10px;
	border: 1px solid #B9A2A2;
	background-color: #fff;
}
.page {
	margin: 2px;
	font-size: 10px;
	padding-bottom: 10px; 
	line-height: 1.3em;
}
.page blockquote {
	padding: 0px 15px;
	text-align: justify;
}
.page table {
	width: 100%;
}
.page table td {
	vertical-align:top;
}
.page li {
	margin-left: 15px;
	list-style-type: circle;
	list-style-position: outside;
}
.page li li {
	list-style-type: square;
}
.page h1 {
	font-size: 1.1em;
	height: 32px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 18px;
	color: #DE0019;
	background-image: url('../../theme/associationrmcbfm/img/title-bg.png');
	background-repeat: repeat-x;
}
.page h1 .onde {
	display: block;
	height: 32px;
	background-image: url('../../theme/associationrmcbfm/img/title-bg-onde.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.page h2 {
	font-size: 1.1em;
	line-height:17px;
	color: #DE0019;
}
.page h3 {
	font-size: 1em;
	color: #DE0019;
}
.page h4 {
	font-size: 0.9em;
}
.page h5 {
	font-size: 0.8em;
}
.page h6 {
	font-size: 0.7em;
}
.page .input {
	padding: 3px 2px;
	border: 1px solid #DE0019;
	background-color: #FEEBAB;
	color: #DE0019;
	font-size: 12px;
}
.page .puce{
	margin: 0;
	padding-left:20px;
	background:url('../../theme/associationrmcbfm/img/icon-red.png') 0% 50% no-repeat;
	font-weight: bold;
}
.page hr {
	display: block;
	margin: 15px 0px 15px 0px;
	border: none;
	height: 1px;
	background: #E2E2E2;
}
.page .pdf {
	margin: 0;
	padding-left:20px;
	background:url('../../theme/associationrmcbfm/img/logo-pdf.png') 0% 50% no-repeat;
	font-weight: bold;
}
.page .button {
	display: block;
	width: 209px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#FBE290 url('../../theme/associationrmcbfm/img/rectangle_off.jpg') no-repeat; 
}
.page .button:hover {
	text-decoration:none;
	background:#FBE290 url('../../theme/associationrmcbfm/img/rectangle_on.jpg') no-repeat; 
}
.page .button_big{
	display: block;
	width: 246px;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#FBE290 url('../../theme/associationrmcbfm/img/rectangle_off_big.jpg') no-repeat; 
}
.page .button_big:hover {
	text-decoration:none;
	background:#FBE290 url('../../theme/associationrmcbfm/img/rectangle_on_big.jpg') no-repeat; 
}
.page .red{
	color:#DE0019;
}


/*
	Formulaire
*/
.page .formulaire .message {
	color: #DE0019;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 10px 0px;
}


/*
	Recherche
*/
.page .search {
	display:block;
	background:#A7A7A7;
	color:#FFF;
	font-weight: bold;
	text-align: left;
	padding:3px 10px;
	margin-bottom:5px;
}


/*
	LightBox
*/
/* mediaboxAdvanced - white theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url('../../theme/associationrmcbfm/mediabox/80.png') repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
}

#mbCenter.mbLoading {
	background: #fff url('../../theme/associationrmcbfm/mediabox/ajax-loader.gif') no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #333;
}

#mbImage a:hover, #mbImage a:active {
	color: #000;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0px 10px 10px;
}

#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #333;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 20px;
	background: transparent url('../../theme/associationrmcbfm/mediabox/MinimalPrevious.png') no-repeat center;
}

#mbNextLink {
	width: 30px;
	background: transparent url('../../theme/associationrmcbfm/mediabox/MinimalNext.png') no-repeat center;
}

#mbCloseLink {
	width: 20px;
	background: transparent url('../../theme/associationrmcbfm/mediabox/MinimalClose.png') no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #700;
	font-weight: bold;
	text-decoration: underline;
}