/* style du site accidentsmain.fr */

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
}
body{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 1.1em;
}
p{
	font-size: 1.1em;
}

hr{
	border: 1px dotted #000;
}

h2{
	width: 759px;
	height: 51px;
	margin-top: 0px;
}

h3{
	font-size: 1.3em;
}

h4{
	font-size: 1.1em;
	font-weight: normal;
}

/* conteneur central*/
.conteneur{
	margin-left: auto;
	margin-right:auto;
	width: 759px;
	text-align: left;
	background-color: #ffffff;
}
/*blocs principaux de l'index*/
.conteneur_index{
	margin-left: auto;
	margin-right:auto;
	width: 759px;
	text-align: left;
	background-color: #ffffff;
}

.bloc_index_gauche{
	float: left;
	width: 516px;
	padding: 0px 0px;
}
.bloc_index_droite{
	float: left;
	width: 240px;
	background: url(../squelettes/images/fond_menu_index.gif) left top no-repeat;
}

.anim_index{
	width: 510px;
	height: 252px;
	margin-left: 3px;
}
/* entete de l'index */

.entete_index{
	width: 759px;
	height: 80px;
	background: url(../squelettes/images/entete_urcam.gif) left top no-repeat;
	
}

/* menu secondaire index */
.index_menu2{
	position: relative;
	top: 64px;
	height: 16px;
}
.index_menu2 ul, .index_menu2 li{
	display: inline;
	padding-left: 5px;
}
.index_menu2 a{	
	font-size: 1.1em;
	color: #FFF;
	text-decoration:none;
}
.index_menu2 a:hover{	
	text-decoration: underline;
}
.separateur_menu{
	color:#759bbb;
}

/* conteneur vert d el'index*/
.conteneur_vert{
	height:90px;
	padding-left: 3px;
}

.conteneur_vert h2{
	display:inline
}

.conteneur_vert p{
	color: #fff;
	font-size: 1em;
}

.conteneur_vert a{
	color: #4b9630;
	text-decoration: none;
	font-size: 1em;
}

.conteneur_vert a:hover{
	text-decoration: underline;
}

#gauche_vert{
	float: left;
	width: 10px;
	height:90px;
	background: url(../squelettes/images/index_gauche.gif) left top no-repeat;
}
#pensez_vert{
	float: left;
	padding-top: 5px;
	width: 95px;
	height:85px;
	background: url(../squelettes/images/carrevert.gif) left top repeat;
}
#pensez_vert .titre_vert{
	height: 17px;
	background: url(../squelettes/images/t_pensez_y.gif) left top no-repeat;
}
#actu_vert .titre_vert{
	/*border: 1px solid #ccc;*/
	height: 17px;
	background: url(../squelettes/images/t_actualites.gif) left top no-repeat;
}

#pensez_vert_texte{
	float: left;
	width: 192px;
	height:90px;
	line-height: 14px;
	background: url(../squelettes/images/carrevert.gif) left top repeat;
}
#points_vert{
	float: left;
	width: 10px;
	height:90px;
	background: url(../squelettes/images/index_point.gif) left top no-repeat;
}
#actu_vert{
	float: left;
	padding-top: 5px;
	height:85px;
	width: 193px;
	line-height: 14px;
	background: url(../squelettes/images/carrevert.gif) left top repeat;
}
#actu_vert p{
	margin-top:0px;
}
#droite_vert{
	float: left;
	width: 10px;
	height:90px;
	background: url(../squelettes/images/index_droite.gif) left top no-repeat;
}


/* zone du menu de droite*/

.index_menu{
	width: 240px;
	background: url(../squelettes/images/fond_menu_index.gif) left top no-repeat;
	padding-top: 0px;
}

.index_menu div{
	padding: 5px;
	height: 56px;
	list-style-type: none;
}
.index_menu a{
	text-decoration: none;
}

.m_i_anatomie a{
	display: block;
	height: 54px;
	width: 225px;
	background: url(../squelettes/images/N_index_anatomie.gif) left top no-repeat;
}
.m_i_anatomie a:hover{
	background: url(../squelettes/images/R_index_anatomie.gif) left top no-repeat;
}

.m_i_univers a{
	display: block;
	height: 56px;
	background: url(../squelettes/images/N_index_univers.gif) left top no-repeat;
}
.m_i_univers a:hover{
	background: url(../squelettes/images/R_index_univers.gif) left top no-repeat;
}
.m_i_vrai a{
	display: block;
	height: 56px;
	background: url(../squelettes/images/N_index_vrai.gif) left top no-repeat;
}
.m_i_vrai a:hover{
	background: url(../squelettes/images/R_index_vrai.gif) left top no-repeat;
}
.m_i_protection a{
	display: block;
	height: 56px;
	background: url(../squelettes/images/N_index_protection.gif) left top no-repeat;
}
.m_i_protection a:hover{
	background: url(../squelettes/images/R_index_protection.gif) left top no-repeat;
}
.m_i_blessure a{
	display: block;
	height: 56px;
	background: url(../squelettes/images/N_index_blessures.gif) left top no-repeat;
}
.m_i_blessure a:hover{
	background: url(../squelettes/images/R_index_blessures.gif) left top no-repeat;
}

/* entete des autres pages */
.entete{
	width:759px;
	height:100px;
	background: url(../squelettes/images/fond_entete2.gif) left top no-repeat;

}

/* zone principale*/
.contenu{
	width:759px;
	min-height: 319px;
	background-color: #fff;
}


.T_contact{
	background: url(../squelettes/images/T_contact.gif) left 10px no-repeat;
	width: 600px;	
}

.T_lien{
	background: url(../squelettes/images/T_lien.gif) left 10px no-repeat;
	width: 600px;	
}
.T_mentions{
	background: url(../squelettes/images/T_mentions.gif) left 10px no-repeat;
	width: 600px;	
}
.T_credits{
	background: url(../squelettes/images/T_credits.gif) left 10px no-repeat;
	width: 600px;	
}
.texte_credit{
	margin-left: 15px;
}
.texte_credit h3.spip{
	color: #00538e;
}
.texte_credit h3{
	color: #00538e;
}

.texte_credit h4.spip{
	background: url(../squelettes/images/flechebleue.gif) left top no-repeat;
	margin-left: 70px;
	padding-left: 25px;
}

.texte_credit h4{
	background: url(../squelettes/images/flechebleue.gif) left top no-repeat;
	margin-left: 70px;
	padding-left: 25px;
}

.texte_credit p{
	margin-left: 95px;
	padding-right: 10px;
}

.texte_credit a{
	color: #00538e;
	font-size: 1em;
	text-decoration: none;
}
.texte_credit h4 a{
	color: #000;
}
.texte_credit a:hover{
	text-decoration: underline;
}

.texte_credit .ligne00538e{
	background: url(../squelettes/images/ligne00538e.gif) left top repeat;
	width: 729px;
	height: 5px;
	font-size: 0.1em;
}
.texte_credit hr{
	background: url(../squelettes/images/ligne00538e.gif) left top repeat;
	width: 729px;
	height: 5px;
	font-size: 0.1em;
}


.texte_credit .demiligne00538e{
	background: url(../squelettes/images/ligne00538e.gif) left top repeat;
	width: 630px;
	height: 5px;
	font-size: 0.1em;
}

/*contact*/

.texte_contact{
	margin-left: 15px;
}

.formgauche{
	float: left;
	line-height: 22px;
}

.formdroite{
	float: left;
	margin-left: 15px;
}

.formdroite textarea{
	width: 300px;
	height: 80px;
}


/* menu secondaire */
.menu2{
	/*padding-left: 280px;*/
	float: right;
	padding-top: 10px;
	height: 16px;
}
.menu2 ul, .menu2 li{
	display: inline;
	padding-right: 5px;
}
.menu2 b{
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
}
.menu2 a{	
	font-size: 1.1em;
	color: #FFF;
	text-decoration:none;
}
.menu2 a:hover{	
	text-decoration: underline;
}
.separateur_menu{
	color:#759bbb;
}
/*menu principal*/

/*.menu{
	position: absolute;
	padding-left:0px;
	height: 39px;
	width: 759px;
	top: 61px;
}*/
.menu{
	float: left;
	padding-left:0px;
	height: 39px;
	width: 759px;
	margin-top: 34px;
}

.menu a{
	display: block;
	text-decoration: none;
	height:39px;
}

.menu b{
	display: block;
	height:39px;
}
.m_anatomie a{
	float: left;
	height: 39px;
	width: 110px;
	background: url(../squelettes/images/N_b_anatomie.gif) left top no-repeat;
}
.m_anatomie a:hover{
	background: url(../squelettes/images/R_b_anatomie.gif) left top no-repeat;
}
.m_anatomie b{
	float: left;
	width: 110px;
	background: url(../squelettes/images/R_b_anatomie.gif) left top no-repeat;
}

.m_univers a{
	float: left;
	height: 39px;
	width: 120px;
	background: url(../squelettes/images/N_b_risque.gif) left top no-repeat;
}
.m_univers a:hover{
	background: url(../squelettes/images/R_b_risque.gif) left top no-repeat;
}
.m_univers b{
	float: left;
	width: 120px;
	background: url(../squelettes/images/R_b_risque.gif) left top no-repeat;
}
.m_vrai a{
	float: left;
	height: 39px;
	width: 120px;
	background: url(../squelettes/images/N_b_vrai.gif) left top no-repeat;
}
.m_vrai a:hover{
	background: url(../squelettes/images/R_b_vrai.gif) left top no-repeat;
}

.m_vrai b{
	float: left;
	width: 120px;
	background: url(../squelettes/images/R_b_vrai.gif) left top no-repeat;
}

.m_protection a{
	float: left;
	height: 39px;
	width: 110px;
	background: url(../squelettes/images/N_b_protection.gif) left top no-repeat;
}
.m_protection a:hover{
	background: url(../squelettes/images/R_b_protection.gif) left top no-repeat;
}

.m_protection b{
	float: left;
	width: 110px;
	background: url(../squelettes/images/R_b_protection.gif) left top no-repeat;
}

.m_blessure a{
	float: left;
	height: 39px;
	width: 107px;
	background: url(../squelettes/images/N_b_blessure.gif) left top no-repeat;
}
.m_blessure a:hover{
	background: url(../squelettes/images/R_b_blessure.gif) left top no-repeat;
}

.m_blessure b{
	float: left;
	width: 107px;
	background: url(../squelettes/images/R_b_blessure.gif) left top no-repeat;
}

/* divers*/
.invisible{
	visibility: hidden;
	display: none;
}
.spacer{
	clear: both;
}
