/*
Copyright: Sean Bornicke 2006
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #ffffff;
  margin-top:0px;
  margin-bottom:0px;
}

a:link {
	color: #9933CC; text-decoration: none
}
a:visited {
	color: #9933CC; text-decoration: none
}
a:active {
	color: #9933CC; text-decoration: none
}
a:hover {
	color: #9933CC; text-decoration: underline
}

#structure {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('img/content2.jpg') top right repeat-y;
  
}

#header {
  height: 200px;
  background: #000000 url('img/flowerright.jpg') top right no-repeat;
  clear: both;
}

#header h1 {
  margin-top: 0px;
  margin-bottom:5px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #F5E600;
}
#header h1 a{
  color: #F5E600;
  text-decoration:none;
}
#header span {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #CC99CC;
}

#topMenu {
  height:40px;
  background: #FFFFFF url('img/dropshadow.png') top left repeat-x;
  clear: both;
}

#topMenu ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #000000 url('img/flowermenu.jpg') top right no-repeat;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#topMenu ul li { display: inline; }

#topMenu ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#topMenu ul li a:hover,#topMenu li a:active, #topMenu li a:focus, #topMenu li a.selected
{
  background: #CC99CC url('img/menu_hover_bk.png') top left repeat-x;
  color: #FFFFFF;
}

#contentAndMenu {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  border-width: 1px;
  border-color: #000000;
  clear:both;
}

#rightMenu {
  margin-top:5px;
  float: right;
  width:160px;
  
}

#rightMenu h6 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #996699;
  padding:4px;
  border: 1px solid #FFFF66;
  background-color:#FFFFCC;
}

#rightMenu p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}

#menus ul{ 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

#menus li{
  padding-left: 10px;
  background-image: url(img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}

#content ul{
	list-style:url("img/arrow.gif")
}
#content li{
    margin-bottom:2px;
    padding-left: 0px;
}
#content {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;

}

#content,#formConnexion {
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
#content h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #9933CC;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #666666;
  clear:both;
}
#content h2 a:hover{
	color: #bda1cb;
	text-decoration:none;
}
#content p {
  margin-top:0px;
  margin-bottom:15px;
}
.quote,.com {
  background-color: #FFFFCC;
  border:1px solid #FFFF66;
}
.quote {
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

.quote h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #FFDD00;
}

.quote p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}

#spacer {
  height:20px;
  clear:both;
}

#footer {
  height: 60px;
  background: #000000 url('img/rbottom.png') bottom right no-repeat;
  clear: both;
}

#footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

/*Blogs */ 
.news{
	margin-top:1em;
	margin-bottom:1em;
}
.news h2 {
	margin-bottom:2px!important;
}
.newsInfos,.comments{
	font-style:italic;
	font-size: .8em;
	color: #bcbcbc;
	margin-top:0px;
	margin-bottom:5px;
}

/*Formulaires*/
/*Couleurs des elements fixe de style_global*/

.bouton,.boutonIcone,.boutonBigIcone,.thumb{
	border-color:#FFFF66;
	background-color : #FFFFCC;
}
.bouton:hover,.boutonIcone:hover,.boutonBigIcone:hover {
	background-color :#FFFF66;
}
#bbcode{
	margin-bottom:-10px ! important;
}

/*BOutons pour switcher les pages*/
.switchPageButton{
	display:inline;
	border-right: 1px solid #FFFF66;
	border-top: 1px solid #FFFF66;
	border-bottom: 1px solid #FFFF66;
	background-color : #FFFFCC;	
}
.switchPageButton a,.switchPageNoButton{
	border-left: 1px solid #FFFF66;
	text-decoration : none;
	color:black;
	padding:0 6px 0 6px;
	border-bottom:none;
}
.switchPageButton a:hover, .switchPageNoButton{
	background-color : #FFFF66;
}

.news img{
	border-color:#FFFF66;
}
input, textarea, select {
	font-size:11px;
	border: 1px solid #FFFF66;
}
.laSuite{
	margin-top:1em;
}
#formConnexion{
	margin-top:-12px;
	float:left;
	margin-right:5px;
	font-size:0.8em;
}
#toggleConnexion a{
	color:black;
}
#bbcode {
	margin:-10px 0 0 0!important;
}
#com .newsInfos{
	padding:0;
	margin:0;
}

img {
	max-width:480px;
}
