/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
	width:100%;
	margin:auto;
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Calibri, Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: 1em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: black;
}
#global
{
 width: 942px;
 margin-left: auto;
 margin-right: auto;
}
#header
{
	background: url('images/asiafanheader.png') repeat-y;
	width:100%;
	height: 479px;
}

#contenu
{
	background: url('images/asiafanfond.png') repeat-y;
	width:100%;
}

#footer
{
	background: url('images/asiafanfooter.png') repeat-y;
	width:100%;
	height: 141px;
}

#sidebar
{
	width:170px;
	float:left;
	height:500px;
	margin-top: -88px;
	margin-left: 10px;

}

#sidebar a
{
	color: #e3e2e1;
	text-decoration: none;
	
}

#sidebar a:hover
{
	color: #a3b0cd;
	text-decoration: underline;
}

.linkseul
{
	margin-left: 15px;
	color: #e3e2e1;
	margin-left: 40px;
	margin-top: 2px;
}

.links
{
	margin-left: 15px;
	color: #e3e2e1;
	margin-left: 40px;
	margin-top: -30px;
}

.linksavancement
{
	margin-left: 15px;
	color: #e3e2e1;
	margin-left: 20px;
	margin-top: -40px;
	font-size: 12px;
}

.connection
{
	margin-left: 15px;
	color: #e3e2e1;
	margin-left: 20px;
	margin-top: -20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.connection label
{
	font-size: x-small;
}

.connection input[type=submit]
{
	background-color:black;
	color: white;
}

.connection input[type=text]
{
	background-color:black;
	color: white;
	border-color:white;
}

.connection input[type=password]
{
	background-color:black;
	color: white;
}

#content
{
	width:680px;
	margin-left: 240px;
	margin-top: -180px;	
}

#content a 
{
	color: #353777;
}

#content input[type=text]
{
	background-color: transparent;
	border: white 2px solid;
}

.titlenews
{
	font-size: 130%;
	font-family: Myriad Pro;
	text-decoration: bold;
	letter-spacing : 3px;
	word-spacing: 3px;
	text-shadow: #0c439f 0px 0px 10px;
	background-color: #253053;
}

.datenews
{
	border-bottom: 1px dashed #253053; 
	background-color: #96a4d0;
}

.comment a:visited
{
	color: black;
}

.comment a
{
	color:black;
}

.commentmedia textarea
{
	background: transparent;
	width: 600px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

.commentmedia textarea:focus
{
	border-color: #f2c7a8;
}

textarea:focus
{
border-color: #f2c7a8;
}

textarea
{
	background: transparent;
	border: 3px solid #cccccc;
	font-family: Tahoma, sans-serif;
}

.visu {
text-align:center;
height: 20%;
width: 40%;
margin-bottom:10px;
background:transparent no-repeat 10px 2px;
border:2px solid #253053;
letter-spacing:3px;
color:#253053;
font-size: 15px;
float:left;
margin:28px;
/*css3*/
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:3px 3px 6px 0 #A9A9A9;
-moz-box-shadow:3px 3px 6px 0 #A9A9A9;
-webkit-box-shadow:3px 3px 6px #A9A9A9;
}

.break
{
	text-align:center;
	float:none;
	clear:both;
}

.break a
{
	text-decoration: none;
	border-bottom : 1px;
	border-bottom-style : solid; 
	border-bottom-color : black;
}



.okokok, .okok td
{
	text-align:center;
}

.okok td
{
	font-weight:bold;
	font-style: italic;
}

.note
{
	border-bottom: 1px ridge #2b3659;
	color: #2b3659;
	font-size: 12px;
}

.note a 
{
	text-decoration: none;
	color: red;
}

.note a:visited
{
	color: red;
}

#copyright
{
	margin-left: 600px;
	font-size: 12px;
}

#copyright a
{
	color: black;
}