@charset "UTF-8";



/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */



/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* Horizontal Tabbed Panels

 *

 * The default style for a TabbedPanels widget places all tab buttons

 * (left aligned) above the content panel.

 */



/* This is the selector for the main TabbedPanels container. For our

 * default style, this container does not contribute anything visually,

 * but it is floated left to make sure that any floating or clearing done

 * with any of its child elements are contained completely within the

 * TabbedPanels container, to minimize any impact or undesireable

 * interaction with other floated elements on the page that may be used

 * for layout.

 *

 * If you want to constrain the width of the TabbedPanels widget, set a

 * width on the TabbedPanels container. By default, the TabbedPanels widget

 * expands horizontally to fill up available space.

 *

 * The name of the class ("TabbedPanels") used in this selector is not

 * necessary to make the widget function. You can use any class name you

 * want to style the TabbedPanels container.

 */

.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	margin-bottom: 20px;

}
#top01 {
	height: 10px;
	margin: 0px;
	background-image: url(../images/tabs/top_01.gif);
	background-repeat: no-repeat;
	float: left;
	width: 480px;
}
#bottom01 {
	height: 10px;
	margin: 0px;
	background-image: url(../images/tabs/bottom_01.gif);
	background-repeat: no-repeat;
	float: left;
	width: 480px;
}
#center01 {
	margin: 0px;
	background-image: url(../images/tabs/center_01.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 460px;
	padding-top: 3px;
}
img.droite {
	float: right;
	display: block;
}
#contact {
	float: left;
	margin-bottom: 10px;
}





/* This is the selector for the TabbedPanelsTab. This container houses

 * the title for the panel. This is also the tab "button" that the user clicks

 * on to activate the corresponding content panel so that it appears on top

 * of the other tabbed panels contained in the widget.

 *

 * For our default style, each tab is positioned relatively 1 pixel down from

 * where it wold normally render. This allows each tab to overlap the content

 * panel that renders below it. Each tab is rendered with a 1 pixel bottom

 * border that has a color that matches the top border of the current content

 * panel. This gives the appearance that the tab is being drawn behind the

 * content panel.

 *

 * The name of the class ("TabbedPanelsTab") used in this selector is not

 * necessary to make the widget function. You can use any class name you want

 * to style this tab container.

 */

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	width: 95px;
	height: 20px;
	margin: 0px;
	text-align: center;
	padding-top: 3px;
	background-image: url(../images/tabs/tabs2_grd.gif);
	font-size: 11px;

}








/* This selector is an example of how to change the appearnce of a tab button

 * container as the mouse enters it. The class "TabbedPanelsTabHover" is

 * programatically added and removed from the tab element as the mouse enters

 * and exits the container.

 */

.TabbedPanelsTabHover {
	background-image: url(../images/tabs/tabs2.hover_grd.gif);

}



/* This selector is an example of how to change the appearance of a tab button

 * container after the user has clicked on it to activate a content panel.

 * The class "TabbedPanelsTabSelected" is programatically added and removed

 * from the tab element as the user clicks on the tab button containers in

 * the widget.

 *

 * As mentioned above, for our default style, tab buttons are positioned

 * 1 pixel down from where it would normally render. When the tab button is

 * selected, we change its bottom border to match the background color of the

 * content panel so that it looks like the tab is part of the content panel.

 */

.TabbedPanelsTabSelected {
	border-bottom-style: none;
	background-image: url(../images/tabs/tabs1.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 90px;
	padding-top: 3px;
	margin: 0px;
	color: #137845;

}



/* This is the selector for the ContentGroup. The ContentGroup container houses

 * all of the content panels for each tabbed panel in the widget. For our

 * default style, this container provides the background color and borders that

 * surround the content.

 *

 * The name of the class ("TabbedPanelsContentGroup") used in this selector is

 * not necessary to make the widget function. You can use any class name you

 * want to style the ContentGroup container.

 */

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FEFEFC;
	float: left;

}



/* This is the selector for the Content panel. The Content panel holds the

 * content for a single tabbed panel. For our default style, this container

 * provides some padding, so that the content is not pushed up against the

 * widget borders.

 *

 * The name of the class ("TabbedPanelsContent") used in this selector is

 * not necessary to make the widget function. You can use any class name you

 * want to style the Content container.

 */

.TabbedPanelsContent {
	float: left;
	width: 480px;


}



/* This selector is an example of how to change the appearnce of the currently

 * active container panel. The class "TabbedPanelsContentVisible" is

 * programatically added and removed from the content element as the panel

 * is activated/deactivated.

 */

.TabbedPanelsContentVisible {
	float: left;

}
.TabbedPanelsTabGroup {
	float: left;
}
.img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#mags {
	margin-top: 30px;
	float: right;
	width: 100%;
}
.cadre_type_theme {
	border: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 5px;
	color: #333333;
	font-weight: bold;
}

#couv_mag {
	float: left;
	height: 135px;
	width: 105px;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 3px;
}
#gauche {
	float: left;
	width: 130px;
}
#droite {
	width: 320px;
	float: right;
}

#droite2 {
	width: 98%;
	margin: auto;
}
ul.liste_evt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	margin-top: 10px;
	padding-top: 10px;
}

#droite3 {
	width: 98%;
	margin: auto;
	background-image: url(../magazine/images/annonceurs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a.space_lien {
	display: block;
	margin-top: 5px;
}
#onglet {
	display: block;
	float: left;
	position: absolute;
	z-index: 5000;
	top: 25px;
}
#onglet_gauche {
	background-image: url(../images/tabs/tabs_second/onglet_gauche.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 30px;
	background-position: left top;
	float: left;
}
#onglet_center {
	background-image: url(../images/tabs/tabs_second/onglet_center.png);
	height: 30px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	background-repeat: repeat-x;
}
#onglet_droite {
	background-image: url(../images/tabs/tabs_second/onglet_droit.png);
	height: 30px;
	width: 6px;
	float: left;
}

#lieu_texte_center {
	background-color: #FFFFFF;
	width: 460px;
	padding: 10px;
	border: 1px solid #a1c6b0;
	float: left;
	margin-top: 30px;
}

#extra_evt
{
	margin-top: 10px;
	width: 260px;
	padding: 10px;
	border: 1px solid #C1C1B0;
}

#extra_evt h4
{
	color: #F36B40;
	font-size: 15px;
	margin-bottom: 10px;
}

#extra_evt label
{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1B0;
	margin-bottom: 5px;
}
#extra_evt input
{
	font-size: 10px;
	padding: 3px;
}

#extra_evt textarea
{
	width: 99%;
	height: 40px;
	font-size: 10px;
}


#extra_evt .submit
{
	background-color: transparent;
	padding: 3px;
	margin-top: 10px;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#extra_evt .submit:hover
{
	background-color: #F5F5DF;
	color: #666666;
	cursor: pointer;
	border: 1px solid #C1C1B0;
}