/* Feuille de style du site Kunty Kywes */

/* Importations des feuilles de styles complementaires */
@import url(./css/menu.css);

/* Code couleur */
/* Bleu : #304953 */
/* Gris : #7A7A7A */
/* Gris texte : #7F8486 */
/* Noir : #000000 */
/* Blanc : #FFFFFF */

/* Neutraliser les balises d'affichage */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, /*img,*/ ins, kbd, q, s, samp,
small, strike, /*strong,*/ sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Definir les styles focus */
:focus {
	outline: 0;
}

body {
	font: 11px Verdana,Tahoma,Arial,sans-serif;
	color: #CECFFF;
	background-color: #000000;
}

ol, ul {
	list-style: none;
}

.requis {
	font-size: 11px;
	color: #ff0000;
}

/* Liens */
a {
	color:#FF9639;
	font-weight:normal;
    text-decoration: none;
}

a:hover {
	color:#eee;
	font-weight:normal;
    text-decoration: none;
}

/* Les tableaux sont neutralises 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
		.pad {
			padding:7px;
		}
		.barreHor {
			padding:7px;
			border-bottom-style:solid;
			border-width:1px;	
			border-color:#FF9639;
		}
		.barreVer {
			padding:7px;
			border-bottom-style:solid;
			border-right-style:solid;
			border-width:1px;	
			border-color:#FF9639;
		}
		.barreVer2 {
			padding:7px;
			border-right-style:solid;
			border-width:1px;	
			border-color:#FF9639;
		}
td a {
	color:#FF9639;
	font-weight:normal;
    text-decoration: none;
}

td a:hover {
	color:#eee;
	font-weight:normal;
    text-decoration: none;
}
.interviews p strong {
	color:#FF9639;
}		