@charset "UTF-8";
.intro {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	background: #f8edd6 url(../images/frame/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border: 0px;
}
td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #66ccff;
	margin-top: 1em;
	margin-bottom: 0px;
}

h2 {
	color: #555;
	text-align: left;	
	font-size: 1.0em;
}

.twoColFixLtHdr #container {
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/frame/bg-content.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
.twoColFixLtHdr #header {
	background: #f8edd6 url(../images/frame/header.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 164px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/frame/fond-menu.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	padding-left: 25px;
	min-height: 768px;
	font-size: 13px;
}


/* Styles du menu*/


.twoColFixLtHdr #sidebar1 ul {
	padding-left: 10px;
	margin: 0px;
	clear: both;
	float: left;
}

.twoColFixLtHdr #sidebar1 li {
	float: left;
	clear: both;
	color: #FFFFFF;
	list-style-type: none;
	padding-left: 0px;
	padding-top: 2px;
	width: 155px;
}
.moduletable_menu {
float: left;
}
.twoColFixLtHdr #sidebar1 a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
.twoColFixLtHdr #sidebar1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#zonelogin {
	width: 243px;
	position: relative;
	left: 573px;
	height: 163px;
	overflow: hidden;
	padding: 0px 10px;
	font-size: 12px;
	color: #671c0c;
}
.twoColFixLtHdr #footer {
	background:#F8EDD6 url(../images/frame/footer.gif) no-repeat;
	height: 159px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#zonelogo {
	position: absolute;
}

/* Liens */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* Footer */
.liensfooter {
	position: absolute;
	width: 250px;
	padding: 0;
	padding-left: 610px;
	margin: -10px 0 0 0;
	font-size: 12px;
	color: #661b0b;
}

.liensfooter ul {
margin: 0px;
}

.liensfooter a{
	color: #661b0b;
}

/* formulaire*/
input {
	background-image: url(../images/login/degrade.gif);
	background-repeat: repeat-y;
}

.nicelist {
        float: left;
        width:  300px;
        margin: 15px 5px;
}

.nicelist h2 {
        border-bottom: 1px solid #333;
}

.nicelist ul {
        list-style: none;
        margin: 0;
        padding: 0;
}

.nicelist ul li {
        text-align: left;
        margin-top: 10px;
        font-size: 0.9em;
}


/* Boîtes de contenu*/

.colonne2 {
	background-image: url(../images/frame/separateur-vertical.gif);
	background-repeat: repeat-y;
}


/* Boite bienvenue */
.boitebienvenuemembres {
	width: 365px;
	float: left;
}

.boitebienvenuemembres h2 {
	margin: 15px 0;	
	text-align: center;
	font-size: 1.3em;
	color: #326496;	
}

.boitebienvenuemembres table.blog div.article-content {
	width: 365px;
}

#membreSidebar {
	float: left;
	width: 250px; 
	border: 1px solid #c9c9c9;
	background: #f9f9f9;
	margin: 20px 7px; 
	padding: 5px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#membreSidebar h2 {
	font-size: 0.9em;
	border-bottom: 1px solid #d9d9d9;	
}

#membreSidebar ul {
	list-style: disc outside url('../images/bullet.gif');
	margin: 0 0 0 5px; 
	padding: 0 0 0 15px;
}

#membreSidebar ul li {
	text-align: left;
	font-size: 0.9em;
	margin: 5px 0;
	line-height: 1;
}

#membreSidebar a {
	font-size: 0.8em;
}

#membreSidebar a.more {
	float: right;
}

.boitebienvenue h2 {
	margin: 15px 0;	
	text-align: center;
	font-size: 1.3em;
	color: #326496;	
}

.boitebienvenue p {
	padding: 20px;
	font-size: 1.0em;
}

.boitebienvenue a {
	display: block;
	float: right;
	margin-right: 50px;
}

/* Boîtes actualité*/
.boitecontenu {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	width: 640px;
	padding-top: 5px;
}
.small {
	font-size: 9px;
}
.nouvelle, .contentpaneopen {
	margin: 0;
	font-size: 11px;
	border: 0px solid red;
}
#eventlist {
	font-size: 11px;
	margin-bottom: 15px;
}
.article-content {
	width: 600px;
	clear: both;
	border: 0px solid red;
	padding: 0;
	margin: 0;
}

.article-content .newsItem {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;	
}

.article-content .newsItem h3 {
	margin: 0;
	padding: 0;	
	font-size: 1.2em;
	color: #800000;
}

.article-content .newsItem p {
	margin: 10px 0 ;
	padding: 0;	
	font-size: 1.1em;
	border: 0px solid blue;
	overflow: auto;
}
.article-content .newsItem p a {
	clear: both;
	display: block;
	float: left;
	margin: 0 ;
}
.article-content .newsItem p span {
	float: left;
	display: block;
}

.article-content .newsItem p.datecat {
	margin: 3px 0 0;
	font-size: 1.0em;
	color: #777;
	font-style: italic; 	
}

.boiteactualite .date, .createdate {
	font-size: x-small;
	text-align: right;
	margin-top: 2px;
	color: #b1b1b1;
	font-weight: bold;
	padding-right: 15px;
    width: 160px;
	float: right;
	border: 0px solid blue;
}
a.category {
	padding-top: 10px;
}

.boitecontenu .contentheading, h1.componentheading, .componentheading {
	color: #538898;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	float: both;
	width: 610px;
	padding-bottom: 10px;
}

.contentdescription {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 610px;
}
legend {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
label, td, p {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.sectiontableheader {
	color: #000000;
	font-size: 11px;
}
.sectiontableentry1 {
	color: #000000;
	font-size: 11px;
}
.sectiontableentry2 {
	color: #000000;
	font-size: 11px;
}
.cbFieldIconsLabels {
	font-size: 12px;
}
.boiteactualite #contentheading, .contentheading {
	color: #538898;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	float: left;
	width: 450px;
}
a {
	color: #538898;
}
.boiteactualite .readmore {
	color: #538898;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 160px;
	float: left;
	width: 200px;
}
.boiteactualite #news_title a:link {
	text-decoration: none;
	color: #538898;
}
.boiteactualite #news_title a:visited {
	text-decoration: none;
	color: #538898;

}
.boiteactualite #news_title a:hover {
	text-decoration: underline;
	color: #538898;
}
.boiteactualite #news_title a:active {
	text-decoration: underline;
	color: #538898;
}

/* Boîtes Événements*/
.boiteevenements {
	background-image: url(../images/accueil/bg-evenement.gif);
	background-repeat: repeat-y;
	width: 300px;
	text-align: center;
	float: left;
	margin: 0 5px;
	overflow: hidden; 
}

.boiteevenements img {
	width: 300px;
}

.boiteevenements .date {
	color: #538898;
}

.boiteevenements div.eventcalq {
	padding: 16px;	
}


#eventlist #date {
	color: #671c0b;
	clear: both;
	float: left;
	width: 130px;
	font-weight: bold;
	text-align: left;
	padding-top: 12px;
}
.event_date {
	color: #671c0b;
	width: 100px;
	font-weight: bold;
	text-align: left;
	padding-top: 12px;
	float: left;
}
#eventlist #title {
	color: #c32300;
	font-size: 13px;
	font-weight: normal;
	float: left;
	padding-left: 0px;
	padding-top: 2px;
	text-align: left;
	width: 100%;
	clear: both;
	float: left;
}
#eventlist #title a:link  {
	color: #c32300;
}

#eventlist #title a:over  {
	text-decoration: underline;
}
#eventlist #text {
	clear: both;
	padding-left: 130px;
	text-align: left;
}


.boiteevenements h1 {
	color: #538898;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
}

.boiteevenements h1 a {
	color: #538898;
}

.mod_eventlistcalq_daynames {
	background-image: url(../images/accueil/fond-calendrier-header.gif);
	background-repeat: no-repeat;
	font-size:11px;
	text-align: center;
	color: #545455;
}

.calendrier, .mod_eventlistcalq_calday {
	font-size:11px;
	text-align: center;
	color: #545455;
}

.calendrier a, .mod_eventlistcalq_calendar, .mod_eventlistcalq_caldaylink, .mod_eventlistcalq_calendar-month a {
	color: #c36c58;
	font-weight: bold;
	font-size: 12px;
}

.zonecalendrier, .eventcalq, .mod_eventlistcalq_calendar {
	width: 200px;
	text-align: center;
}
.infoevenement, .tool-tip {
	background-image: url(../images/accueil/bulle-evenements.gif);
	background-repeat: no-repeat;
	height: 122px;
	width: 150px;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #000000;
	overflow: hidden;
}

.infoevenement a {
	color:#679045;
}

.infoevenement strong, .tool-title {
	font-weight: bold;
	color:#679045;
}

.calendrierheader {
	background-image: url(../images/accueil/fond-calendrier-header.gif);
	background-repeat: no-repeat;
}

/* Boîtes trouver un sexologue*/
.boitetrouver {
	background-color: #F7F2E3;
	width: 280px;
	padding: 16px;
	margin-left: 4px;
	margin-top: 2px;
	float: left;

}
.boitetrouver p {
	color: #679045;
	line-height: 18px;
	font-size: 10px;
	margin-top: 0px;
}

/* Boîtes integration au système professionnel*/

.boiteintegration {
	background-color: #ffffff;
	width: 227px;
	padding: 16px;
	margin-left: 4px;
	margin-top: 2px;

}

.boiteintegration p {
	color: #538898;
	line-height: 18px;
	font-size: 10px;
	margin-top: 0px;
	}

.boiteintegration a {
	font-size: 12px;
	color: #661b0b;
}

/* Boîte evenement */

.evenement {
	margin-left: 20px;
	font-size: 11px;
	margin-bottom: 15px;
}

.boiteevenements .date {
	color: #671c0b;
}

.boiteevenements h1 {
	color: #c32300;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
}

.boiteevenements h1 a:link {
	text-decoration: none;
	color: #c32300;
}
.boiteevenements h1 a:visited {
	text-decoration: none;
	color: #c32300;

}

.boiteevenements h1 a:hover {
	text-decoration: underline;
	color: #c32300;
}

.boiteevenements h1 a:active {
	text-decoration: underline;
	color: #c32300;
}

.pagination span,
.pagination a { margin: 0 2px; }

/*  nous joindre formulaire	*/
#contactRpsq h3 { padding: 0; margin: 30px 0px 10px; color: #671b0b; }
#contactRpsq form { margin-top: 25px; }
#contactRpsq input,
#contactRpsq textarea { border: 1px solid #7f9db9; background: none; margin: 0 0 10px 0; }
#contactRpsq label { display: block; margin: 0 0 2px 0; font-weight: bold; }
#contactRpsq #submitBtn { border: 2px solid #000; background: #671b0b; color: #fff; font-weight: bold; width: 150px; margin: 0; padding: 5px;}
#contactRpsq .infos { font-weight: bold; margin-left: 25px;}

