/***** LGCOM.CSS *****/

/*** BODY ***/
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
	color: #333;
	background: #dcb9cb url(../img/bg_pattern_sport.jpg);
}
img { border: 0; }
a { color: #610233; text-decoration: none; }
a:hover { color: #610233; text-decoration: underline; }



/*** suppression des bordures sur les liens ***/
a:active { outline:none; }
:focus { -moz-outline-style:none; }



/*** FULL CONTAINER ***/
#full_container { margin: 0 auto 50px auto; } 



/*** CLASSES GENERIQUES ***/
.gras { font-weight: bold; }
.sem_gras { font-weight: 400; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
.centre { text-align: center; }
.souligne { text-decoration: underline; }
.rose { color: #b37a98; }
.mauve { color: #403152; }
.fushia { color: #610233; }
.blanc { color: #fff; }
.rouge { color: #f00; }
.gris { color: #d0cfcf; }
.mleft20 { margin-left: 20px; }
.mright30 { margin-right: 30px; }
.mbot20 { margin-bottom: 20px; }
.mbot40 { margin-bottom: 40px; }
.mtop40 { margin-top: 40px; }
.mtop20 { margin-top: 20px; }



/*** BOUTON CSS ***/
button.but_valid {
  background: #fafafa;
  border: 1px solid #ccc; 
  color: #666;
  padding: 5px;
  font-size: 1em;
}
button.but_valid:hover {
  background: #eee;
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
}
button.but_valid img {
  margin: 0 6px -3px 0;
  padding: 0;
  width: 16px;
  height: 16px;
}



/*** HEADER LANGUES ***/
#header_langues {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	min-height: 35px;
	/*background: url(../img/bg_header_langue_h35.png) repeat-x;*/
	background: url(../img/bg_header_langue_h35_fushia.png) repeat-x;
	z-index: 2;
}
#container_langues { 
	margin: 0 auto;
}
#container_langues div { float: left; color: #fff; }
#nom_site { 
	width: 600px;
	font-size: 0.9em;
	padding: 6px 0 0 25px;
}
#nom_site a { color: #fff; text-decoration: none; }
#nom_site a:hover { color: #fff; text-decoration: underline; }
#langues { 
  width: 300px;
  font-size: 0.9em;
  padding: 6px 25px 0 0;
  text-align: right;
}
#langues span a { color: #fff; }
#langues span img { 
	margin: 1px 0 -1px 0;
}



/*** HEADER ***/
#header {
  width: 950px;
  height: 230px;
  min-height: 230px;
  /*background: url(../img/header_v3.jpg) no-repeat top left;*/
  background: url(../img/header_v3_fushia.jpg) no-repeat top left;
}



/*** MENU ***/
#container_menu {
	height: 50px;
	min-height: 50px;
	/*background: url(../img/bg_menu.jpg) no-repeat top left;*/
	background: url(../img/bg_menu_fushia.jpg) no-repeat top left;
}
ul#menu, ul#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu { 
	width: 946px;
	margin: 0 2px;
	height: 50px;
}
ul#menu li { 
	float: left;
	display: block;
	width: 135px;
}
ul#menu li.dernier_menu {
	width: 136px;
}
ul#menu li a { 
	display: block;
	text-decoration: none;
	background: none;
	height: 34px; /*50-16*/
	text-align: center;
	padding-top: 16px;
	color: #333;
}
ul#menu li a:hover { 
  display: block;
  text-decoration: none;
  /*background: url(../img/bg_menu_on.jpg) repeat-x top left;*/
  background: url(../img/bg_menu_fushia_on.jpg) repeat-x top left;
  height: 34px; /*50-16*/
  text-align: center;
  padding-top: 16px;
  color: #610233;
}



/*** ALRM INFO ***/
#alrm_info {
  height: 53px; /*80-27*/
  min-height: 53px;
  /*background: url(../img/bg_alrm_info.jpg) no-repeat top left;*/
  background: url(../img/bg_alrm_info_fushia.jpg) no-repeat top left;
  padding: 27px 0 0 170px;
  font-size: 0.9em;
  color: #666;
  font-style: italic;
}
#alrm_info ul, #alrm_info ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}



/*** SIDEBLOC ***/
.sidebloc {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
}
.sidebloc_top {
	margin: 0;
	background: url(../img/sidebloc_bg_top.jpg) no-repeat top left;
	padding: 7px 0 0 10px;
	height: 23px; /*30-7*/
}
.sidebloc_contenu {
	margin: 0;
  background: url(../img/sidebloc_bg_mid.jpg) repeat-y top left;
  padding: 5px;
}
.sidebloc_bottom {
	margin: 0;
  background: url(../img/sidebloc_bg_bot.jpg) no-repeat top left;
  height: 10px;
  min-height: 10px;
}


/*** CONTENU PAGE ***/
#contenu_page {
	min-height: 400px;
	/*background: url(../img/bg_contenu_border.jpg) repeat-y top left;*/
	background: url(../img/bg_contenu_border_fushia.jpg) repeat-y top left;
	width: 946px;
	padding: 0 2px 40px 2px;
	font-size: 0.9em;
}

#main, #side { float: left; }
#main {
	width: 668px;
	/*background: #eee;*/
}
#side {
	width: 278px;
	/*background: #fafafa;*/
}
.ajout_marges { padding: 0 20px 0 18px; }

.ariane_main {
	width: 645px; /*668-23*/
	height: 24px; /*30-6*/
	/*background: url(../img/bg_ariane.jpg) no-repeat top left;*/
	background: url(../img/bg_ariane_fushia.jpg) no-repeat top left;
	padding: 6px 0 0 23px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contenu_texte {
	width: 630px;
	text-align: justify;
	margin: 0 20px 60px 18px;
}
.contenu_texte_mbot20 {
  width: 630px;
  text-align: justify;
  margin: 0 20px 20px 18px;
}



/*** BLOCS X4 ***/
#blocs_x4 {
	height: 250px;
	min-height: 250px;
	margin-top: 60px;
	margin-bottom: 100px;
	/*background: #0f0;*/
}
#blocs_x4 a {
	display: block;
	width: 200px;
	height: 250px;
	float: left;
}
#blocs_x4 a#chir { margin-left: 28px; }



/*** FOOTER ***/
#footer {
  height: 360px;
  min-height: 360px;
  /*background: url(../img/bg_footer.jpg) repeat-y top left;*/
  background: url(../img/bg_footer_fushia.jpg) repeat-y top left;
  border-style: solid;
  border-color: #610233;
  border-width: 0 0 2px 0;
}
#footer_nom_site {
  padding: 40px 0 0 20px;
  color: #b37a98;
  font-weight: bold;
  font-style: italic;
  font-size: 1.6em;
}
#footer_nom_alrm {
  padding: 0 0 0 20px;
  color: #d0cfcf;
  font-style: italic;
  font-size: 1em;
}
#footer_adresse {
  padding: 0 0 0 20px;
  color: #d0cfcf;
}
ul#footer_menu1, ul#footer_menu1 li, ul#footer_menu2, ul#footer_menu2 li, ul#footer_menu3, ul#footer_menu3 li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#footer_menu1, ul#footer_menu2 {
  padding-top: 85px;
}
ul#footer_menu3 {
	padding-top: 30px;
}
ul#footer_menu1 li, ul#footer_menu2 li, ul#footer_menu3 li {
  display: block;
  height: 24px; /*30-6*/
  border-style: solid;
  border-color: #d0cfcf;
  border-width: 0 0 1px 0;
  padding-top: 6px;
  font-size: 0.9em;
}
ul#footer_menu1 li a, ul#footer_menu2 li a, ul#footer_menu3 li a {
	color: #d0cfcf;
	text-decoration: none;
}
ul#footer_menu1 li a:hover, ul#footer_menu2 li a:hover, ul#footer_menu3 li a:hover {
  color: #d0cfcf;
  text-decoration: underline;
}
a#acces {
	color: #b37a98;
	text-decoration: none;
}
a#acces:hover {
  color: #b37a98;
  text-decoration: underline;
}



/*** BUREAU ***/
.carousel_bureau, .carousel_controler {
	margin: 0 auto;
	background: #fafafa;
	border: #610233 2px solid;
}
.carousel_controler {
  margin: 0 auto;
  background: #fff;
  border: #b37a98 1px solid;
}
.carousel_bureau ul { width: 100%; }
.carousel_bureau ul li { 
	text-align: center;
	width: 100px; 
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 10px auto;
}
.carousel_bureau ul li img { margin: 5px auto; }
.carousel_controler { 
	margin-top: 10px;
	height: 30px;
	width: 150px;
	text-align: center;
  padding-top: 10px; 
}
.carousel_controler a {
	text-decoration: none;
	color: #b37a98;
	font-size: 2em;
}
.carousel_controler a:hover {
	color: #610233;
}
#profil_membre {
	width: 610px; /*630-20*/
  margin: 20px 20px 0 18px;
  border: #610233 2px solid;
  padding: 10px;
}
.equipe_photo {
	width: 250px;
	margin-right: 10px;
	float: left;
	text-align: center;
}
.equipe_photo img {
	background: #fafafa;
	padding: 10px;
	margin: 10px auto -10px auto;
	border: #ccc 1px solid;
}
.equipe_infos {
	width: 350px;
	float: left;
	padding-top: 10px;
}
.equipe_infos a img {
	margin: 3px 5px -3px 3px;
}
#compo_bureau {
	width: 610px;
  margin: 20px 20px 0 18px;
  border: #610233 2px solid;
	padding: 10px;
}
.membre_type {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
#retour_hierarchie img, .pre_lien {
	margin: 3px 5px -3px 3px;
}



/*** LIENS ***/
ul#liste_liens, ul#liste_liens li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#liste_liens li {
  display: block;
}
ul#liste_liens li p {
  float: left;
}
p.lien_logo { 
  width: 200px;
  margin-right: 10px;
}
p.lien_desc {
  display: block;
  width: 420px;
}
hr.sep_liens {
  color: #b37a98;
  background-color: #b37a98;
  height: 1px;
  border: 0;
}



/*** VISITEURS ***/
ul#portfolio, ul#portfolio li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#portfolio {
  margin: 0 20px 120px 18px;
}
ul#portfolio li img {
  border: 0;
  padding: 0;
}



/*** SIDEBAR AGENDA ***/
table.cal {
  margin: 10px;
  width: 210px;
}
table.cal td {
  text-align: center;
  padding: 0;
  width: 30px;
}
table.cal td a { 
	display: block;
	border: #ccc 1px solid; 
	margin: 1px;
}
table.cal td div { 
  border: #ccc 1px solid; 
  margin: 1px;
  background: #fff;
  font-weight: bold;
}
table.cal td div a {
	text-decoration: none;
	color: #610233;
}
table.cal td div a:hover {
  text-decoration: none;
  color: #fff;
  background: #b37a98;
}
table.cal td.today a {
	background: #fff;
	border: #b37a98 1px solid;
	color: #b37a98;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
table.cal td.event_ok a {
	background: #610233;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
table.cal td.no_event a {
	cursor: default;
	text-decoration: none;
}
table.cal td.agenda_nom_mois {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	width: 150px;
	height: 25px;
}



/*** AGENDA COLORBOX ***/
.colorbox_texte { 
	font-size: 0.9em;
	text-align: left; 
}
.bloc_evenement { 
	background: #eee;
	padding: 10px;
	border: #b37a98 2px solid;
	margin: 20px 10px 20px 0;
}
.agenda_titre_evt { 
	float: left;
	border-bottom: #b37a98 1px dotted;
	font-weight: bold;
}
.agenda_type_evt {
	text-align: right;
	float: right;
	font-style: italic;
}



/*** SIDEBOX LIENS ***/
.side_lien {
  margin: 10px auto;
  display: block;
}



/*** SIDEBOX CONGRES ***/
.sidebox_congres { margin-bottom: 10px; }
.sidebox_congres a {
	display: block;
  margin: 10px auto 0 auto;
  width: 210px;
}
.sidebox_congres a img {
	margin: 0 auto;
} 



/*** SIDEBOX PUBLICATIONS ***/
.sidebox_pub { margin-bottom: 10px; }
.sidebox_pub a {
  display: block;
  margin: 10px auto 0 auto;
  width: 210px;
}
.sidebox_pub a img {
  margin: 0 auto;
}



/*** SIDEBOX METEO ***/
.meteo_jour {
  float: left;
  margin: 0;
  padding: 15px 0 0 25px;
  font-size: 1.5em;
  text-align: center;
}
.meteo_jour_picto {
  float: right;
  width: 100px;
  margin: 0;
}
.conditions {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 5px 0 5px;
}



/*** CONGRES ***/
.bloc_congres {
  background: #fafafa;
  border: #610233 2px solid;
  margin: 20px 0;
  padding: 10px;
  overflow: auto;
}
.header_congres {
  padding: 2px 0;
  margin-bottom: 10px;
  border-bottom: #610233 1px dotted;
  font-weight: bold;
  font-style: italic;
}
.affiche_congres {
  float: right;
  width: 200px;
  margin-left: 10px;
}
.detail_congres {
  float: left;
  width: 396px;
}
.affiche_congres a img, .affiche_congres img {
  border: #ccc 1px solid;
  padding: 9px;
  background: #fff;
}
.detail_congres a img {
  margin: 3px 5px -3px 0;
}
.detail_congres a, .detail_congres a:hover { text-decoration: none; }
.bloc_archive_congres {
  background: #fff;
  border: #b37a98 2px solid;
  margin: 5px 0;
  padding: 10px;
  overflow: auto;
}
.header_archive {
  font-style: italic;
}
.header_archive a {
  display: block;
  float: right;
  width: 12px;
  color: #b37a98;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.header_archive a:hover {
  display: block;
  float: right;
  width: 12px;
  color: #610233;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
.archive_detail {
  border-top: #610233 1px dotted;
  padding-top: 10px;
}



/*** PUBLICATIONS ***/
ul#liste_pub_txt, ul#liste_pub_txt li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#liste_pub_txt li img {
	margin: 3px 5px -3px 0;
}
ul#liste_pub, ul#liste_pub li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#liste_pub li {
	display: block;
	background: #fafafa;
	border: #610233 2px solid;
  margin: 20px 0;
  padding: 10px;
}
.pub_cover {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-top: 30px;
}
.pub_detail {
  float: right;
  width: 396px;
}
.pub_cover a img, .pub_cover img {
  border: #ccc 1px solid;
  padding: 9px;
  background: #fff;
}
.pub_infos {
	border-top: #610233 1px dotted;
	border-bottom: #610233 1px dotted;
	padding: 10px 5px;
	margin-top: 10px;
	background: #fff;
}
.pub_retour {
	margin: 0;
	text-align: right;
}
.pub_retour a, .pub_retour a:hover, a.lien_commande, a.lien_commande:hover { text-decoration: none; }
.pub_retour a img, a.lien_commande img { margin: 3px 5px -3px 0; }
