/*************************************************************/
/*********     CSS de mise en forme des pages sur GTA IV     *********/
/*********                                   GxiGloN                                   *********/
/*********                         Créé le 30/10/2007                         *********/
/*********                  Dernière MAJ : 24/12/2008                   ********/
/*************************************************************/



/**************************************/
/**** CSS présent sur la page d'internet ****/
/**************************************/

.gtaiv_internet {
	width : 90%;
	margin-left : 40px;
}

.gtaiv_internet td{
	width : 50%;
	border-width : 0px;
}


/*******************************************/
/* CSS présent sur la page de présentation du jeu */
/*******************************************/

.gtaiv_ville_carte {
	text-align : center;
}

.gtaiv_ville_carte img {
	padding : 4px;
	background-color : #202020;
	border : 1px dotted #D2A44A;
}

.gtaiv_ville_batiments {
	width : 100%;
	border-width : 0px;
}

.gtaiv_ville_batiments td {
	width : 50%;
	padding : 10px 0px;
	text-align : center;
	border-width : 0px;
}

.gtaiv_ville_batiments td img{
	width : 120px;
	height : 80px;
	border-width : 0px;
	padding : 2px;
}



/***************************************/
/* CSS présent dans la page des bâtiments */
/***************************************/

.gtaiv_batiments_image1 {
	width : 150px;
	height : 100px;
	border-width : 0px;
	margin : 15px 5px;
}

.gtaiv_batiments_image2 {
	width : 150px;
	height : 100px;
	border-width : 0px;
	margin : 15px 5px 0px; /* Marges : haut /droite et gauche / bas */
}

.gtaiv_batiments td {
	width : 85%;
}

.gtaiv_batiments td+td {
	width : 15%;
}

.gtaiv_batiments td+td img {
	border : 0px;
}



/*********************************/
/**** CSS pour la page des cartes ****/
/*********************************/

.gtaiv_cartes {
	width : 100%;
	border-width : 0px;
}

.gtaiv_cartes td {
	width : 50%;
	text-align : center;
	padding : 10px;
}

.gtaiv_cartes img {
	width : 225px;
	height : 150px;
	margin : 2px 0px;
	padding : 3px;
	background-color : #3B3B3B;
   	border : 1px solid #454545;
}



/**********************************/
/* CSS présent dans la page des radios */
/*********************************/

.gtaiv_radios td {
	vertical-align : middle;
}

.gtaiv_radios td+td {
	vertical-align : top;
}

.gtaiv_radios img {
	width : 155px;
	max-height : 155px;
	border-width : 0px;
	margin-right : 10px;
}

.gtaiv_radios_popup {
	width : 170px;
	height : 380px;
	vertical-align : middle;
	background-color : #3C3C3C;
}



/***************************************/
/* CSS présent dans la page des sites teaser  */
/***************************************/

.gtaiv_sites_teaser td+td {
	vertical-align : top;
}

.gtaiv_sites_teaser img {
	width : 150px;
	height : 113px;
	border : 1px solid #D2A44A;
	margin : 0px 10px;
}



/***************************************/
/****** Wallpapers et Ecrans de veille ******/
/***************************************/

.gtaiv_vehicules {
	margin : 1px auto;
	border-width : 0px;
	border-collapse : separate;
}

.gtaiv_vehicules td {
	width : 160px;
	text-align : center;
	font-weight : bold;
	background-color : #3B3B3B;
	border : 1px #454545 solid;
	padding : 5px;
}

.gtaiv_vehicules img {
	width : 150px;
	height : 100px;
	border : 2px solid #3C3C3C;
}

.gtaiv_vehicules_inconnu {
	color : #555555;
	font-style : italic;
}



/********************************************/
/* CSS présent dans la page du mode multijoueur */
/*******************************************/

.gtaiv_multijoueur_titre {
	font-size : 1.2em;
    font-weight : bold;
    color : #D2A44A;
}

.gtaiv_multijoueur_imgg td {
	width : 170px;
}

.gtaiv_multijoueur_imgg td+td, .gtaiv_multijoueur_imgd td {
	width : 365px;
}

.gtaiv_multijoueur_imgd td+td {
	width : 170px;
	text-align : right;
}

.gtaiv_multijoueur_imgg img, .gtaiv_multijoueur_imgd img {
	width : 150px;
	height : 85px;
	padding : 3px;
   	border : 1px solid #454545;
	background-color : #3B3B3B;
}


/***************************************/
/* CSS présent dans les galeries de artworks */
/***************************************/

.gtaiv_artworks {
	text-align : center;
}

.gtaiv_artworks img {
	width : 125px;
	height : 76px;
	padding : 3px;
	background-color : #3B3B3B;
   	border : 1px solid #454545;
}


/************************************/
/* CSS présent dans la page des previews */
/************************************/

.gtaiv_previews_titre1 {
	text-align : left;
}

.gtaiv_previews_titre2 {
	text-align : right;
}

.gtaiv_previews {
	width : 544px;
	border : 1px solid #d2a44a;
	border-collapse : collapse;
	background : #444444;
}

/*CSS des cellules*/
.gtaiv_previews td {
	width : 25%;
	border : 1px solid #d2a44a;
	border-collapse : collapse;
	text-align : center;
	padding : 5px;
	margin : 0px;
}

/*CSS des miniatures*/
.gtaiv_previews img {
	border-width : 0px;
}



/*********************************************/
/***** CSS présent sur les page de la checklist *****/
/*********************************************/

.gtaiv_checklist {
	width : 90%;
	margin : auto;
}

.gtaiv_checklist td{
	width : 50%;
	border-width : 0px;
}

.gtaiv_checklist form {
	margin-left : 10px;
}

.gtaiv_checklist input {
	margin-top : 0px;
}



/*********************************************/
/* CSS présent sur les page des missions principales */
/*********************************************/

.gtaiv_logotelephone {
	width : 95%;
	border-width : 0px;
	margin : auto;
}

.gtaiv_logotelephone td {
	width : 4%;
}

.gtaiv_logotelephone td img{
	width : 14px;
	height : 30px;
}

.gtaiv_logotelephone td+td {
	width : 96%;
	font-style : italic;
	vertical-align : middle;
}

.gtaiv_logosms {
	width : 95%;
	border-width : 0px;
	margin : auto;
}

.gtaiv_logosms td {
	width : 5%;
}

.gtaiv_logosms td img{
	width : 19px;
	height : 14px;
}

.gtaiv_logosms td+td {
	width : 95%;
	font-style : italic;
	vertical-align : middle;
}



/******************************************/
/* CSS présent sur les pages des paquets cachés */
/******************************************/

.gtaiv_carte {
	text-align : center;
	margin : 0px;
	padding : 0px;
}

.gtaiv_carte img {
	width : 520px;
	max-height : 520px;
	border-width : 0px;
	background-color : #222222;
	padding : 4px;
	margin : 7px;
}



/*****************************************/
/* CSS présent sur la page des vols de voitures */
/****************************************/

.gtaiv_volvoitures {
	width : 80%;
	text-align : center;
	border : 1px solid #D2A44A;
	border-collapse : collapse;
	margin : auto;
}

.gtaiv_volvoitures th {
	color : #D2A44A;
	background-color : #2A2A2A;
	border-bottom : 1px solid #D2A44A;
	padding : 4px;
}
	

.gtaiv_volvoitures td {
	padding : 4px;
}

.gtaiv_volvoitures_ligne1  {
	background-color : #505050;
}

.gtaiv_volvoitures_ligne2  {
	background-color : #404040;
}
