@charset "UTF-8";

/*
COULEURS :
violet foncé : #482247 RVB : 72,34,71
violet clair : #cdc3cd RVB : 205,195,205

*/

html, body, p, div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-size: 13px;
}
body {
	color: #663366;
	margin: 0px;
	background-color: #482247;
	padding: 0px;
}
body, a {
	color: #482247;
	font-size: 13px;
} 
a:hover {
color: #990067;
}
a.externe {
  background-image: url(/images/externe.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 18px;
}
.liens-soulignes a {
text-decoration: underline;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#principal {
	width: 100%;
	margin: auto;
}
/* entete ***************************************/
#fond-entete {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56284F;
	padding-top: 30px;
}
#entete, #contenu, #pied {
	margin: auto;
	width: 900px;
}
#entete #logo {
	/*background-image: url(/images/logo_koronin.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 300px;
	text-align: right;*/
	float: left;
}
#entete #logo span {
	font-size: 24px;
	line-height: 36px;
	display: none;	
}
#entete #logo strong {
	font-size: 70px;
	font-weight: bolder;
}
#entete #bandeau-img {
	text-align: right;
}
/*
#entete #recherche {
	text-align: right;
	padding-top: 20px;
}
#entete #recherche form {
	margin: 0 auto;
}
#recherche input {
	border: solid 1px #efefef;
}
#recherche .champs {
	background-image: url(../images/loupe.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	color: #9B979B;
}
*/
/* menu ***************************************/

#menu {
/*height:50px;*/
margin-top: 10px;
}

#menu a {
	display:block;
	width:.1em;
	color: #cdc3cd;
	/* bords arrondis : */
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}
#menu > ul a {width:auto;}


#menu ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;
}
#menu li {
	float:left;
	margin:auto;
	padding:0;
		
}
#menu li a {
display:block;
width:138px;
/*color:white;*/
text-decoration:none;
padding:5px;
border: solid 1px white;
background-color: #482247; /*cdc3cd*/
}
#menu li a:hover {
color:#482247; /*990067*/
/*border-top: solid 1px #482247;*/
background-color: #cdc3cd;
}
#menu ul li ul {
display:none;
text-align:left;
}
#menu ul li:hover ul {
display:block;
}
#menu li:hover ul li {
float:none;
}


/* contenu ***************************************/
#fond-contenu {
	background-color: #cdc3cd;
	padding-bottom: 15px;
}
#chemin {
	padding-top: 15px;
	padding-bottom: 15px;
}
#contenu {
	text-align: justify;	
}
#contenu-droite img, #contenu-droite-photos-large img, #contenu-droite-photos img, .ombre { 
  -moz-box-shadow: 1px 1px 13px #666;  
  -webkit-box-shadow: 1px 1px 13px #666;  
  box-shadow: 1px 1px 13px #666; 
} 
#contenu-gauche {
	float:left;
	width: 600px;
	/*margin-right: 20px;*/
	padding: 10px;
	background-color: white;
	/* bords arrondis : */
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}
#contenu-gauche-etroit {
	float:left;
	width: 348px;
	/*margin-right: 20px;*/
	padding: 10px;
	background-color: white;
	/* bords arrondis : */
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}
#contenu-large {
	background-color: white;
	padding: 10px;
	/* bords arrondis : */
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}
#contenu-droite {
	float:right;
	background-color: white;
	padding: 10px;
	width: 240px;
	border: 1px solid #482247;
	margin-bottom: 20px;
}
#contenu-droite .entete-blog {
	color: #efefef;
	background-color: #482247;
	padding: 7px;
	margin-bottom: 10px;	
	/* bords arrondis : */
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px; 
}
#contenu-droite-photos {
	float:right;
	/*background-color: white;
	border: 1px solid #482247;
	padding: 10px;*/
	width: 260px;
	margin-bottom: 20px;
}
#contenu-droite-photos-large {
	float: right;
}
#contenu-bas-photos {
	margin: 20px 0 0 0;
	text-align:left;
}
#contenu-droite-texte {
	float:right;
	background-color: white;
	padding: 10px;
	width: 240px;
	margin-bottom: 20px;
	-moz-border-radius: 8px; 
  -webkit-border-radius: 8px; 
  border-radius: 8px;
}
#liste-liens a {
	text-decoration: none;  
}
#liste-liens a:hover {
	text-decoration: none;
	font-weight: bold;  
}
/*#liste-liens a:visited {
	text-decoration: none; 
	color: #666666; 
}*/

h1.parole {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
	/*background-image: url(/images/loupe.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:20px;*/
	text-shadow: 0px 0px 5px #666;  
}

#recherche-droite {
	width: 240px;
	/*float:right;
	padding: 10px;
	text-align:center;*/
}
#contenu #recherche-droite form {
	margin: 0 auto;
}
#contenu input {
	border: solid 1px #efefef;
}
#contenu .champs {
	background-image: url(/images/loupe.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	color: #9B979B;
}
.information {
	font-size: 12px;
	color: #999999;
	text-align:center;
}
.obligatoire {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}
#lire_la_suite  {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	background-image: url(/images/expand.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: s-resize;
	background-color: #CDC3CD;
	border: 1px solid #482247;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#lire_la_suite a {
	text-decoration: none;
}
.mise_en_avant {
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0px 0px 5px #666; 
}
/* formulaire ***************************************/
.cssform p {
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
height: 1%;
}

.cssform h3 {
background-color: #cdc3cd;
border: 1px solid #482247;
padding: 2px 6px;
font-weight: bold;
} 
.cssform label {
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea {
width: 180px;
height: 150px;
}

.cssform input, .cssform textarea
{
color: #781351;
background-color: #cdc3cd;
border: 1px solid #482247;
}

.cssform .submit input
{
color: #000;
background-color: #cdc3cd;
border: 2px outset #482247;
} 


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}

/* pied de page ***************************************/
#fond-pied {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	color: #efefef;
}
#pied {
	padding-top: 15px;
}
#pied, #pied a {
	color: #cdc3cd;
	text-decoration: none;
	font-size: 11px;
}
#pied a:hover {
	text-decoration: underline;
}
.float-pied {
	float: left;
	/*width: 134px;*/
	border-left: solid 1px #cdc3cd;
	padding-left: 5px;
	padding-right: 15px;
}
#plan_site {
background-color: #482247;
border: none;
color: #efefef;
}
#pied ul {
margin:0 0 0 10px;
padding:0;
list-style-type:none;
}
.float-hautpage {
	float: right;
	text-align: center;
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-align: left;
}
